Shades of Hot Magenta #F805D7
Tints of Hot Magenta #F805D7
RGB
CMYK
RGB Variations
Color information
#F805D7 (or 0xF805D7) is known color: Hot Magenta. HEX triplet: F8, 05 and D7. RGB value is (248,5,215). Sum of RGB (Red+Green+Blue) = 248+5+215=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F805D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805D7 is #07FA28. Grayscale: #656565. Windows color (decimal): -522793 or 14091768. OLE color: 14091768.
HSL color Cylindrical-coordinate representation of color #F805D7: hue angle of 308.15º 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 #F805D7 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 215 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.03 |
| HSL | 308.15º | 0.96% | 0.5% | - |
| HSV(B) | 308.15º | 0.98% | 0.97% | - |
| XYZ | 51.03 | 24.97 | 66.42 | - |
| YUV | 101.6 | 192.01 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 215 | 0 | 0.98 | 0.13 | 0.03 | 308.15 | 0.96 | 0.5 |
| Hex | F8 | 5 | D7 | 0 | 62 | D | 3 | 134 | 60 | 32 |
| Octal | 370 | 5 | 327 | 0 | 142 | 15 | 3 | 464 | 140 | 62 |
| Binary | 11111000 | 101 | 11010111 | 0 | 1100010 | 1101 | 11 | 100110100 | 1100000 | 110010 |
Color Harmonies of #F805D7
Complementary color
Monochromatic Colors of #F805D7
Black with #F805D7
Text Example
Text Example
White with #F805D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805D7; }
p { color: rgb(248,5,215); }
H1.HeaderClassName
{
color: #F805D7;
}
.AnyTagClassName
{
color: #F805D7;
}
</style>
background-color css
<style>
a { background-color: #F805D7; }
a { background-color: rgb(248,5,215); }
div.DivClassName
{
background-color: #F805D7;
}
.BgClassName
{
background-color: #F805D7;
}
</style>
border-color css
<style>
span { border-color: #F805D7; }
span { border-color: rgb(248,5,215); }
td.TdClassName
{
border-color: #F805D7;
}
.TagClassName
{
border-color: #F805D7;
}
</style>