Color Hex Logo

#f220cc Color Hex

#F220CC
(242,32,204)
0 Favorites   0 Comments

Color spaces of #f220cc

RGB 24232204
HSL0.860.890.54
HSV311°87°95°
CMYK 0.000.870.16   0.05
XYZ48.033524.269959.2797
Yxy24.26990.36500.1844
Hunter Lab49.264587.8269-36.8582
CIE-Lab56.357086.3811-38.5562

#f220cc color RGB value is (242,32,204).

#f220cc hex color red value is 242, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f220cc hue: 0.86 , saturation: 0.89 and the lightness value of f220cc is 0.54.

The process color (four color CMYK) of #f220cc color hex is 0.00, 0.87, 0.16, 0.05. Web safe color of #f220cc is #ff33cc. Color #f220cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100000 11001100
Octal 362 40 314
Decimal 242 32 204
Hex F2 20 CC

RGB Percentages of Color #f220cc

%50.63
%6.69
%42.68

CMYK Percentages of Color #f220cc

%0
%87
%16
%5

Triadic Colors of #f220cc

#f220cc #ccf220 #20ccf2

Analogous Colors of #f220cc

#f220cc #f22063 #af20f2

Monochromatic Colors of #f220cc

#f220cc

Complementary Color

#f220cc #20f246

#f220cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f220cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f220cc Color CSS Codes

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

#f220cc Text Font Color

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

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


#f220cc Background Color

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

This div background color is #f220cc


#f220cc Border Color

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

This div border color is #f220cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f220cc


Comments

No comments written yet.

Please login to write comment.