Shades of Hot Magenta #F80AD5
Tints of Hot Magenta #F80AD5
RGB
CMYK
RGB Variations
Color information
#F80AD5 (or 0xF80AD5) is known color: Hot Magenta. HEX triplet: F8, 0A and D5. RGB value is (248,10,213). Sum of RGB (Red+Green+Blue) = 248+10+213=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F80AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80AD5 is #07F52A. Grayscale: #676767. Windows color (decimal): -521515 or 13961976. OLE color: 13961976.
HSL color Cylindrical-coordinate representation of color #F80AD5: hue angle of 308.82º 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 #F80AD5 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 213 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.03 |
| HSL | 308.82º | 0.94% | 0.51% | - |
| HSV(B) | 308.82º | 0.96% | 0.97% | - |
| XYZ | 50.83 | 24.98 | 65.09 | - |
| YUV | 104.3 | 189.35 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 213 | 0 | 0.96 | 0.14 | 0.03 | 308.82 | 0.94 | 0.51 |
| Hex | F8 | A | D5 | 0 | 60 | E | 3 | 135 | 5E | 33 |
| Octal | 370 | 12 | 325 | 0 | 140 | 16 | 3 | 465 | 136 | 63 |
| Binary | 11111000 | 1010 | 11010101 | 0 | 1100000 | 1110 | 11 | 100110101 | 1011110 | 110011 |
Color Harmonies of #F80AD5
Complementary color
Monochromatic Colors of #F80AD5
Black with #F80AD5
Text Example
Text Example
White with #F80AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80AD5; }
p { color: rgb(248,10,213); }
H1.HeaderClassName
{
color: #F80AD5;
}
.AnyTagClassName
{
color: #F80AD5;
}
</style>
background-color css
<style>
a { background-color: #F80AD5; }
a { background-color: rgb(248,10,213); }
div.DivClassName
{
background-color: #F80AD5;
}
.BgClassName
{
background-color: #F80AD5;
}
</style>
border-color css
<style>
span { border-color: #F80AD5; }
span { border-color: rgb(248,10,213); }
td.TdClassName
{
border-color: #F80AD5;
}
.TagClassName
{
border-color: #F80AD5;
}
</style>