Color Hex Logo

#f91a8d Color Hex

#F91A8D
(249,26,141)
0 Favorites   0 Comments

Color spaces of #f91a8d

RGB 24926141
HSL0.910.950.54
HSV329°90°98°
CMYK 0.000.900.43   0.02
XYZ44.244022.801627.2685
Yxy22.80160.46910.2418
Hunter Lab47.751081.8260-0.4322
CIE-Lab54.867482.0403-3.8806

#f91a8d color RGB value is (249,26,141).

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

The process color (four color CMYK) of #f91a8d color hex is 0.00, 0.90, 0.43, 0.02. Web safe color of #f91a8d is #ff3399. Color #f91a8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011010 10001101
Octal 371 32 215
Decimal 249 26 141
Hex F9 1A 8D

RGB Percentages of Color #f91a8d

%59.86
%6.25
%33.89

CMYK Percentages of Color #f91a8d

%0
%90
%43
%2

Triadic Colors of #f91a8d

#f91a8d #8df91a #1a8df9

Analogous Colors of #f91a8d

#f91a8d #f91a1e #f61af9

Monochromatic Colors of #f91a8d

#f91a8d

Complementary Color

#f91a8d #1af986

#f91a8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91a8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91a8d Color CSS Codes

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

#f91a8d Text Font Color

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

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


#f91a8d Background Color

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

This div background color is #f91a8d


#f91a8d Border Color

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

This div border color is #f91a8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91a8d


Comments

No comments written yet.

Please login to write comment.