Color Hex Logo

#f906ce Color Hex

#F906CE
(249,6,206)
0 Favorites   0 Comments

Color spaces of #f906ce

RGB 2496206
HSL0.860.950.50
HSV311°98°98°
CMYK 0.000.980.17   0.02
XYZ50.272624.726260.5155
Yxy24.72620.37100.1825
Hunter Lab49.725493.4446-37.3477
CIE-Lab56.807790.5333-38.9063

#f906ce color RGB value is (249,6,206).

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

The process color (four color CMYK) of #f906ce color hex is 0.00, 0.98, 0.17, 0.02. Web safe color of #f906ce is #ff00cc. Color #f906ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000110 11001110
Octal 371 6 316
Decimal 249 6 206
Hex F9 6 CE

RGB Percentages of Color #f906ce

%54.01
%1.30
%44.69

CMYK Percentages of Color #f906ce

%0
%98
%17
%2

Triadic Colors of #f906ce

#f906ce #cef906 #06cef9

Analogous Colors of #f906ce

#f906ce #f90655 #ab06f9

Monochromatic Colors of #f906ce

#f906ce

Complementary Color

#f906ce #06f931

#f906ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f906ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f906ce Color CSS Codes

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

#f906ce Text Font Color

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

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


#f906ce Background Color

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

This div background color is #f906ce


#f906ce Border Color

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

This div border color is #f906ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f906ce


Comments

No comments written yet.

Please login to write comment.