Shades of Hot Magenta #FF07D9
Tints of Hot Magenta #FF07D9
RGB
CMYK
RGB Variations
Color information
#FF07D9 (or 0xFF07D9) is known color: Hot Magenta. HEX triplet: FF, 07 and D9. RGB value is (255,7,217). Sum of RGB (Red+Green+Blue) = 255+7+217=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 7 (3.12% from 255 or 1.46% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07D9 is #00F826. Grayscale: #686868. Windows color (decimal): -63527 or 14223359. OLE color: 14223359.
HSL color Cylindrical-coordinate representation of color #FF07D9: hue angle of 309.19º 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 #FF07D9 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 217 | - |
| CMYK | 0 | 0.97 | 0.15 | 0 |
| HSL | 309.19º | 1% | 0.51% | - |
| HSV(B) | 309.19º | 0.97% | 1% | - |
| XYZ | 53.84 | 26.42 | 67.91 | - |
| YUV | 105.09 | 191.16 | 234.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 217 | 0 | 0.97 | 0.15 | 0 | 309.19 | 1 | 0.51 |
| Hex | FF | 7 | D9 | 0 | 61 | F | 0 | 135 | 64 | 33 |
| Octal | 377 | 7 | 331 | 0 | 141 | 17 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 111 | 11011001 | 0 | 1100001 | 1111 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF07D9
Complementary color
Monochromatic Colors of #FF07D9
Black with #FF07D9
Text Example
Text Example
White with #FF07D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07D9; }
p { color: rgb(255,7,217); }
H1.HeaderClassName
{
color: #FF07D9;
}
.AnyTagClassName
{
color: #FF07D9;
}
</style>
background-color css
<style>
a { background-color: #FF07D9; }
a { background-color: rgb(255,7,217); }
div.DivClassName
{
background-color: #FF07D9;
}
.BgClassName
{
background-color: #FF07D9;
}
</style>
border-color css
<style>
span { border-color: #FF07D9; }
span { border-color: rgb(255,7,217); }
td.TdClassName
{
border-color: #FF07D9;
}
.TagClassName
{
border-color: #FF07D9;
}
</style>