Shades of Hot Magenta #F20AD1
Tints of Hot Magenta #F20AD1
RGB
CMYK
RGB Variations
Color information
#F20AD1 (or 0xF20AD1) is known color: 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
| RGB | 242 | 10 | 209 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.05 |
| HSL | 308.53º | 0.92% | 0.49% | - |
| HSV(B) | 308.53º | 0.96% | 0.95% | - |
| XYZ | 48.24 | 23.7 | 62.35 | - |
| YUV | 102.05 | 188.36 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 209 | 0 | 0.96 | 0.14 | 0.05 | 308.53 | 0.92 | 0.49 |
| Hex | F2 | A | D1 | 0 | 60 | E | 5 | 135 | 5C | 31 |
| Octal | 362 | 12 | 321 | 0 | 140 | 16 | 5 | 465 | 134 | 61 |
| Binary | 11110010 | 1010 | 11010001 | 0 | 1100000 | 1110 | 101 | 100110101 | 1011100 | 110001 |
Color Harmonies of #F20AD1
Complementary color
Monochromatic Colors of #F20AD1
Black with #F20AD1
Text Example
Text Example
White with #F20AD1
Text Example
Text Example
HTML Codes & Css Web 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>