Shades of Hot Magenta #FF07D5
Tints of Hot Magenta #FF07D5
RGB
CMYK
RGB Variations
Color information
#FF07D5 (or 0xFF07D5) is known color: Hot Magenta. HEX triplet: FF, 07 and D5. RGB value is (255,7,213). Sum of RGB (Red+Green+Blue) = 255+7+213=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 7 (3.12% from 255 or 1.47% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07D5 is #00F82A. Grayscale: #686868. Windows color (decimal): -63531 or 13961215. OLE color: 13961215.
HSL color Cylindrical-coordinate representation of color #FF07D5: hue angle of 310.16º 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 #FF07D5 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 213 | - |
| CMYK | 0 | 0.97 | 0.16 | 0 |
| HSL | 310.16º | 1% | 0.51% | - |
| HSV(B) | 310.16º | 0.97% | 1% | - |
| XYZ | 53.33 | 26.22 | 65.2 | - |
| YUV | 104.64 | 189.16 | 235.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 213 | 0 | 0.97 | 0.16 | 0 | 310.16 | 1 | 0.51 |
| Hex | FF | 7 | D5 | 0 | 61 | 10 | 0 | 136 | 64 | 33 |
| Octal | 377 | 7 | 325 | 0 | 141 | 20 | 0 | 466 | 144 | 63 |
| Binary | 11111111 | 111 | 11010101 | 0 | 1100001 | 10000 | 0 | 100110110 | 1100100 | 110011 |
Color Harmonies of #FF07D5
Complementary color
Monochromatic Colors of #FF07D5
Black with #FF07D5
Text Example
Text Example
White with #FF07D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07D5; }
p { color: rgb(255,7,213); }
H1.HeaderClassName
{
color: #FF07D5;
}
.AnyTagClassName
{
color: #FF07D5;
}
</style>
background-color css
<style>
a { background-color: #FF07D5; }
a { background-color: rgb(255,7,213); }
div.DivClassName
{
background-color: #FF07D5;
}
.BgClassName
{
background-color: #FF07D5;
}
</style>
border-color css
<style>
span { border-color: #FF07D5; }
span { border-color: rgb(255,7,213); }
td.TdClassName
{
border-color: #FF07D5;
}
.TagClassName
{
border-color: #FF07D5;
}
</style>