Color Hex Logo

#f0099b Color Hex

#F0099B
(240,9,155)
0 Favorites   0 Comments

Color spaces of #f0099b

RGB 2409155
HSL0.890.930.49
HSV322°96°94°
CMYK 0.000.960.35   0.06
XYZ41.949321.087232.8696
Yxy21.08720.43740.2199
Hunter Lab45.920882.7009-10.2946
CIE-Lab53.044883.0778-15.1229

#f0099b color RGB value is (240,9,155).

#f0099b hex color red value is 240, green value is 9 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f0099b hue: 0.89 , saturation: 0.93 and the lightness value of f0099b is 0.49.

The process color (four color CMYK) of #f0099b color hex is 0.00, 0.96, 0.35, 0.06. Web safe color of #f0099b is #ff0099. Color #f0099b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001001 10011011
Octal 360 11 233
Decimal 240 9 155
Hex F0 9 9B

RGB Percentages of Color #f0099b

%59.41
%2.23
%38.37

CMYK Percentages of Color #f0099b

%0
%96
%35
%6

Triadic Colors of #f0099b

#f0099b #9bf009 #099bf0

Analogous Colors of #f0099b

#f0099b #f00927 #d209f0

Monochromatic Colors of #f0099b

#f0099b

Complementary Color

#f0099b #09f05e

#f0099b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0099b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0099b Color CSS Codes

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

#f0099b Text Font Color

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

This sample text font color is #f0099b
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.


#f0099b Background Color

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

This div background color is #f0099b


#f0099b Border Color

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

This div border color is #f0099b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,9,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0099b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0099b;
  -webkit-box-shadow: 1px 1px 3px 2px #f0099b;
  box-shadow:         1px 1px 3px 2px #f0099b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0099b


Comments

No comments written yet.

Please login to write comment.