Color Hex Logo

#f91239 Color Hex

#F91239
(249,18,57)
0 Favorites   0 Comments

Color spaces of #f91239

RGB 2491857
HSL0.970.950.52
HSV350°93°98°
CMYK 0.000.930.77   0.02
XYZ40.021720.86785.7894
Yxy20.86780.60020.3130
Hunter Lab45.681376.442924.4628
CIE-Lab52.804578.191043.4221

#f91239 color RGB value is (249,18,57).

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

The process color (four color CMYK) of #f91239 color hex is 0.00, 0.93, 0.77, 0.02. Web safe color of #f91239 is #ff0033. Color #f91239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 00111001
Octal 371 22 71
Decimal 249 18 57
Hex F9 12 39

RGB Percentages of Color #f91239

%76.85
%5.56
%17.59

CMYK Percentages of Color #f91239

%0
%93
%77
%2

Triadic Colors of #f91239

#f91239 #39f912 #1239f9

Analogous Colors of #f91239

#f91239 #f95e12 #f912ad

Monochromatic Colors of #f91239

#f91239

Complementary Color

#f91239 #12f9d2

#f91239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91239 Color CSS Codes

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

#f91239 Text Font Color

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

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


#f91239 Background Color

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

This div background color is #f91239


#f91239 Border Color

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

This div border color is #f91239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91239

Related Colors


Comments

No comments written yet.

Please login to write comment.