Color Hex Logo

#f91abf Color Hex

#F91ABF
(249,26,191)
0 Favorites   0 Comments

Color spaces of #f91abf

RGB 24926191
HSL0.880.950.54
HSV316°90°98°
CMYK 0.000.900.23   0.02
XYZ48.840324.640151.4721
Yxy24.64010.39090.1972
Hunter Lab49.638888.7607-26.7326
CIE-Lab56.723187.0208-30.4153

#f91abf color RGB value is (249,26,191).

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

The process color (four color CMYK) of #f91abf color hex is 0.00, 0.90, 0.23, 0.02. Web safe color of #f91abf is #ff33cc. Color #f91abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011010 10111111
Octal 371 32 277
Decimal 249 26 191
Hex F9 1A BF

RGB Percentages of Color #f91abf

%53.43
%5.58
%40.99

CMYK Percentages of Color #f91abf

%0
%90
%23
%2

Triadic Colors of #f91abf

#f91abf #bff91a #1abff9

Analogous Colors of #f91abf

#f91abf #f91a50 #c41af9

Monochromatic Colors of #f91abf

#f91abf

Complementary Color

#f91abf #1af954

#f91abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91abf Color CSS Codes

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

#f91abf Text Font Color

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

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


#f91abf Background Color

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

This div background color is #f91abf


#f91abf Border Color

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

This div border color is #f91abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91abf


Comments

No comments written yet.

Please login to write comment.