Shades of Hot Magenta #F802D8
Tints of Hot Magenta #F802D8
RGB
CMYK
RGB Variations
Color information
#F802D8 (or 0xF802D8) is known color: Hot Magenta. HEX triplet: F8, 02 and D8. RGB value is (248,2,216). Sum of RGB (Red+Green+Blue) = 248+2+216=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F802D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802D8 is #07FD27. Grayscale: #636363. Windows color (decimal): -523560 or 14156536. OLE color: 14156536.
HSL color Cylindrical-coordinate representation of color #F802D8: hue angle of 307.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F802D8 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 216 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.03 |
| HSL | 307.8º | 0.98% | 0.49% | - |
| HSV(B) | 307.8º | 0.99% | 0.97% | - |
| XYZ | 51.13 | 24.96 | 67.09 | - |
| YUV | 99.95 | 193.5 | 233.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 216 | 0 | 0.99 | 0.13 | 0.03 | 307.8 | 0.98 | 0.49 |
| Hex | F8 | 2 | D8 | 0 | 63 | D | 3 | 134 | 62 | 31 |
| Octal | 370 | 2 | 330 | 0 | 143 | 15 | 3 | 464 | 142 | 61 |
| Binary | 11111000 | 10 | 11011000 | 0 | 1100011 | 1101 | 11 | 100110100 | 1100010 | 110001 |
Color Harmonies of #F802D8
Complementary color
Monochromatic Colors of #F802D8
Black with #F802D8
Text Example
Text Example
White with #F802D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802D8; }
p { color: rgb(248,2,216); }
H1.HeaderClassName
{
color: #F802D8;
}
.AnyTagClassName
{
color: #F802D8;
}
</style>
background-color css
<style>
a { background-color: #F802D8; }
a { background-color: rgb(248,2,216); }
div.DivClassName
{
background-color: #F802D8;
}
.BgClassName
{
background-color: #F802D8;
}
</style>
border-color css
<style>
span { border-color: #F802D8; }
span { border-color: rgb(248,2,216); }
td.TdClassName
{
border-color: #F802D8;
}
.TagClassName
{
border-color: #F802D8;
}
</style>