Color Hex Logo

#f40442 Color Hex

#F40442
(244,4,66)
0 Favorites   0 Comments

Color spaces of #f40442

RGB 244466
HSL0.960.970.49
HSV345°98°96°
CMYK 0.000.980.73   0.04
XYZ38.335019.71336.9388
Yxy19.71330.58990.3033
Hunter Lab44.399776.418821.8139
CIE-Lab51.511578.423836.5130

#f40442 color RGB value is (244,4,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000100 01000010
Octal 364 4 102
Decimal 244 4 66
Hex F4 4 42

RGB Percentages of Color #f40442

%77.71
%1.27
%21.02

CMYK Percentages of Color #f40442

%0
%98
%73
%4

Triadic Colors of #f40442

#f40442 #42f404 #0442f4

Analogous Colors of #f40442

#f40442 #f43e04 #f404ba

Monochromatic Colors of #f40442

#f40442

Complementary Color

#f40442 #04f4b6

#f40442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40442 Color CSS Codes

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

#f40442 Text Font Color

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

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


#f40442 Background Color

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

This div background color is #f40442


#f40442 Border Color

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

This div border color is #f40442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40442


Comments

No comments written yet.

Please login to write comment.