Color Hex Logo

#f9405a Color Hex

#F9405A
(249,64,90)
0 Favorites   0 Comments

Color spaces of #f9405a

RGB 2496490
HSL0.980.940.61
HSV352°74°98°
CMYK 0.000.740.64   0.02
XYZ42.745824.544712.1575
Yxy24.54470.53800.3089
Hunter Lab49.542667.311820.1304
CIE-Lab56.629170.022628.9155

#f9405a color RGB value is (249,64,90).

#f9405a hex color red value is 249, green value is 64 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #f9405a hue: 0.98 , saturation: 0.94 and the lightness value of f9405a is 0.61.

The process color (four color CMYK) of #f9405a color hex is 0.00, 0.74, 0.64, 0.02. Web safe color of #f9405a is #ff3366. Color #f9405a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 01011010
Octal 371 100 132
Decimal 249 64 90
Hex F9 40 5A

RGB Percentages of Color #f9405a

%61.79
%15.88
%22.33

CMYK Percentages of Color #f9405a

%0
%74
%64
%2

Triadic Colors of #f9405a

#f9405a #5af940 #405af9

Analogous Colors of #f9405a

#f9405a #f98340 #f940b7

Monochromatic Colors of #f9405a

#f9405a

Complementary Color

#f9405a #40f9df

#f9405a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9405a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9405a Color CSS Codes

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

#f9405a Text Font Color

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

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


#f9405a Background Color

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

This div background color is #f9405a


#f9405a Border Color

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

This div border color is #f9405a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9405a


Comments

No comments written yet.

Please login to write comment.