Shades of Hot Magenta #F80FDC
Tints of Hot Magenta #F80FDC
RGB
CMYK
RGB Variations
Color information
#F80FDC (or 0xF80FDC) is known color: Hot Magenta. HEX triplet: F8, 0F and DC. RGB value is (248,15,220). Sum of RGB (Red+Green+Blue) = 248+15+220=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FDC is #07F023. Grayscale: #6B6B6B. Windows color (decimal): -520228 or 14422008. OLE color: 14422008.
HSL color Cylindrical-coordinate representation of color #F80FDC: hue angle of 307.21º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FDC is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 220 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.03 |
| HSL | 307.21º | 0.94% | 0.52% | - |
| HSV(B) | 307.21º | 0.94% | 0.97% | - |
| XYZ | 51.8 | 25.47 | 69.9 | - |
| YUV | 108.04 | 191.19 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 220 | 0 | 0.94 | 0.11 | 0.03 | 307.21 | 0.94 | 0.52 |
| Hex | F8 | F | DC | 0 | 5E | B | 3 | 133 | 5E | 34 |
| Octal | 370 | 17 | 334 | 0 | 136 | 13 | 3 | 463 | 136 | 64 |
| Binary | 11111000 | 1111 | 11011100 | 0 | 1011110 | 1011 | 11 | 100110011 | 1011110 | 110100 |
Color Harmonies of #F80FDC
Complementary color
Monochromatic Colors of #F80FDC
Black with #F80FDC
Text Example
Text Example
White with #F80FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FDC; }
p { color: rgb(248,15,220); }
H1.HeaderClassName
{
color: #F80FDC;
}
.AnyTagClassName
{
color: #F80FDC;
}
</style>
background-color css
<style>
a { background-color: #F80FDC; }
a { background-color: rgb(248,15,220); }
div.DivClassName
{
background-color: #F80FDC;
}
.BgClassName
{
background-color: #F80FDC;
}
</style>
border-color css
<style>
span { border-color: #F80FDC; }
span { border-color: rgb(248,15,220); }
td.TdClassName
{
border-color: #F80FDC;
}
.TagClassName
{
border-color: #F80FDC;
}
</style>