Shades of Hot Magenta #FF06DF
Tints of Hot Magenta #FF06DF
RGB
CMYK
RGB Variations
Color information
#FF06DF (or 0xFF06DF) is known color: Hot Magenta. HEX triplet: FF, 06 and DF. RGB value is (255,6,223). Sum of RGB (Red+Green+Blue) = 255+6+223=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06DF is #00F920. Grayscale: #686868. Windows color (decimal): -63777 or 14616319. OLE color: 14616319.
HSL color Cylindrical-coordinate representation of color #FF06DF: hue angle of 307.71º 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 #FF06DF is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.13 | 0 |
| HSL | 307.71º | 1% | 0.51% | - |
| HSV(B) | 307.71º | 0.98% | 1% | - |
| XYZ | 54.62 | 26.72 | 72.09 | - |
| YUV | 105.19 | 194.49 | 234.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 223 | 0 | 0.98 | 0.13 | 0 | 307.71 | 1 | 0.51 |
| Hex | FF | 6 | DF | 0 | 62 | D | 0 | 134 | 64 | 33 |
| Octal | 377 | 6 | 337 | 0 | 142 | 15 | 0 | 464 | 144 | 63 |
| Binary | 11111111 | 110 | 11011111 | 0 | 1100010 | 1101 | 0 | 100110100 | 1100100 | 110011 |
Color Harmonies of #FF06DF
Complementary color
Monochromatic Colors of #FF06DF
Black with #FF06DF
Text Example
Text Example
White with #FF06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06DF; }
p { color: rgb(255,6,223); }
H1.HeaderClassName
{
color: #FF06DF;
}
.AnyTagClassName
{
color: #FF06DF;
}
</style>
background-color css
<style>
a { background-color: #FF06DF; }
a { background-color: rgb(255,6,223); }
div.DivClassName
{
background-color: #FF06DF;
}
.BgClassName
{
background-color: #FF06DF;
}
</style>
border-color css
<style>
span { border-color: #FF06DF; }
span { border-color: rgb(255,6,223); }
td.TdClassName
{
border-color: #FF06DF;
}
.TagClassName
{
border-color: #FF06DF;
}
</style>