Color Hex Logo

#f220ac Color Hex

#F220AC
(242,32,172)
0 Favorites   0 Comments

Color spaces of #f220ac

RGB 24232172
HSL0.890.890.54
HSV320°87°95°
CMYK 0.000.870.29   0.05
XYZ44.580922.888841.0980
Yxy22.88880.41060.2108
Hunter Lab47.842282.6080-17.4424
CIE-Lab54.957682.6325-22.1978

#f220ac color RGB value is (242,32,172).

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

The process color (four color CMYK) of #f220ac color hex is 0.00, 0.87, 0.29, 0.05. Web safe color of #f220ac is #ff3399. Color #f220ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100000 10101100
Octal 362 40 254
Decimal 242 32 172
Hex F2 20 AC

RGB Percentages of Color #f220ac

%54.26
%7.17
%38.57

CMYK Percentages of Color #f220ac

%0
%87
%29
%5

Triadic Colors of #f220ac

#f220ac #acf220 #20acf2

Analogous Colors of #f220ac

#f220ac #f22043 #cf20f2

Monochromatic Colors of #f220ac

#f220ac

Complementary Color

#f220ac #20f266

#f220ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f220ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f220ac Color CSS Codes

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

#f220ac Text Font Color

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

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


#f220ac Background Color

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

This div background color is #f220ac


#f220ac Border Color

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

This div border color is #f220ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f220ac


Comments

No comments written yet.

Please login to write comment.