Color Hex Logo

#f20639 Color Hex

#F20639
(242,6,57)
0 Favorites   0 Comments

Color spaces of #f20639

RGB 242657
HSL0.960.950.49
HSV347°98°95°
CMYK 0.000.980.76   0.05
XYZ37.421619.30295.6244
Yxy19.30290.60020.3096
Hunter Lab43.935175.150623.1645
CIE-Lab51.039777.499741.1007

#f20639 color RGB value is (242,6,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00000110 00111001
Octal 362 6 71
Decimal 242 6 57
Hex F2 6 39

RGB Percentages of Color #f20639

%79.34
%1.97
%18.69

CMYK Percentages of Color #f20639

%0
%98
%76
%5

Triadic Colors of #f20639

#f20639 #39f206 #0639f2

Analogous Colors of #f20639

#f20639 #f24906 #f206af

Monochromatic Colors of #f20639

#f20639

Complementary Color

#f20639 #06f2bf

#f20639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20639 Color CSS Codes

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

#f20639 Text Font Color

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

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


#f20639 Background Color

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

This div background color is #f20639


#f20639 Border Color

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

This div border color is #f20639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20639


Comments

No comments written yet.

Please login to write comment.