#f20adc

Color #F20ADC Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #F20ADC

Tints of Hot Magenta #F20ADC

Color information

#F20ADC (or 0xF20ADC) is unknown color: approx Hot Magenta. HEX triplet: F2, 0A and DC. RGB value is (242,10,220). Sum of RGB (Red+Green+Blue) = 242+10+220=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ADC is #0DF523. Grayscale: #666666. Windows color (decimal): -914724 or 14420722. OLE color: 14420722.

HSL color Cylindrical-coordinate representation of color #F20ADC: hue angle of 305.69º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20ADC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24210220-
CMYK00.960.090.05
HSL305.69º92.06%49.41%-
HSV(B)305.69º95.87%94.9%-
XYZ49.6424.2669.78-
YUV103.31193.86226.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 10 (4.30% from 255) = 2.12%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=51.27%
G=2.12%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421022000.960.090.05305.6992.0649.41
HexF2ADC060951325c31
Octal36212334014011546213461
Binary111100101010110111000110000010011011001100101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f20adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f20adc; }

 p { color: rgb(242,10,220); }

 H1.HeaderClassName
 {
   color: #f20adc;
 }
 .AnyTagClassName
 {
   color: #f20adc;
 }
</style>
background-color css

<style>
 a { background-color: #f20adc; }

 a { background-color: rgb(242,10,220); }

 div.DivClassName
 {
   background-color: #f20adc;
 }
 .BgClassName
 {
   background-color: #f20adc;
 }
</style>
border-color css

<style>
 span { border-color: #f20adc; }

 span { border-color: rgb(242,10,220); }

 td.TdClassName
 {
   border-color: #f20adc;
 }
 .TagClassName
 {
   border-color: #f20adc;
 }
</style>