Shades of Hot Magenta #F80ADA
Tints of Hot Magenta #F80ADA
RGB
CMYK
RGB Variations
Color information
#F80ADA (or 0xF80ADA) is known color: Hot Magenta. HEX triplet: F8, 0A and DA. RGB value is (248,10,218). Sum of RGB (Red+Green+Blue) = 248+10+218=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ADA is #07F525. Grayscale: #686868. Windows color (decimal): -521510 or 14289656. OLE color: 14289656.
HSL color Cylindrical-coordinate representation of color #F80ADA: hue angle of 307.56º 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 #F80ADA is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 218 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.03 |
| HSL | 307.56º | 0.94% | 0.51% | - |
| HSV(B) | 307.56º | 0.96% | 0.97% | - |
| XYZ | 51.47 | 25.24 | 68.49 | - |
| YUV | 104.87 | 191.85 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 218 | 0 | 0.96 | 0.12 | 0.03 | 307.56 | 0.94 | 0.51 |
| Hex | F8 | A | DA | 0 | 60 | C | 3 | 134 | 5E | 33 |
| Octal | 370 | 12 | 332 | 0 | 140 | 14 | 3 | 464 | 136 | 63 |
| Binary | 11111000 | 1010 | 11011010 | 0 | 1100000 | 1100 | 11 | 100110100 | 1011110 | 110011 |
Color Harmonies of #F80ADA
Complementary color
Monochromatic Colors of #F80ADA
Black with #F80ADA
Text Example
Text Example
White with #F80ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80ADA; }
p { color: rgb(248,10,218); }
H1.HeaderClassName
{
color: #F80ADA;
}
.AnyTagClassName
{
color: #F80ADA;
}
</style>
background-color css
<style>
a { background-color: #F80ADA; }
a { background-color: rgb(248,10,218); }
div.DivClassName
{
background-color: #F80ADA;
}
.BgClassName
{
background-color: #F80ADA;
}
</style>
border-color css
<style>
span { border-color: #F80ADA; }
span { border-color: rgb(248,10,218); }
td.TdClassName
{
border-color: #F80ADA;
}
.TagClassName
{
border-color: #F80ADA;
}
</style>