Color Hex Logo

#f606ce Color Hex

#F606CE
(246,6,206)
0 Favorites   0 Comments

Color spaces of #f606ce

RGB 2466206
HSL0.860.950.49
HSV310°98°96°
CMYK 0.000.980.16   0.04
XYZ49.211724.179360.4658
Yxy24.17930.36760.1806
Hunter Lab49.172592.5907-38.4863
CIE-Lab56.266989.9997-39.7937

#f606ce color RGB value is (246,6,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00000110 11001110
Octal 366 6 316
Decimal 246 6 206
Hex F6 6 CE

RGB Percentages of Color #f606ce

%53.71
%1.31
%44.98

CMYK Percentages of Color #f606ce

%0
%98
%16
%4

Triadic Colors of #f606ce

#f606ce #cef606 #06cef6

Analogous Colors of #f606ce

#f606ce #f60656 #a606f6

Monochromatic Colors of #f606ce

#f606ce

Complementary Color

#f606ce #06f62e

#f606ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f606ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f606ce Color CSS Codes

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

#f606ce Text Font Color

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

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


#f606ce Background Color

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

This div background color is #f606ce


#f606ce Border Color

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

This div border color is #f606ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f606ce

Related Colors


Comments

No comments written yet.

Please login to write comment.