Color Hex Logo

#f06f9f Color Hex

#F06F9F
(240,111,159)
0 Favorites   0 Comments

Color spaces of #f06f9f

RGB 240111159
HSL0.940.810.69
HSV338°54°94°
CMYK 0.000.540.34   0.06
XYZ47.877632.397336.5308
Yxy32.39730.40990.2774
Hunter Lab56.918650.53921.7903
CIE-Lab63.669954.4287-1.6109

#f06f9f color RGB value is (240,111,159).

#f06f9f hex color red value is 240, green value is 111 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f06f9f hue: 0.94 , saturation: 0.81 and the lightness value of f06f9f is 0.69.

The process color (four color CMYK) of #f06f9f color hex is 0.00, 0.54, 0.34, 0.06. Web safe color of #f06f9f is #ff6699. Color #f06f9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101111 10011111
Octal 360 157 237
Decimal 240 111 159
Hex F0 6F 9F

RGB Percentages of Color #f06f9f

%47.06
%21.76
%31.18

CMYK Percentages of Color #f06f9f

%0
%54
%34
%6

Triadic Colors of #f06f9f

#f06f9f #9ff06f #6f9ff0

Analogous Colors of #f06f9f

#f06f9f #f0806f #f06fe0

Monochromatic Colors of #f06f9f

#f06f9f

Complementary Color

#f06f9f #6ff0c0

#f06f9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06f9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06f9f Color CSS Codes

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

#f06f9f Text Font Color

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

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


#f06f9f Background Color

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

This div background color is #f06f9f


#f06f9f Border Color

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

This div border color is #f06f9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,111,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 #f06f9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06f9f


Comments

No comments written yet.

Please login to write comment.