Color Hex Logo

#f9464e Color Hex

#F9464E
(249,70,78)
0 Favorites   0 Comments

Color spaces of #f9464e

RGB 2497078
HSL0.990.940.63
HSV357°72°98°
CMYK 0.000.720.69   0.02
XYZ42.632225.07019.7998
Yxy25.07010.55010.3235
Hunter Lab50.070164.361423.4447
CIE-Lab57.143767.465036.4807

#f9464e color RGB value is (249,70,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 01001110
Octal 371 106 116
Decimal 249 70 78
Hex F9 46 4E

RGB Percentages of Color #f9464e

%62.72
%17.63
%19.65

CMYK Percentages of Color #f9464e

%0
%72
%69
%2

Triadic Colors of #f9464e

#f9464e #4ef946 #464ef9

Analogous Colors of #f9464e

#f9464e #f99846 #f946a8

Monochromatic Colors of #f9464e

#f9464e

Complementary Color

#f9464e #46f9f1

#f9464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9464e Color CSS Codes

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

#f9464e Text Font Color

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

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


#f9464e Background Color

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

This div background color is #f9464e


#f9464e Border Color

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

This div border color is #f9464e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,70,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 #f9464e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9464e


Comments

No comments written yet.

Please login to write comment.