Shades of Hot Magenta #F802DC
Tints of Hot Magenta #F802DC
RGB
CMYK
RGB Variations
Color information
#F802DC (or 0xF802DC) is known color: Hot Magenta. HEX triplet: F8, 02 and DC. RGB value is (248,2,220). Sum of RGB (Red+Green+Blue) = 248+2+220=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F802DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F802DC is #07FD23. Grayscale: #636363. Windows color (decimal): -523556 or 14418680. OLE color: 14418680.
HSL color Cylindrical-coordinate representation of color #F802DC: hue angle of 306.83º 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 #F802DC is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 220 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.03 |
| HSL | 306.83º | 0.98% | 0.49% | - |
| HSV(B) | 306.83º | 0.99% | 0.97% | - |
| XYZ | 51.65 | 25.17 | 69.85 | - |
| YUV | 100.41 | 195.5 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 220 | 0 | 0.99 | 0.11 | 0.03 | 306.83 | 0.98 | 0.49 |
| Hex | F8 | 2 | DC | 0 | 63 | B | 3 | 133 | 62 | 31 |
| Octal | 370 | 2 | 334 | 0 | 143 | 13 | 3 | 463 | 142 | 61 |
| Binary | 11111000 | 10 | 11011100 | 0 | 1100011 | 1011 | 11 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F802DC
Complementary color
Monochromatic Colors of #F802DC
Black with #F802DC
Text Example
Text Example
White with #F802DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F802DC; }
p { color: rgb(248,2,220); }
H1.HeaderClassName
{
color: #F802DC;
}
.AnyTagClassName
{
color: #F802DC;
}
</style>
background-color css
<style>
a { background-color: #F802DC; }
a { background-color: rgb(248,2,220); }
div.DivClassName
{
background-color: #F802DC;
}
.BgClassName
{
background-color: #F802DC;
}
</style>
border-color css
<style>
span { border-color: #F802DC; }
span { border-color: rgb(248,2,220); }
td.TdClassName
{
border-color: #F802DC;
}
.TagClassName
{
border-color: #F802DC;
}
</style>