Shades of Hot Magenta #F80DDD
Tints of Hot Magenta #F80DDD
RGB
CMYK
RGB Variations
Color information
#F80DDD (or 0xF80DDD) is known color: Hot Magenta. HEX triplet: F8, 0D and DD. RGB value is (248,13,221). Sum of RGB (Red+Green+Blue) = 248+13+221=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DDD is #07F222. Grayscale: #6A6A6A. Windows color (decimal): -520739 or 14487032. OLE color: 14487032.
HSL color Cylindrical-coordinate representation of color #F80DDD: hue angle of 306.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DDD is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 221 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.03 |
| HSL | 306.89º | 0.94% | 0.51% | - |
| HSV(B) | 306.89º | 0.95% | 0.97% | - |
| XYZ | 51.91 | 25.46 | 70.59 | - |
| YUV | 106.98 | 192.36 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 221 | 0 | 0.95 | 0.11 | 0.03 | 306.89 | 0.94 | 0.51 |
| Hex | F8 | D | DD | 0 | 5F | B | 3 | 133 | 5E | 33 |
| Octal | 370 | 15 | 335 | 0 | 137 | 13 | 3 | 463 | 136 | 63 |
| Binary | 11111000 | 1101 | 11011101 | 0 | 1011111 | 1011 | 11 | 100110011 | 1011110 | 110011 |
Color Harmonies of #F80DDD
Complementary color
Monochromatic Colors of #F80DDD
Black with #F80DDD
Text Example
Text Example
White with #F80DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DDD; }
p { color: rgb(248,13,221); }
H1.HeaderClassName
{
color: #F80DDD;
}
.AnyTagClassName
{
color: #F80DDD;
}
</style>
background-color css
<style>
a { background-color: #F80DDD; }
a { background-color: rgb(248,13,221); }
div.DivClassName
{
background-color: #F80DDD;
}
.BgClassName
{
background-color: #F80DDD;
}
</style>
border-color css
<style>
span { border-color: #F80DDD; }
span { border-color: rgb(248,13,221); }
td.TdClassName
{
border-color: #F80DDD;
}
.TagClassName
{
border-color: #F80DDD;
}
</style>