color codes Logo

#f00b9f color codes

#F00B9F
(240,11,159)
0 Favorites   0 Comments

Color spaces of #f00b9f

RGB 24011159
HSL0.890.910.49
HSV321°95°94°
CMYK 0.000.950.34   0.06
XYZ42.312921.267834.6758
Yxy21.26780.43060.2165
Hunter Lab46.117083.0710-12.2988
CIE-Lab53.241383.3273-17.1978

#f00b9f color RGB value is (240,11,159).

#f00b9f hex color red value is 240, green value is 11 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f00b9f hue: 0.89 , saturation: 0.91 and the lightness value of f00b9f is 0.49.

The process color (four color CMYK) of #f00b9f color code is 0.00, 0.95, 0.34, 0.06. Web safe color of #f00b9f is #ff0099. Color #f00b9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001011 10011111
Octal 360 13 237
Decimal 240 11 159
Hex F0 B 9F

RGB Percentages of Color #f00b9f

%58.54
%2.68
%38.78

CMYK Percentages of Color #f00b9f

%0
%95
%34
%6

Triadic Colors of #f00b9f

#f00b9f #9ff00b #0b9ff0

Analogous Colors of #f00b9f

#f00b9f #f00b2c #cf0bf0

Monochromatic Colors of #f00b9f

#f00b9f

Complementary Color

#f00b9f #0bf05c

#f00b9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00b9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00b9f Color CSS Codes

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

#f00b9f Text Font Color

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

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


#f00b9f Background Color

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

This div background color is #f00b9f


#f00b9f Border Color

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

This div border color is #f00b9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,11,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f00b9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f00b9f;
  -webkit-box-shadow: 1px 1px 3px 2px #f00b9f;
  box-shadow:         1px 1px 3px 2px #f00b9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,11,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00b9f


Comments

No comments written yet.

Please login to write comment.