Color Hex Logo

#f0069f Color Hex

#F0069F
(240,6,159)
0 Favorites   0 Comments

Color spaces of #f0069f

RGB 2406159
HSL0.890.950.48
HSV321°98°94°
CMYK 0.000.980.34   0.06
XYZ42.258321.158734.6577
Yxy21.15870.43090.2157
Hunter Lab45.998683.4881-12.4731
CIE-Lab53.122783.6743-17.3786

#f0069f color RGB value is (240,6,159).

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

The process color (four color CMYK) of #f0069f color hex is 0.00, 0.98, 0.34, 0.06. Web safe color of #f0069f is #ff0099. Color #f0069f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 10011111
Octal 360 6 237
Decimal 240 6 159
Hex F0 6 9F

RGB Percentages of Color #f0069f

%59.26
%1.48
%39.26

CMYK Percentages of Color #f0069f

%0
%98
%34
%6

Triadic Colors of #f0069f

#f0069f #9ff006 #069ff0

Analogous Colors of #f0069f

#f0069f #f0062a #cc06f0

Monochromatic Colors of #f0069f

#f0069f

Complementary Color

#f0069f #06f057

#f0069f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0069f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0069f Color CSS Codes

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

#f0069f Text Font Color

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

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


#f0069f Background Color

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

This div background color is #f0069f


#f0069f Border Color

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

This div border color is #f0069f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0069f


Comments

No comments written yet.

Please login to write comment.