Color Hex Logo

#f906cf Color Hex

#F906CF
(249,6,207)
0 Favorites   0 Comments

Color spaces of #f906cf

RGB 2496207
HSL0.860.950.50
HSV310°98°98°
CMYK 0.000.980.17   0.02
XYZ50.394524.775061.1574
Yxy24.77500.36970.1817
Hunter Lab49.774593.6181-38.0069
CIE-Lab56.855590.6536-39.4031

#f906cf color RGB value is (249,6,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000110 11001111
Octal 371 6 317
Decimal 249 6 207
Hex F9 6 CF

RGB Percentages of Color #f906cf

%53.90
%1.30
%44.81

CMYK Percentages of Color #f906cf

%0
%98
%17
%2

Triadic Colors of #f906cf

#f906cf #cff906 #06cff9

Analogous Colors of #f906cf

#f906cf #f90655 #aa06f9

Monochromatic Colors of #f906cf

#f906cf

Complementary Color

#f906cf #06f930

#f906cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f906cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f906cf Color CSS Codes

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

#f906cf Text Font Color

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

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


#f906cf Background Color

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

This div background color is #f906cf


#f906cf Border Color

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

This div border color is #f906cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f906cf

Related Colors


Comments

No comments written yet.

Please login to write comment.