Color Hex Logo

#f91941 Color Hex

#F91941
(249,25,65)
0 Favorites   0 Comments

Color spaces of #f91941

RGB 2492565
HSL0.970.950.54
HSV349°90°98°
CMYK 0.000.900.74   0.02
XYZ40.368721.21676.9686
Yxy21.21670.58890.3095
Hunter Lab46.061675.830923.2732
CIE-Lab53.185877.627339.2856

#f91941 color RGB value is (249,25,65).

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

The process color (four color CMYK) of #f91941 color hex is 0.00, 0.90, 0.74, 0.02. Web safe color of #f91941 is #ff0033. Color #f91941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011001 01000001
Octal 371 31 101
Decimal 249 25 65
Hex F9 19 41

RGB Percentages of Color #f91941

%73.45
%7.37
%19.17

CMYK Percentages of Color #f91941

%0
%90
%74
%2

Triadic Colors of #f91941

#f91941 #41f919 #1941f9

Analogous Colors of #f91941

#f91941 #f96119 #f919b1

Monochromatic Colors of #f91941

#f91941

Complementary Color

#f91941 #19f9d1

#f91941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91941 Color CSS Codes

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

#f91941 Text Font Color

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

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


#f91941 Background Color

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

This div background color is #f91941


#f91941 Border Color

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

This div border color is #f91941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91941


Comments

No comments written yet.

Please login to write comment.