Color Hex Logo

#f91422 Color Hex

#F91422
(249,20,34)
0 Favorites   0 Comments

Color spaces of #f91422

RGB 2492034
HSL0.990.950.53
HSV356°92°98°
CMYK 0.000.920.86   0.02
XYZ39.605820.75553.4321
Yxy20.75550.62080.3254
Hunter Lab45.558275.451227.4242
CIE-Lab52.680977.421355.2377

#f91422 color RGB value is (249,20,34).

#f91422 hex color red value is 249, green value is 20 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #f91422 hue: 0.99 , saturation: 0.95 and the lightness value of f91422 is 0.53.

The process color (four color CMYK) of #f91422 color hex is 0.00, 0.92, 0.86, 0.02. Web safe color of #f91422 is #ff0033. Color #f91422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 00100010
Octal 371 24 42
Decimal 249 20 34
Hex F9 14 22

RGB Percentages of Color #f91422

%82.18
%6.60
%11.22

CMYK Percentages of Color #f91422

%0
%92
%86
%2

Triadic Colors of #f91422

#f91422 #22f914 #1422f9

Analogous Colors of #f91422

#f91422 #f97914 #f91495

Monochromatic Colors of #f91422

#f91422

Complementary Color

#f91422 #14f9eb

#f91422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91422 Color CSS Codes

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

#f91422 Text Font Color

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

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


#f91422 Background Color

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

This div background color is #f91422


#f91422 Border Color

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

This div border color is #f91422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91422


Comments

No comments written yet.

Please login to write comment.