Shades of Hot Magenta #FF07D8
Tints of Hot Magenta #FF07D8
RGB
CMYK
RGB Variations
Color information
#FF07D8 (or 0xFF07D8) is known color: Hot Magenta. HEX triplet: FF, 07 and D8. RGB value is (255,7,216). Sum of RGB (Red+Green+Blue) = 255+7+216=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07D8 is #00F827. Grayscale: #686868. Windows color (decimal): -63528 or 14157823. OLE color: 14157823.
HSL color Cylindrical-coordinate representation of color #FF07D8: hue angle of 309.44º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07D8 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 216 | - |
| CMYK | 0 | 0.97 | 0.15 | 0 |
| HSL | 309.44º | 1% | 0.51% | - |
| HSV(B) | 309.44º | 0.97% | 1% | - |
| XYZ | 53.71 | 26.37 | 67.22 | - |
| YUV | 104.98 | 190.66 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 216 | 0 | 0.97 | 0.15 | 0 | 309.44 | 1 | 0.51 |
| Hex | FF | 7 | D8 | 0 | 61 | F | 0 | 135 | 64 | 33 |
| Octal | 377 | 7 | 330 | 0 | 141 | 17 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 111 | 11011000 | 0 | 1100001 | 1111 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF07D8
Complementary color
Monochromatic Colors of #FF07D8
Black with #FF07D8
Text Example
Text Example
White with #FF07D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07D8; }
p { color: rgb(255,7,216); }
H1.HeaderClassName
{
color: #FF07D8;
}
.AnyTagClassName
{
color: #FF07D8;
}
</style>
background-color css
<style>
a { background-color: #FF07D8; }
a { background-color: rgb(255,7,216); }
div.DivClassName
{
background-color: #FF07D8;
}
.BgClassName
{
background-color: #FF07D8;
}
</style>
border-color css
<style>
span { border-color: #FF07D8; }
span { border-color: rgb(255,7,216); }
td.TdClassName
{
border-color: #FF07D8;
}
.TagClassName
{
border-color: #FF07D8;
}
</style>