Shades of Hot Magenta #F80DD4
Tints of Hot Magenta #F80DD4
RGB
CMYK
RGB Variations
Color information
#F80DD4 (or 0xF80DD4) is known color: Hot Magenta. HEX triplet: F8, 0D and D4. RGB value is (248,13,212). Sum of RGB (Red+Green+Blue) = 248+13+212=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 13 (5.47% from 255 or 2.75% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80DD4 is #07F22B. Grayscale: #696969. Windows color (decimal): -520748 or 13897208. OLE color: 13897208.
HSL color Cylindrical-coordinate representation of color #F80DD4: hue angle of 309.19º 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 #F80DD4 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 212 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.03 |
| HSL | 309.19º | 0.94% | 0.51% | - |
| HSV(B) | 309.19º | 0.95% | 0.97% | - |
| XYZ | 50.74 | 25 | 64.44 | - |
| YUV | 105.95 | 187.86 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 212 | 0 | 0.95 | 0.15 | 0.03 | 309.19 | 0.94 | 0.51 |
| Hex | F8 | D | D4 | 0 | 5F | F | 3 | 135 | 5E | 33 |
| Octal | 370 | 15 | 324 | 0 | 137 | 17 | 3 | 465 | 136 | 63 |
| Binary | 11111000 | 1101 | 11010100 | 0 | 1011111 | 1111 | 11 | 100110101 | 1011110 | 110011 |
Color Harmonies of #F80DD4
Complementary color
Monochromatic Colors of #F80DD4
Black with #F80DD4
Text Example
Text Example
White with #F80DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DD4; }
p { color: rgb(248,13,212); }
H1.HeaderClassName
{
color: #F80DD4;
}
.AnyTagClassName
{
color: #F80DD4;
}
</style>
background-color css
<style>
a { background-color: #F80DD4; }
a { background-color: rgb(248,13,212); }
div.DivClassName
{
background-color: #F80DD4;
}
.BgClassName
{
background-color: #F80DD4;
}
</style>
border-color css
<style>
span { border-color: #F80DD4; }
span { border-color: rgb(248,13,212); }
td.TdClassName
{
border-color: #F80DD4;
}
.TagClassName
{
border-color: #F80DD4;
}
</style>