Color Hex Logo

#f9122d Color Hex

#F9122D
(249,18,45)
0 Favorites   0 Comments

Color spaces of #f9122d

RGB 2491845
HSL0.980.950.52
HSV353°93°98°
CMYK 0.000.930.82   0.02
XYZ39.756920.76184.3946
Yxy20.76180.61250.3198
Hunter Lab45.565176.007526.1773
CIE-Lab52.687877.865649.8232

#f9122d color RGB value is (249,18,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010010 00101101
Octal 371 22 55
Decimal 249 18 45
Hex F9 12 2D

RGB Percentages of Color #f9122d

%79.81
%5.77
%14.42

CMYK Percentages of Color #f9122d

%0
%93
%82
%2

Triadic Colors of #f9122d

#f9122d #2df912 #122df9

Analogous Colors of #f9122d

#f9122d #f96b12 #f912a1

Monochromatic Colors of #f9122d

#f9122d

Complementary Color

#f9122d #12f9de

#f9122d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9122d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9122d Color CSS Codes

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

#f9122d Text Font Color

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

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


#f9122d Background Color

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

This div background color is #f9122d


#f9122d Border Color

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

This div border color is #f9122d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9122d

Related Colors


Comments

No comments written yet.

Please login to write comment.