Shades of Hot Magenta #F802C9
Tints of Hot Magenta #F802C9
RGB
CMYK
RGB Variations
Color information
#F802C9 (or 0xF802C9) is known color: Hot Magenta. HEX triplet: F8, 02 and C9. RGB value is (248,2,201). Sum of RGB (Red+Green+Blue) = 248+2+201=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 2 (1.17% from 255 or 0.44% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F802C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802C9 is #07FD36. Grayscale: #616161. Windows color (decimal): -523575 or 13173496. OLE color: 13173496.
HSL color Cylindrical-coordinate representation of color #F802C9: hue angle of 311.46º 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 #F802C9 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.03 |
| HSL | 311.46º | 0.98% | 0.49% | - |
| HSV(B) | 311.46º | 0.99% | 0.97% | - |
| XYZ | 49.28 | 24.22 | 57.34 | - |
| YUV | 98.24 | 186 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 201 | 0 | 0.99 | 0.19 | 0.03 | 311.46 | 0.98 | 0.49 |
| Hex | F8 | 2 | C9 | 0 | 63 | 13 | 3 | 137 | 62 | 31 |
| Octal | 370 | 2 | 311 | 0 | 143 | 23 | 3 | 467 | 142 | 61 |
| Binary | 11111000 | 10 | 11001001 | 0 | 1100011 | 10011 | 11 | 100110111 | 1100010 | 110001 |
Color Harmonies of #F802C9
Complementary color
Monochromatic Colors of #F802C9
Black with #F802C9
Text Example
Text Example
White with #F802C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802C9; }
p { color: rgb(248,2,201); }
H1.HeaderClassName
{
color: #F802C9;
}
.AnyTagClassName
{
color: #F802C9;
}
</style>
background-color css
<style>
a { background-color: #F802C9; }
a { background-color: rgb(248,2,201); }
div.DivClassName
{
background-color: #F802C9;
}
.BgClassName
{
background-color: #F802C9;
}
</style>
border-color css
<style>
span { border-color: #F802C9; }
span { border-color: rgb(248,2,201); }
td.TdClassName
{
border-color: #F802C9;
}
.TagClassName
{
border-color: #F802C9;
}
</style>