Shades of Hot Magenta #F805CA
Tints of Hot Magenta #F805CA
RGB
CMYK
RGB Variations
Color information
#F805CA (or 0xF805CA) is known color: Hot Magenta. HEX triplet: F8, 05 and CA. RGB value is (248,5,202). Sum of RGB (Red+Green+Blue) = 248+5+202=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F805CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F805CA is #07FA35. Grayscale: #636363. Windows color (decimal): -522806 or 13239800. OLE color: 13239800.
HSL color Cylindrical-coordinate representation of color #F805CA: hue angle of 311.36º 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 #F805CA is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.03 |
| HSL | 311.36º | 0.96% | 0.5% | - |
| HSV(B) | 311.36º | 0.98% | 0.97% | - |
| XYZ | 49.43 | 24.33 | 57.97 | - |
| YUV | 100.12 | 185.51 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 202 | 0 | 0.98 | 0.19 | 0.03 | 311.36 | 0.96 | 0.5 |
| Hex | F8 | 5 | CA | 0 | 62 | 13 | 3 | 137 | 60 | 32 |
| Octal | 370 | 5 | 312 | 0 | 142 | 23 | 3 | 467 | 140 | 62 |
| Binary | 11111000 | 101 | 11001010 | 0 | 1100010 | 10011 | 11 | 100110111 | 1100000 | 110010 |
Color Harmonies of #F805CA
Complementary color
Monochromatic Colors of #F805CA
Black with #F805CA
Text Example
Text Example
White with #F805CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F805CA; }
p { color: rgb(248,5,202); }
H1.HeaderClassName
{
color: #F805CA;
}
.AnyTagClassName
{
color: #F805CA;
}
</style>
background-color css
<style>
a { background-color: #F805CA; }
a { background-color: rgb(248,5,202); }
div.DivClassName
{
background-color: #F805CA;
}
.BgClassName
{
background-color: #F805CA;
}
</style>
border-color css
<style>
span { border-color: #F805CA; }
span { border-color: rgb(248,5,202); }
td.TdClassName
{
border-color: #F805CA;
}
.TagClassName
{
border-color: #F805CA;
}
</style>