Shades of Hot Magenta #F805D0
Tints of Hot Magenta #F805D0
RGB
CMYK
RGB Variations
Color information
#F805D0 (or 0xF805D0) is known color: Hot Magenta. HEX triplet: F8, 05 and D0. RGB value is (248,5,208). Sum of RGB (Red+Green+Blue) = 248+5+208=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 5 (2.34% from 255 or 1.08% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F805D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805D0 is #07FA2F. Grayscale: #646464. Windows color (decimal): -522800 or 13633016. OLE color: 13633016.
HSL color Cylindrical-coordinate representation of color #F805D0: hue angle of 309.88º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F805D0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.03 |
| HSL | 309.88º | 0.96% | 0.5% | - |
| HSV(B) | 309.88º | 0.98% | 0.97% | - |
| XYZ | 50.15 | 24.62 | 61.78 | - |
| YUV | 100.8 | 188.51 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 208 | 0 | 0.98 | 0.16 | 0.03 | 309.88 | 0.96 | 0.5 |
| Hex | F8 | 5 | D0 | 0 | 62 | 10 | 3 | 136 | 60 | 32 |
| Octal | 370 | 5 | 320 | 0 | 142 | 20 | 3 | 466 | 140 | 62 |
| Binary | 11111000 | 101 | 11010000 | 0 | 1100010 | 10000 | 11 | 100110110 | 1100000 | 110010 |
Color Harmonies of #F805D0
Complementary color
Monochromatic Colors of #F805D0
Black with #F805D0
Text Example
Text Example
White with #F805D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805D0; }
p { color: rgb(248,5,208); }
H1.HeaderClassName
{
color: #F805D0;
}
.AnyTagClassName
{
color: #F805D0;
}
</style>
background-color css
<style>
a { background-color: #F805D0; }
a { background-color: rgb(248,5,208); }
div.DivClassName
{
background-color: #F805D0;
}
.BgClassName
{
background-color: #F805D0;
}
</style>
border-color css
<style>
span { border-color: #F805D0; }
span { border-color: rgb(248,5,208); }
td.TdClassName
{
border-color: #F805D0;
}
.TagClassName
{
border-color: #F805D0;
}
</style>