Color Hex Logo

#f91a4d Color Hex

#F91A4D
(249,26,77)
0 Favorites   0 Comments

Color spaces of #f91a4d

RGB 2492677
HSL0.960.950.54
HSV346°90°98°
CMYK 0.000.900.69   0.02
XYZ40.775921.41439.0054
Yxy21.41430.57270.3008
Hunter Lab46.275676.303620.8549
CIE-Lab53.400077.963832.5164

#f91a4d color RGB value is (249,26,77).

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

The process color (four color CMYK) of #f91a4d color hex is 0.00, 0.90, 0.69, 0.02. Web safe color of #f91a4d is #ff3366. Color #f91a4d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011010 01001101
Octal 371 32 115
Decimal 249 26 77
Hex F9 1A 4D

RGB Percentages of Color #f91a4d

%70.74
%7.39
%21.88

CMYK Percentages of Color #f91a4d

%0
%90
%69
%2

Triadic Colors of #f91a4d

#f91a4d #4df91a #1a4df9

Analogous Colors of #f91a4d

#f91a4d #f9571a #f91abd

Monochromatic Colors of #f91a4d

#f91a4d

Complementary Color

#f91a4d #1af9c6

#f91a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91a4d Color CSS Codes

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

#f91a4d Text Font Color

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

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


#f91a4d Background Color

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

This div background color is #f91a4d


#f91a4d Border Color

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

This div border color is #f91a4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91a4d


Comments

No comments written yet.

Please login to write comment.