Shades of Hot Magenta #F805C9
Tints of Hot Magenta #F805C9
RGB
CMYK
RGB Variations
Color information
#F805C9 (or 0xF805C9) is known color: Hot Magenta. HEX triplet: F8, 05 and C9. RGB value is (248,5,201). Sum of RGB (Red+Green+Blue) = 248+5+201=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F805C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805C9 is #07FA36. Grayscale: #636363. Windows color (decimal): -522807 or 13174264. OLE color: 13174264.
HSL color Cylindrical-coordinate representation of color #F805C9: hue angle of 311.6º 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 #F805C9 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.03 |
| HSL | 311.6º | 0.96% | 0.5% | - |
| HSV(B) | 311.6º | 0.98% | 0.97% | - |
| XYZ | 49.31 | 24.28 | 57.35 | - |
| YUV | 100 | 185.01 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 201 | 0 | 0.98 | 0.19 | 0.03 | 311.6 | 0.96 | 0.5 |
| Hex | F8 | 5 | C9 | 0 | 62 | 13 | 3 | 138 | 60 | 32 |
| Octal | 370 | 5 | 311 | 0 | 142 | 23 | 3 | 470 | 140 | 62 |
| Binary | 11111000 | 101 | 11001001 | 0 | 1100010 | 10011 | 11 | 100111000 | 1100000 | 110010 |
Color Harmonies of #F805C9
Complementary color
Monochromatic Colors of #F805C9
Black with #F805C9
Text Example
Text Example
White with #F805C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805C9; }
p { color: rgb(248,5,201); }
H1.HeaderClassName
{
color: #F805C9;
}
.AnyTagClassName
{
color: #F805C9;
}
</style>
background-color css
<style>
a { background-color: #F805C9; }
a { background-color: rgb(248,5,201); }
div.DivClassName
{
background-color: #F805C9;
}
.BgClassName
{
background-color: #F805C9;
}
</style>
border-color css
<style>
span { border-color: #F805C9; }
span { border-color: rgb(248,5,201); }
td.TdClassName
{
border-color: #F805C9;
}
.TagClassName
{
border-color: #F805C9;
}
</style>