Shades of Hot Magenta #F802CC
Tints of Hot Magenta #F802CC
RGB
CMYK
RGB Variations
Color information
#F802CC (or 0xF802CC) is known color: Hot Magenta. HEX triplet: F8, 02 and CC. RGB value is (248,2,204). Sum of RGB (Red+Green+Blue) = 248+2+204=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F802CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802CC is #07FD33. Grayscale: #626262. Windows color (decimal): -523572 or 13370104. OLE color: 13370104.
HSL color Cylindrical-coordinate representation of color #F802CC: hue angle of 310.73º 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 #F802CC is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.03 |
| HSL | 310.73º | 0.98% | 0.49% | - |
| HSV(B) | 310.73º | 0.99% | 0.97% | - |
| XYZ | 49.63 | 24.36 | 59.21 | - |
| YUV | 98.58 | 187.5 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 204 | 0 | 0.99 | 0.18 | 0.03 | 310.73 | 0.98 | 0.49 |
| Hex | F8 | 2 | CC | 0 | 63 | 12 | 3 | 137 | 62 | 31 |
| Octal | 370 | 2 | 314 | 0 | 143 | 22 | 3 | 467 | 142 | 61 |
| Binary | 11111000 | 10 | 11001100 | 0 | 1100011 | 10010 | 11 | 100110111 | 1100010 | 110001 |
Color Harmonies of #F802CC
Complementary color
Monochromatic Colors of #F802CC
Black with #F802CC
Text Example
Text Example
White with #F802CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802CC; }
p { color: rgb(248,2,204); }
H1.HeaderClassName
{
color: #F802CC;
}
.AnyTagClassName
{
color: #F802CC;
}
</style>
background-color css
<style>
a { background-color: #F802CC; }
a { background-color: rgb(248,2,204); }
div.DivClassName
{
background-color: #F802CC;
}
.BgClassName
{
background-color: #F802CC;
}
</style>
border-color css
<style>
span { border-color: #F802CC; }
span { border-color: rgb(248,2,204); }
td.TdClassName
{
border-color: #F802CC;
}
.TagClassName
{
border-color: #F802CC;
}
</style>