Shades of Hot Magenta #F80ACD
Tints of Hot Magenta #F80ACD
RGB
CMYK
RGB Variations
Color information
#F80ACD (or 0xF80ACD) is known color: Hot Magenta. HEX triplet: F8, 0A and CD. RGB value is (248,10,205). Sum of RGB (Red+Green+Blue) = 248+10+205=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F80ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80ACD is #07F532. Grayscale: #666666. Windows color (decimal): -521523 or 13437688. OLE color: 13437688.
HSL color Cylindrical-coordinate representation of color #F80ACD: hue angle of 310.84º 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 #F80ACD is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.03 |
| HSL | 310.84º | 0.94% | 0.51% | - |
| HSV(B) | 310.84º | 0.96% | 0.97% | - |
| XYZ | 49.84 | 24.58 | 59.88 | - |
| YUV | 103.39 | 185.35 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 205 | 0 | 0.96 | 0.17 | 0.03 | 310.84 | 0.94 | 0.51 |
| Hex | F8 | A | CD | 0 | 60 | 11 | 3 | 137 | 5E | 33 |
| Octal | 370 | 12 | 315 | 0 | 140 | 21 | 3 | 467 | 136 | 63 |
| Binary | 11111000 | 1010 | 11001101 | 0 | 1100000 | 10001 | 11 | 100110111 | 1011110 | 110011 |
Color Harmonies of #F80ACD
Complementary color
Monochromatic Colors of #F80ACD
Black with #F80ACD
Text Example
Text Example
White with #F80ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80ACD; }
p { color: rgb(248,10,205); }
H1.HeaderClassName
{
color: #F80ACD;
}
.AnyTagClassName
{
color: #F80ACD;
}
</style>
background-color css
<style>
a { background-color: #F80ACD; }
a { background-color: rgb(248,10,205); }
div.DivClassName
{
background-color: #F80ACD;
}
.BgClassName
{
background-color: #F80ACD;
}
</style>
border-color css
<style>
span { border-color: #F80ACD; }
span { border-color: rgb(248,10,205); }
td.TdClassName
{
border-color: #F80ACD;
}
.TagClassName
{
border-color: #F80ACD;
}
</style>