Color Hex Logo

#f9113b Color Hex

#F9113B
(249,17,59)
0 Favorites   0 Comments

Color spaces of #f9113b

RGB 2491759
HSL0.970.950.52
HSV349°93°98°
CMYK 0.000.930.76   0.02
XYZ40.056820.85646.0521
Yxy20.85640.59820.3115
Hunter Lab45.668876.644624.1110
CIE-Lab52.792078.354542.2798

#f9113b color RGB value is (249,17,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010001 00111011
Octal 371 21 73
Decimal 249 17 59
Hex F9 11 3B

RGB Percentages of Color #f9113b

%76.62
%5.23
%18.15

CMYK Percentages of Color #f9113b

%0
%93
%76
%2

Triadic Colors of #f9113b

#f9113b #3bf911 #113bf9

Analogous Colors of #f9113b

#f9113b #f95b11 #f911af

Monochromatic Colors of #f9113b

#f9113b

Complementary Color

#f9113b #11f9cf

#f9113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9113b Color CSS Codes

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

#f9113b Text Font Color

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

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


#f9113b Background Color

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

This div background color is #f9113b


#f9113b Border Color

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

This div border color is #f9113b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9113b

Related Colors


Comments

No comments written yet.

Please login to write comment.