Shades of Hot Magenta #F80AD0
Tints of Hot Magenta #F80AD0
RGB
CMYK
RGB Variations
Color information
#F80AD0 (or 0xF80AD0) is known color: Hot Magenta. HEX triplet: F8, 0A and D0. RGB value is (248,10,208). Sum of RGB (Red+Green+Blue) = 248+10+208=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80AD0 is #07F52F. Grayscale: #676767. Windows color (decimal): -521520 or 13634296. OLE color: 13634296.
HSL color Cylindrical-coordinate representation of color #F80AD0: hue angle of 310.08º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80AD0 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 208 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.03 |
| HSL | 310.08º | 0.94% | 0.51% | - |
| HSV(B) | 310.08º | 0.96% | 0.97% | - |
| XYZ | 50.21 | 24.73 | 61.8 | - |
| YUV | 103.73 | 186.85 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 208 | 0 | 0.96 | 0.16 | 0.03 | 310.08 | 0.94 | 0.51 |
| Hex | F8 | A | D0 | 0 | 60 | 10 | 3 | 136 | 5E | 33 |
| Octal | 370 | 12 | 320 | 0 | 140 | 20 | 3 | 466 | 136 | 63 |
| Binary | 11111000 | 1010 | 11010000 | 0 | 1100000 | 10000 | 11 | 100110110 | 1011110 | 110011 |
Color Harmonies of #F80AD0
Complementary color
Monochromatic Colors of #F80AD0
Black with #F80AD0
Text Example
Text Example
White with #F80AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AD0; }
p { color: rgb(248,10,208); }
H1.HeaderClassName
{
color: #F80AD0;
}
.AnyTagClassName
{
color: #F80AD0;
}
</style>
background-color css
<style>
a { background-color: #F80AD0; }
a { background-color: rgb(248,10,208); }
div.DivClassName
{
background-color: #F80AD0;
}
.BgClassName
{
background-color: #F80AD0;
}
</style>
border-color css
<style>
span { border-color: #F80AD0; }
span { border-color: rgb(248,10,208); }
td.TdClassName
{
border-color: #F80AD0;
}
.TagClassName
{
border-color: #F80AD0;
}
</style>