Color Hex Logo

#f94940 Color Hex

#F94940
(249,73,64)
0 Favorites   0 Comments

Color spaces of #f94940

RGB 2497364
HSL0.010.940.61
HSV74°98°
CMYK 0.000.710.74   0.02
XYZ42.374925.27507.4956
Yxy25.27500.56390.3363
Hunter Lab50.274262.473226.3522
CIE-Lab57.342465.836844.4842

#f94940 color RGB value is (249,73,64).

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

The process color (four color CMYK) of #f94940 color hex is 0.00, 0.71, 0.74, 0.02. Web safe color of #f94940 is #ff3333. Color #f94940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 01000000
Octal 371 111 100
Decimal 249 73 64
Hex F9 49 40

RGB Percentages of Color #f94940

%64.51
%18.91
%16.58

CMYK Percentages of Color #f94940

%0
%71
%74
%2

Triadic Colors of #f94940

#f94940 #40f949 #4940f9

Analogous Colors of #f94940

#f94940 #f9a640 #f94094

Monochromatic Colors of #f94940

#f94940

Complementary Color

#f94940 #40f0f9

#f94940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94940 Color CSS Codes

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

#f94940 Text Font Color

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

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


#f94940 Background Color

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

This div background color is #f94940


#f94940 Border Color

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

This div border color is #f94940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94940

Related Colors


Comments

No comments written yet.

Please login to write comment.