Shades of Hot Magenta #F802C5
Tints of Hot Magenta #F802C5
RGB
CMYK
RGB Variations
Color information
#F802C5 (or 0xF802C5) is known color: Hot Magenta. HEX triplet: F8, 02 and C5. RGB value is (248,2,197). Sum of RGB (Red+Green+Blue) = 248+2+197=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F802C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802C5 is #07FD3A. Grayscale: #616161. Windows color (decimal): -523579 or 12911352. OLE color: 12911352.
HSL color Cylindrical-coordinate representation of color #F802C5: hue angle of 312.44º 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 #F802C5 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 197 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.03 |
| HSL | 312.44º | 0.98% | 0.49% | - |
| HSV(B) | 312.44º | 0.99% | 0.97% | - |
| XYZ | 48.81 | 24.03 | 54.89 | - |
| YUV | 97.78 | 184 | 235.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 197 | 0 | 0.99 | 0.21 | 0.03 | 312.44 | 0.98 | 0.49 |
| Hex | F8 | 2 | C5 | 0 | 63 | 15 | 3 | 138 | 62 | 31 |
| Octal | 370 | 2 | 305 | 0 | 143 | 25 | 3 | 470 | 142 | 61 |
| Binary | 11111000 | 10 | 11000101 | 0 | 1100011 | 10101 | 11 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F802C5
Complementary color
Monochromatic Colors of #F802C5
Black with #F802C5
Text Example
Text Example
White with #F802C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802C5; }
p { color: rgb(248,2,197); }
H1.HeaderClassName
{
color: #F802C5;
}
.AnyTagClassName
{
color: #F802C5;
}
</style>
background-color css
<style>
a { background-color: #F802C5; }
a { background-color: rgb(248,2,197); }
div.DivClassName
{
background-color: #F802C5;
}
.BgClassName
{
background-color: #F802C5;
}
</style>
border-color css
<style>
span { border-color: #F802C5; }
span { border-color: rgb(248,2,197); }
td.TdClassName
{
border-color: #F802C5;
}
.TagClassName
{
border-color: #F802C5;
}
</style>