Color Hex Logo

#f900bb Color Hex

#F900BB
(249,0,187)
0 Favorites   0 Comments

Color spaces of #f900bb

RGB 2490187
HSL0.871.000.49
HSV315°100°98°
CMYK 0.001.000.25   0.02
XYZ48.036623.727649.0618
Yxy23.72760.39760.1964
Hunter Lab48.711090.7845-25.6193
CIE-Lab55.814088.7302-29.5118

#f900bb color RGB value is (249,0,187).

#f900bb hex color red value is 249, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f900bb hue: 0.87 , saturation: 1.00 and the lightness value of f900bb is 0.49.

The process color (four color CMYK) of #f900bb color hex is 0.00, 1.00, 0.25, 0.02. Web safe color of #f900bb is #ff00cc. Color #f900bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000000 10111011
Octal 371 0 273
Decimal 249 0 187
Hex F9 0 BB

RGB Percentages of Color #f900bb

%57.11
%0.00
%42.89

CMYK Percentages of Color #f900bb

%0
%100
%25
%2

Triadic Colors of #f900bb

#f900bb #bbf900 #00bbf9

Analogous Colors of #f900bb

#f900bb #f9003f #bb00f9

Monochromatic Colors of #f900bb

#f900bb

Complementary Color

#f900bb #00f93e

#f900bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f900bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f900bb Color CSS Codes

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

#f900bb Text Font Color

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

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


#f900bb Background Color

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

This div background color is #f900bb


#f900bb Border Color

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

This div border color is #f900bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f900bb


Comments

No comments written yet.

Please login to write comment.