Color Hex Logo

#f9494e Color Hex

#F9494E
(249,73,78)
0 Favorites   0 Comments

Color spaces of #f9494e

RGB 2497378
HSL1.000.940.63
HSV358°71°98°
CMYK 0.000.710.69   0.02
XYZ42.824625.45499.8639
Yxy25.45490.54800.3257
Hunter Lab50.452863.219123.7254
CIE-Lab57.516066.435036.9276

#f9494e color RGB value is (249,73,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 01001110
Octal 371 111 116
Decimal 249 73 78
Hex F9 49 4E

RGB Percentages of Color #f9494e

%62.25
%18.25
%19.50

CMYK Percentages of Color #f9494e

%0
%71
%69
%2

Triadic Colors of #f9494e

#f9494e #4ef949 #494ef9

Analogous Colors of #f9494e

#f9494e #f99c49 #f949a6

Monochromatic Colors of #f9494e

#f9494e

Complementary Color

#f9494e #49f9f4

#f9494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9494e Color CSS Codes

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

#f9494e Text Font Color

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

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


#f9494e Background Color

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

This div background color is #f9494e


#f9494e Border Color

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

This div border color is #f9494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9494e


Comments

No comments written yet.

Please login to write comment.