Color Hex Logo

#f4142a Color Hex

#F4142A
(244,20,42)
0 Favorites   0 Comments

Color spaces of #f4142a

RGB 2442042
HSL0.980.910.52
HSV354°92°96°
CMYK 0.000.920.83   0.04
XYZ37.976319.90064.0301
Yxy19.90060.61340.3215
Hunter Lab44.610173.888325.8708
CIE-Lab51.724676.349350.1143

#f4142a color RGB value is (244,20,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010100 00101010
Octal 364 24 52
Decimal 244 20 42
Hex F4 14 2A

RGB Percentages of Color #f4142a

%79.74
%6.54
%13.73

CMYK Percentages of Color #f4142a

%0
%92
%83
%4

Triadic Colors of #f4142a

#f4142a #2af414 #142af4

Analogous Colors of #f4142a

#f4142a #f46e14 #f4149a

Monochromatic Colors of #f4142a

#f4142a

Complementary Color

#f4142a #14f4de

#f4142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4142a Color CSS Codes

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

#f4142a Text Font Color

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

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


#f4142a Background Color

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

This div background color is #f4142a


#f4142a Border Color

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

This div border color is #f4142a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,20,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 #f4142a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4142a


Comments

No comments written yet.

Please login to write comment.