Color Hex Logo

#f406ce Color Hex

#F406CE
(244,6,206)
0 Favorites   0 Comments

Color spaces of #f406ce

RGB 2446206
HSL0.860.950.49
HSV310°98°96°
CMYK 0.000.980.16   0.04
XYZ48.513923.819660.4332
Yxy23.81960.36540.1794
Hunter Lab48.805392.0248-39.2521
CIE-Lab55.906789.6454-40.3851

#f406ce color RGB value is (244,6,206).

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

The process color (four color CMYK) of #f406ce color hex is 0.00, 0.98, 0.16, 0.04. Web safe color of #f406ce is #ff00cc. Color #f406ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000110 11001110
Octal 364 6 316
Decimal 244 6 206
Hex F4 6 CE

RGB Percentages of Color #f406ce

%53.51
%1.32
%45.18

CMYK Percentages of Color #f406ce

%0
%98
%16
%4

Triadic Colors of #f406ce

#f406ce #cef406 #06cef4

Analogous Colors of #f406ce

#f406ce #f40657 #a306f4

Monochromatic Colors of #f406ce

#f406ce

Complementary Color

#f406ce #06f42c

#f406ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f406ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f406ce Color CSS Codes

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

#f406ce Text Font Color

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

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


#f406ce Background Color

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

This div background color is #f406ce


#f406ce Border Color

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

This div border color is #f406ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f406ce


Comments

No comments written yet.

Please login to write comment.