Color Hex Logo

#f4162a Color Hex

#F4162A
(244,22,42)
0 Favorites   0 Comments

Color spaces of #f4162a

RGB 2442242
HSL0.980.910.52
HSV355°91°96°
CMYK 0.000.910.83   0.04
XYZ38.013119.97414.0424
Yxy19.97410.61280.3220
Hunter Lab44.692473.611425.9219
CIE-Lab51.807976.109250.1901

#f4162a color RGB value is (244,22,42).

#f4162a hex color red value is 244, green value is 22 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f4162a hue: 0.98 , saturation: 0.91 and the lightness value of f4162a is 0.52.

The process color (four color CMYK) of #f4162a color hex is 0.00, 0.91, 0.83, 0.04. Web safe color of #f4162a is #ff0033. Color #f4162a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010110 00101010
Octal 364 26 52
Decimal 244 22 42
Hex F4 16 2A

RGB Percentages of Color #f4162a

%79.22
%7.14
%13.64

CMYK Percentages of Color #f4162a

%0
%91
%83
%4

Triadic Colors of #f4162a

#f4162a #2af416 #162af4

Analogous Colors of #f4162a

#f4162a #f47116 #f41699

Monochromatic Colors of #f4162a

#f4162a

Complementary Color

#f4162a #16f4e0

#f4162a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4162a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4162a Color CSS Codes

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

#f4162a Text Font Color

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

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


#f4162a Background Color

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

This div background color is #f4162a


#f4162a Border Color

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

This div border color is #f4162a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4162a


Comments

No comments written yet.

Please login to write comment.