Color Hex Logo

#f006cc Color Hex

#F006CC
(240,6,204)
0 Favorites   0 Comments

Color spaces of #f006cc

RGB 2406204
HSL0.860.950.48
HSV309°98°94°
CMYK 0.000.980.15   0.06
XYZ46.899423.015159.0972
Yxy23.01510.36350.1784
Hunter Lab47.974190.5469-39.4550
CIE-Lab55.087988.6921-40.5766

#f006cc color RGB value is (240,6,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 11001100
Octal 360 6 314
Decimal 240 6 204
Hex F0 6 CC

RGB Percentages of Color #f006cc

%53.33
%1.33
%45.33

CMYK Percentages of Color #f006cc

%0
%98
%15
%6

Triadic Colors of #f006cc

#f006cc #ccf006 #06ccf0

Analogous Colors of #f006cc

#f006cc #f00657 #9f06f0

Monochromatic Colors of #f006cc

#f006cc

Complementary Color

#f006cc #06f02a

#f006cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f006cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f006cc Color CSS Codes

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

#f006cc Text Font Color

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

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


#f006cc Background Color

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

This div background color is #f006cc


#f006cc Border Color

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

This div border color is #f006cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f006cc

#f006cc Color Palettes


Comments

No comments written yet.

Please login to write comment.