Color Hex Logo

#f9405f Color Hex

#F9405F
(249,64,95)
0 Favorites   0 Comments

Color spaces of #f9405f

RGB 2496495
HSL0.970.940.61
HSV350°74°98°
CMYK 0.000.740.62   0.02
XYZ42.965924.632813.3165
Yxy24.63280.53100.3044
Hunter Lab49.631467.672318.8340
CIE-Lab56.715970.304926.0972

#f9405f color RGB value is (249,64,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 01011111
Octal 371 100 137
Decimal 249 64 95
Hex F9 40 5F

RGB Percentages of Color #f9405f

%61.03
%15.69
%23.28

CMYK Percentages of Color #f9405f

%0
%74
%62
%2

Triadic Colors of #f9405f

#f9405f #5ff940 #405ff9

Analogous Colors of #f9405f

#f9405f #f97e40 #f940bc

Monochromatic Colors of #f9405f

#f9405f

Complementary Color

#f9405f #40f9da

#f9405f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9405f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9405f Color CSS Codes

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

#f9405f Text Font Color

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

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


#f9405f Background Color

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

This div background color is #f9405f


#f9405f Border Color

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

This div border color is #f9405f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9405f


Comments

No comments written yet.

Please login to write comment.