Color Hex Logo

#f20e2a Color Hex

#F20E2A
(242,14,42)
0 Favorites   0 Comments

Color spaces of #f20e2a

RGB 2421442
HSL0.980.900.50
HSV353°94°95°
CMYK 0.000.940.83   0.05
XYZ37.192919.35853.9668
Yxy19.35850.61460.3199
Hunter Lab43.998373.893725.4533
CIE-Lab51.104076.474549.3951

#f20e2a color RGB value is (242,14,42).

#f20e2a hex color red value is 242, green value is 14 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f20e2a hue: 0.98 , saturation: 0.90 and the lightness value of f20e2a is 0.50.

The process color (four color CMYK) of #f20e2a color hex is 0.00, 0.94, 0.83, 0.05. Web safe color of #f20e2a is #ff0033. Color #f20e2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001110 00101010
Octal 362 16 52
Decimal 242 14 42
Hex F2 E 2A

RGB Percentages of Color #f20e2a

%81.21
%4.70
%14.09

CMYK Percentages of Color #f20e2a

%0
%94
%83
%5

Triadic Colors of #f20e2a

#f20e2a #2af20e #0e2af2

Analogous Colors of #f20e2a

#f20e2a #f2640e #f20e9c

Monochromatic Colors of #f20e2a

#f20e2a

Complementary Color

#f20e2a #0ef2d6

#f20e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20e2a Color CSS Codes

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

#f20e2a Text Font Color

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

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


#f20e2a Background Color

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

This div background color is #f20e2a


#f20e2a Border Color

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

This div border color is #f20e2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20e2a


Comments

No comments written yet.

Please login to write comment.