Color Hex Logo

#f4042e Color Hex

#F4042E
(244,4,46)
0 Favorites   0 Comments

Color spaces of #f4042e

RGB 244446
HSL0.970.970.49
HSV350°98°96°
CMYK 0.000.980.81   0.04
XYZ37.844819.51724.3573
Yxy19.51720.61320.3162
Hunter Lab44.178375.597925.0770
CIE-Lab51.286977.810547.6025

#f4042e color RGB value is (244,4,46).

#f4042e hex color red value is 244, green value is 4 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f4042e hue: 0.97 , saturation: 0.97 and the lightness value of f4042e is 0.49.

The process color (four color CMYK) of #f4042e color hex is 0.00, 0.98, 0.81, 0.04. Web safe color of #f4042e is #ff0033. Color #f4042e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000100 00101110
Octal 364 4 56
Decimal 244 4 46
Hex F4 4 2E

RGB Percentages of Color #f4042e

%82.99
%1.36
%15.65

CMYK Percentages of Color #f4042e

%0
%98
%81
%4

Triadic Colors of #f4042e

#f4042e #2ef404 #042ef4

Analogous Colors of #f4042e

#f4042e #f45204 #f404a6

Monochromatic Colors of #f4042e

#f4042e

Complementary Color

#f4042e #04f4ca

#f4042e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4042e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4042e Color CSS Codes

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

#f4042e Text Font Color

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

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


#f4042e Background Color

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

This div background color is #f4042e


#f4042e Border Color

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

This div border color is #f4042e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,4,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4042e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4042e;
  -webkit-box-shadow: 1px 1px 3px 2px #f4042e;
  box-shadow:         1px 1px 3px 2px #f4042e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4042e


Comments

No comments written yet.

Please login to write comment.