color codes Logo

#f906bb color codes

#F906BB
(249,6,187)
0 Favorites   0 Comments

Color spaces of #f906bb

RGB 2496187
HSL0.880.950.50
HSV315°98°98°
CMYK 0.000.980.25   0.02
XYZ48.101723.857849.0835
Yxy23.85780.39740.1971
Hunter Lab48.844490.3079-25.3891
CIE-Lab55.945188.3449-29.3083

#f906bb color RGB value is (249,6,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000110 10111011
Octal 371 6 273
Decimal 249 6 187
Hex F9 6 BB

RGB Percentages of Color #f906bb

%56.33
%1.36
%42.31

CMYK Percentages of Color #f906bb

%0
%98
%25
%2

Triadic Colors of #f906bb

#f906bb #bbf906 #06bbf9

Analogous Colors of #f906bb

#f906bb #f90641 #be06f9

Monochromatic Colors of #f906bb

#f906bb

Complementary Color

#f906bb #06f944

#f906bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f906bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f906bb Color CSS Codes

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

#f906bb Text Font Color

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

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


#f906bb Background Color

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

This div background color is #f906bb


#f906bb Border Color

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

This div border color is #f906bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f906bb


Comments

No comments written yet.

Please login to write comment.