Color Hex Logo

#f94951 Color Hex

#F94951
(249,73,81)
0 Favorites   0 Comments

Color spaces of #f94951

RGB 2497381
HSL0.990.940.63
HSV357°71°98°
CMYK 0.000.710.67   0.02
XYZ42.934725.498910.4435
Yxy25.49890.54430.3233
Hunter Lab50.496463.401223.0853
CIE-Lab57.558366.580735.2746

#f94951 color RGB value is (249,73,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 01010001
Octal 371 111 121
Decimal 249 73 81
Hex F9 49 51

RGB Percentages of Color #f94951

%61.79
%18.11
%20.10

CMYK Percentages of Color #f94951

%0
%71
%67
%2

Triadic Colors of #f94951

#f94951 #51f949 #4951f9

Analogous Colors of #f94951

#f94951 #f99949 #f949a9

Monochromatic Colors of #f94951

#f94951

Complementary Color

#f94951 #49f9f1

#f94951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94951 Color CSS Codes

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

#f94951 Text Font Color

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

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


#f94951 Background Color

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

This div background color is #f94951


#f94951 Border Color

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

This div border color is #f94951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94951


Comments

No comments written yet.

Please login to write comment.