Color Hex Logo

#f94456 Color Hex

#F94456
(249,68,86)
0 Favorites   0 Comments

Color spaces of #f94456

RGB 2496886
HSL0.980.940.62
HSV354°73°98°
CMYK 0.000.730.65   0.02
XYZ42.813824.945911.3626
Yxy24.94590.54110.3153
Hunter Lab49.945965.605621.4737
CIE-Lab57.022768.529131.7406

#f94456 color RGB value is (249,68,86).

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

The process color (four color CMYK) of #f94456 color hex is 0.00, 0.73, 0.65, 0.02. Web safe color of #f94456 is #ff3366. Color #f94456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000100 01010110
Octal 371 104 126
Decimal 249 68 86
Hex F9 44 56

RGB Percentages of Color #f94456

%61.79
%16.87
%21.34

CMYK Percentages of Color #f94456

%0
%73
%65
%2

Triadic Colors of #f94456

#f94456 #56f944 #4456f9

Analogous Colors of #f94456

#f94456 #f98d44 #f944b1

Monochromatic Colors of #f94456

#f94456

Complementary Color

#f94456 #44f9e7

#f94456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94456 Color CSS Codes

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

#f94456 Text Font Color

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

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


#f94456 Background Color

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

This div background color is #f94456


#f94456 Border Color

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

This div border color is #f94456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94456


Comments

No comments written yet.

Please login to write comment.