#F20AD1

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

Shades of Hot Magenta #F20AD1

Tints of Hot Magenta #F20AD1

Color information

#F20AD1 (or 0xF20AD1) is unknown color: approx Hot Magenta. HEX triplet: F2, 0A and D1. RGB value is (242,10,209). Sum of RGB (Red+Green+Blue) = 242+10+209=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20AD1 is #0DF52E. Grayscale: #656565. Windows color (decimal): -914735 or 13699826. OLE color: 13699826.

HSL color Cylindrical-coordinate representation of color #F20AD1: hue angle of 308.53º 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 #F20AD1 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24210209-
CMYK00.960.140.05
HSL308.53º92.06%49.41%-
HSV(B)308.53º95.87%94.9%-
XYZ48.2423.762.35-
YUV102.05188.36227.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.49%
GREEN value IS 10 (4.30% from 255) = 2.17%
BLUE value IS 209 (82.03% from 255) = 45.34%
R=52.49%
G=2.17%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421020900.960.140.05308.5392.0649.41
HexF2AD1060E51355c31
Octal36212321014016546513461
Binary111100101010110100010110000011101011001101011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20AD1; }

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

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

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

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

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

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

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

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