Color Hex Logo

#f91cbb Color Hex

#F91CBB
(249,28,187)
0 Favorites   0 Comments

Color spaces of #f91cbb

RGB 24928187
HSL0.880.950.54
HSV317°89°98°
CMYK 0.000.890.25   0.02
XYZ48.451824.558149.2002
Yxy24.55810.39650.2009
Hunter Lab49.556187.7990-24.1749
CIE-Lab56.642386.3042-28.2278

#f91cbb color RGB value is (249,28,187).

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

The process color (four color CMYK) of #f91cbb color hex is 0.00, 0.89, 0.25, 0.02. Web safe color of #f91cbb is #ff33cc. Color #f91cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011100 10111011
Octal 371 34 273
Decimal 249 28 187
Hex F9 1C BB

RGB Percentages of Color #f91cbb

%53.66
%6.03
%40.30

CMYK Percentages of Color #f91cbb

%0
%89
%25
%2

Triadic Colors of #f91cbb

#f91cbb #bbf91c #1cbbf9

Analogous Colors of #f91cbb

#f91cbb #f91c4c #c91cf9

Monochromatic Colors of #f91cbb

#f91cbb

Complementary Color

#f91cbb #1cf95a

#f91cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91cbb Color CSS Codes

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

#f91cbb Text Font Color

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

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


#f91cbb Background Color

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

This div background color is #f91cbb


#f91cbb Border Color

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

This div border color is #f91cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91cbb


Comments

No comments written yet.

Please login to write comment.