Shades of Hot Magenta #FF07D2
Tints of Hot Magenta #FF07D2
RGB
CMYK
RGB Variations
Color information
#FF07D2 (or 0xFF07D2) is known color: Hot Magenta. HEX triplet: FF, 07 and D2. RGB value is (255,7,210). Sum of RGB (Red+Green+Blue) = 255+7+210=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 7 (3.12% from 255 or 1.48% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07D2 is #00F82D. Grayscale: #676767. Windows color (decimal): -63534 or 13764607. OLE color: 13764607.
HSL color Cylindrical-coordinate representation of color #FF07D2: hue angle of 310.89º 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 #FF07D2 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 210 | - |
| CMYK | 0 | 0.97 | 0.18 | 0 |
| HSL | 310.89º | 1% | 0.51% | - |
| HSV(B) | 310.89º | 0.97% | 1% | - |
| XYZ | 52.95 | 26.07 | 63.21 | - |
| YUV | 104.29 | 187.66 | 235.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 210 | 0 | 0.97 | 0.18 | 0 | 310.89 | 1 | 0.51 |
| Hex | FF | 7 | D2 | 0 | 61 | 12 | 0 | 137 | 64 | 33 |
| Octal | 377 | 7 | 322 | 0 | 141 | 22 | 0 | 467 | 144 | 63 |
| Binary | 11111111 | 111 | 11010010 | 0 | 1100001 | 10010 | 0 | 100110111 | 1100100 | 110011 |
Color Harmonies of #FF07D2
Complementary color
Monochromatic Colors of #FF07D2
Black with #FF07D2
Text Example
Text Example
White with #FF07D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07D2; }
p { color: rgb(255,7,210); }
H1.HeaderClassName
{
color: #FF07D2;
}
.AnyTagClassName
{
color: #FF07D2;
}
</style>
background-color css
<style>
a { background-color: #FF07D2; }
a { background-color: rgb(255,7,210); }
div.DivClassName
{
background-color: #FF07D2;
}
.BgClassName
{
background-color: #FF07D2;
}
</style>
border-color css
<style>
span { border-color: #FF07D2; }
span { border-color: rgb(255,7,210); }
td.TdClassName
{
border-color: #FF07D2;
}
.TagClassName
{
border-color: #FF07D2;
}
</style>