color codes Logo

#f1029f color codes

#F1029F
(241,2,159)
0 Favorites   0 Comments

Color spaces of #f1029f

RGB 2412159
HSL0.890.980.48
HSV321°99°95°
CMYK 0.000.990.34   0.05
XYZ42.555321.247434.6591
Yxy21.24740.43220.2158
Hunter Lab46.094984.1270-12.3142
CIE-Lab53.219284.1505-17.2141

#f1029f color RGB value is (241,2,159).

#f1029f hex color red value is 241, green value is 2 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f1029f hue: 0.89 , saturation: 0.98 and the lightness value of f1029f is 0.48.

The process color (four color CMYK) of #f1029f color code is 0.00, 0.99, 0.34, 0.05. Web safe color of #f1029f is #ff0099. Color #f1029f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000010 10011111
Octal 361 2 237
Decimal 241 2 159
Hex F1 2 9F

RGB Percentages of Color #f1029f

%59.95
%0.50
%39.55

CMYK Percentages of Color #f1029f

%0
%99
%34
%5

Triadic Colors of #f1029f

#f1029f #9ff102 #029ff1

Analogous Colors of #f1029f

#f1029f #f10228 #cc02f1

Monochromatic Colors of #f1029f

#f1029f

Complementary Color

#f1029f #02f154

#f1029f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1029f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1029f Color CSS Codes

.mybgcolor {background-color:#f1029f; } 
.myforecolor {color:#f1029f; }
.mybordercolor {border:3px solid #f1029f; }

#f1029f Text Font Color

<p style="color:#f1029f">Text here</p>

This sample text font color is #f1029f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1029f Background Color

<div style="background-color:#f1029f">
Div content here</div>

This div background color is #f1029f


#f1029f Border Color

<div style="border:3px solid #f1029f">
Div here</div>

This div border color is #f1029f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,2,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1029f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1029f;
  -webkit-box-shadow: 1px 1px 3px 2px #f1029f;
  box-shadow:         1px 1px 3px 2px #f1029f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,2,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1029f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1029f;
  -webkit-box-shadow: 1px 1px 3px 2px #f1029f;
  box-shadow:         1px 1px 3px 2px #f1029f;">
Div content here</div>

This div box has shadow with color #f1029f


Comments

No comments written yet.

Please login to write comment.