Color Hex Logo

#f20839 Color Hex

#F20839
(242,8,57)
0 Favorites   0 Comments

Color spaces of #f20839

RGB 242857
HSL0.970.940.49
HSV347°97°95°
CMYK 0.000.970.76   0.05
XYZ37.443319.34635.6316
Yxy19.34630.59980.3099
Hunter Lab43.984474.981723.1978
CIE-Lab51.089977.354141.1555

#f20839 color RGB value is (242,8,57).

#f20839 hex color red value is 242, green value is 8 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #f20839 hue: 0.97 , saturation: 0.94 and the lightness value of f20839 is 0.49.

The process color (four color CMYK) of #f20839 color hex is 0.00, 0.97, 0.76, 0.05. Web safe color of #f20839 is #ff0033. Color #f20839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001000 00111001
Octal 362 10 71
Decimal 242 8 57
Hex F2 8 39

RGB Percentages of Color #f20839

%78.83
%2.61
%18.57

CMYK Percentages of Color #f20839

%0
%97
%76
%5

Triadic Colors of #f20839

#f20839 #39f208 #0839f2

Analogous Colors of #f20839

#f20839 #f24c08 #f208ae

Monochromatic Colors of #f20839

#f20839

Complementary Color

#f20839 #08f2c1

#f20839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20839 Color CSS Codes

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

#f20839 Text Font Color

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

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


#f20839 Background Color

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

This div background color is #f20839


#f20839 Border Color

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

This div border color is #f20839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20839


Comments

No comments written yet.

Please login to write comment.