Shades of Hot Magenta #F80DD6
Tints of Hot Magenta #F80DD6
RGB
CMYK
RGB Variations
Color information
#F80DD6 (or 0xF80DD6) is known color: Hot Magenta. HEX triplet: F8, 0D and D6. RGB value is (248,13,214). Sum of RGB (Red+Green+Blue) = 248+13+214=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DD6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DD6 is #07F229. Grayscale: #696969. Windows color (decimal): -520746 or 14028280. OLE color: 14028280.
HSL color Cylindrical-coordinate representation of color #F80DD6: hue angle of 308.68º 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 #F80DD6 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 214 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.03 |
| HSL | 308.68º | 0.94% | 0.51% | - |
| HSV(B) | 308.68º | 0.95% | 0.97% | - |
| XYZ | 50.99 | 25.1 | 65.78 | - |
| YUV | 106.18 | 188.86 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 214 | 0 | 0.95 | 0.14 | 0.03 | 308.68 | 0.94 | 0.51 |
| Hex | F8 | D | D6 | 0 | 5F | E | 3 | 135 | 5E | 33 |
| Octal | 370 | 15 | 326 | 0 | 137 | 16 | 3 | 465 | 136 | 63 |
| Binary | 11111000 | 1101 | 11010110 | 0 | 1011111 | 1110 | 11 | 100110101 | 1011110 | 110011 |
Color Harmonies of #F80DD6
Complementary color
Monochromatic Colors of #F80DD6
Black with #F80DD6
Text Example
Text Example
White with #F80DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DD6; }
p { color: rgb(248,13,214); }
H1.HeaderClassName
{
color: #F80DD6;
}
.AnyTagClassName
{
color: #F80DD6;
}
</style>
background-color css
<style>
a { background-color: #F80DD6; }
a { background-color: rgb(248,13,214); }
div.DivClassName
{
background-color: #F80DD6;
}
.BgClassName
{
background-color: #F80DD6;
}
</style>
border-color css
<style>
span { border-color: #F80DD6; }
span { border-color: rgb(248,13,214); }
td.TdClassName
{
border-color: #F80DD6;
}
.TagClassName
{
border-color: #F80DD6;
}
</style>