Shades of Hot Magenta #FF06D7
Tints of Hot Magenta #FF06D7
RGB
CMYK
RGB Variations
Color information
#FF06D7 (or 0xFF06D7) is known color: Hot Magenta. HEX triplet: FF, 06 and D7. RGB value is (255,6,215). Sum of RGB (Red+Green+Blue) = 255+6+215=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06D7 is #00F928. Grayscale: #676767. Windows color (decimal): -63785 or 14092031. OLE color: 14092031.
HSL color Cylindrical-coordinate representation of color #FF06D7: hue angle of 309.64º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF06D7 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 215 | - |
| CMYK | 0 | 0.98 | 0.16 | 0 |
| HSL | 309.64º | 1% | 0.51% | - |
| HSV(B) | 309.64º | 0.98% | 1% | - |
| XYZ | 53.57 | 26.3 | 66.54 | - |
| YUV | 104.28 | 190.49 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 215 | 0 | 0.98 | 0.16 | 0 | 309.64 | 1 | 0.51 |
| Hex | FF | 6 | D7 | 0 | 62 | 10 | 0 | 136 | 64 | 33 |
| Octal | 377 | 6 | 327 | 0 | 142 | 20 | 0 | 466 | 144 | 63 |
| Binary | 11111111 | 110 | 11010111 | 0 | 1100010 | 10000 | 0 | 100110110 | 1100100 | 110011 |
Color Harmonies of #FF06D7
Complementary color
Monochromatic Colors of #FF06D7
Black with #FF06D7
Text Example
Text Example
White with #FF06D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06D7; }
p { color: rgb(255,6,215); }
H1.HeaderClassName
{
color: #FF06D7;
}
.AnyTagClassName
{
color: #FF06D7;
}
</style>
background-color css
<style>
a { background-color: #FF06D7; }
a { background-color: rgb(255,6,215); }
div.DivClassName
{
background-color: #FF06D7;
}
.BgClassName
{
background-color: #FF06D7;
}
</style>
border-color css
<style>
span { border-color: #FF06D7; }
span { border-color: rgb(255,6,215); }
td.TdClassName
{
border-color: #FF06D7;
}
.TagClassName
{
border-color: #FF06D7;
}
</style>