Color Hex Logo

#f20aca Color Hex

#F20ACA
(242,10,202)
0 Favorites   0 Comments

Color spaces of #f20aca

RGB 24210202
HSL0.860.920.49
HSV310°96°95°
CMYK 0.000.960.17   0.05
XYZ47.387223.358657.8882
Yxy23.35860.36840.1816
Hunter Lab48.330790.4365-37.1832
CIE-Lab55.439888.5403-38.8497

#f20aca color RGB value is (242,10,202).

#f20aca hex color red value is 242, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f20aca hue: 0.86 , saturation: 0.92 and the lightness value of f20aca is 0.49.

The process color (four color CMYK) of #f20aca color hex is 0.00, 0.96, 0.17, 0.05. Web safe color of #f20aca is #ff00cc. Color #f20aca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001010 11001010
Octal 362 12 312
Decimal 242 10 202
Hex F2 A CA

RGB Percentages of Color #f20aca

%53.30
%2.20
%44.49

CMYK Percentages of Color #f20aca

%0
%96
%17
%5

Triadic Colors of #f20aca

#f20aca #caf20a #0acaf2

Analogous Colors of #f20aca

#f20aca #f20a56 #a60af2

Monochromatic Colors of #f20aca

#f20aca

Complementary Color

#f20aca #0af232

#f20aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20aca Color CSS Codes

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

#f20aca Text Font Color

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

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


#f20aca Background Color

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

This div background color is #f20aca


#f20aca Border Color

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

This div border color is #f20aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20aca


Comments

No comments written yet.

Please login to write comment.