Color Hex Logo

#f91842 Color Hex

#F91842
(249,24,66)
0 Favorites   0 Comments

Color spaces of #f91842

RGB 2492466
HSL0.970.950.54
HSV349°90°98°
CMYK 0.000.900.73   0.02
XYZ40.376921.18647.1155
Yxy21.18640.58790.3085
Hunter Lab46.028776.032123.0545
CIE-Lab53.152977.794738.6706

#f91842 color RGB value is (249,24,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 01000010
Octal 371 30 102
Decimal 249 24 66
Hex F9 18 42

RGB Percentages of Color #f91842

%73.45
%7.08
%19.47

CMYK Percentages of Color #f91842

%0
%90
%73
%2

Triadic Colors of #f91842

#f91842 #42f918 #1842f9

Analogous Colors of #f91842

#f91842 #f95e18 #f918b3

Monochromatic Colors of #f91842

#f91842

Complementary Color

#f91842 #18f9cf

#f91842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91842 Color CSS Codes

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

#f91842 Text Font Color

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

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


#f91842 Background Color

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

This div background color is #f91842


#f91842 Border Color

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

This div border color is #f91842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91842


Comments

No comments written yet.

Please login to write comment.