color codes Logo

#f906df color codes

#F906DF
(249,6,223)
0 Favorites   0 Comments

Color spaces of #f906df

RGB 2496223
HSL0.850.950.50
HSV306°98°98°
CMYK 0.000.980.10   0.02
XYZ52.451325.597771.9884
Yxy25.59770.34960.1706
Hunter Lab50.594296.5123-48.9454
CIE-Lab57.653292.6477-47.2449

#f906df color RGB value is (249,6,223).

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

The process color (four color CMYK) of #f906df color code is 0.00, 0.98, 0.10, 0.02. Web safe color of #f906df is #ff00cc. Color #f906df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000110 11011111
Octal 371 6 337
Decimal 249 6 223
Hex F9 6 DF

RGB Percentages of Color #f906df

%52.09
%1.26
%46.65

CMYK Percentages of Color #f906df

%0
%98
%10
%2

Triadic Colors of #f906df

#f906df #dff906 #06dff9

Analogous Colors of #f906df

#f906df #f90666 #9a06f9

Monochromatic Colors of #f906df

#f906df

Complementary Color

#f906df #06f920

#f906df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f906df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f906df Color CSS Codes

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

#f906df Text Font Color

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

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


#f906df Background Color

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

This div background color is #f906df


#f906df Border Color

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

This div border color is #f906df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f906df


Comments

No comments written yet.

Please login to write comment.