Shades of Hot Magenta #F802CE
Tints of Hot Magenta #F802CE
RGB
CMYK
RGB Variations
Color information
#F802CE (or 0xF802CE) is known color: Hot Magenta. HEX triplet: F8, 02 and CE. RGB value is (248,2,206). Sum of RGB (Red+Green+Blue) = 248+2+206=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F802CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802CE is #07FD31. Grayscale: #626262. Windows color (decimal): -523570 or 13501176. OLE color: 13501176.
HSL color Cylindrical-coordinate representation of color #F802CE: hue angle of 310.24º 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 #F802CE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.03 |
| HSL | 310.24º | 0.98% | 0.49% | - |
| HSV(B) | 310.24º | 0.99% | 0.97% | - |
| XYZ | 49.87 | 24.46 | 60.48 | - |
| YUV | 98.81 | 188.5 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 206 | 0 | 0.99 | 0.17 | 0.03 | 310.24 | 0.98 | 0.49 |
| Hex | F8 | 2 | CE | 0 | 63 | 11 | 3 | 136 | 62 | 31 |
| Octal | 370 | 2 | 316 | 0 | 143 | 21 | 3 | 466 | 142 | 61 |
| Binary | 11111000 | 10 | 11001110 | 0 | 1100011 | 10001 | 11 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F802CE
Complementary color
Monochromatic Colors of #F802CE
Black with #F802CE
Text Example
Text Example
White with #F802CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802CE; }
p { color: rgb(248,2,206); }
H1.HeaderClassName
{
color: #F802CE;
}
.AnyTagClassName
{
color: #F802CE;
}
</style>
background-color css
<style>
a { background-color: #F802CE; }
a { background-color: rgb(248,2,206); }
div.DivClassName
{
background-color: #F802CE;
}
.BgClassName
{
background-color: #F802CE;
}
</style>
border-color css
<style>
span { border-color: #F802CE; }
span { border-color: rgb(248,2,206); }
td.TdClassName
{
border-color: #F802CE;
}
.TagClassName
{
border-color: #F802CE;
}
</style>