Color Hex Logo

#f94941 Color Hex

#F94941
(249,73,65)
0 Favorites   0 Comments

Color spaces of #f94941

RGB 2497365
HSL0.010.940.62
HSV74°98°
CMYK 0.000.710.74   0.02
XYZ42.403625.28657.6469
Yxy25.28650.56290.3356
Hunter Lab50.285762.520926.1838
CIE-Lab57.353565.875143.9555

#f94941 color RGB value is (249,73,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001001 01000001
Octal 371 111 101
Decimal 249 73 65
Hex F9 49 41

RGB Percentages of Color #f94941

%64.34
%18.86
%16.80

CMYK Percentages of Color #f94941

%0
%71
%74
%2

Triadic Colors of #f94941

#f94941 #41f949 #4941f9

Analogous Colors of #f94941

#f94941 #f9a541 #f94195

Monochromatic Colors of #f94941

#f94941

Complementary Color

#f94941 #41f1f9

#f94941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94941 Color CSS Codes

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

#f94941 Text Font Color

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

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


#f94941 Background Color

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

This div background color is #f94941


#f94941 Border Color

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

This div border color is #f94941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94941

Related Colors


Comments

No comments written yet.

Please login to write comment.