Color Hex Logo

#f006cf Color Hex

#F006CF
(240,6,207)
0 Favorites   0 Comments

Color spaces of #f006cf

RGB 2406207
HSL0.860.950.48
HSV308°98°94°
CMYK 0.000.980.14   0.06
XYZ47.262823.160561.0109
Yxy23.16050.35960.1762
Hunter Lab48.125491.0813-41.4771
CIE-Lab55.237389.0660-42.0613

#f006cf color RGB value is (240,6,207).

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

The process color (four color CMYK) of #f006cf color hex is 0.00, 0.98, 0.14, 0.06. Web safe color of #f006cf is #ff00cc. Color #f006cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 11001111
Octal 360 6 317
Decimal 240 6 207
Hex F0 6 CF

RGB Percentages of Color #f006cf

%52.98
%1.32
%45.70

CMYK Percentages of Color #f006cf

%0
%98
%14
%6

Triadic Colors of #f006cf

#f006cf #cff006 #06cff0

Analogous Colors of #f006cf

#f006cf #f0065a #9c06f0

Monochromatic Colors of #f006cf

#f006cf

Complementary Color

#f006cf #06f027

#f006cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f006cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f006cf Color CSS Codes

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

#f006cf Text Font Color

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

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


#f006cf Background Color

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

This div background color is #f006cf


#f006cf Border Color

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

This div border color is #f006cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f006cf


Comments

No comments written yet.

Please login to write comment.