Color Hex Logo

#f9495c Color Hex

#F9495C
(249,73,92)
0 Favorites   0 Comments

Color spaces of #f9495c

RGB 2497392
HSL0.980.940.63
HSV354°71°98°
CMYK 0.000.710.63   0.02
XYZ43.381225.677512.7950
Yxy25.67750.53000.3137
Hunter Lab50.673064.136420.5003
CIE-Lab57.729767.167529.1583

#f9495c color RGB value is (249,73,92).

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

The process color (four color CMYK) of #f9495c color hex is 0.00, 0.71, 0.63, 0.02. Web safe color of #f9495c is #ff3366. Color #f9495c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 01011100
Octal 371 111 134
Decimal 249 73 92
Hex F9 49 5C

RGB Percentages of Color #f9495c

%60.14
%17.63
%22.22

CMYK Percentages of Color #f9495c

%0
%71
%63
%2

Triadic Colors of #f9495c

#f9495c #5cf949 #495cf9

Analogous Colors of #f9495c

#f9495c #f98e49 #f949b4

Monochromatic Colors of #f9495c

#f9495c

Complementary Color

#f9495c #49f9e6

#f9495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9495c Color CSS Codes

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

#f9495c Text Font Color

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

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


#f9495c Background Color

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

This div background color is #f9495c


#f9495c Border Color

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

This div border color is #f9495c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9495c

Related Colors


Comments

No comments written yet.

Please login to write comment.