Shades of Hot Magenta #FF06DC
Tints of Hot Magenta #FF06DC
RGB
CMYK
RGB Variations
Color information
#FF06DC (or 0xFF06DC) is known color: Hot Magenta. HEX triplet: FF, 06 and DC. RGB value is (255,6,220). Sum of RGB (Red+Green+Blue) = 255+6+220=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 6 (2.73% from 255 or 1.25% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06DC is #00F923. Grayscale: #686868. Windows color (decimal): -63780 or 14419711. OLE color: 14419711.
HSL color Cylindrical-coordinate representation of color #FF06DC: hue angle of 308.43º 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 #FF06DC is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 220 | - |
| CMYK | 0 | 0.98 | 0.14 | 0 |
| HSL | 308.43º | 1% | 0.51% | - |
| HSV(B) | 308.43º | 0.98% | 1% | - |
| XYZ | 54.22 | 26.56 | 69.98 | - |
| YUV | 104.85 | 192.99 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 220 | 0 | 0.98 | 0.14 | 0 | 308.43 | 1 | 0.51 |
| Hex | FF | 6 | DC | 0 | 62 | E | 0 | 134 | 64 | 33 |
| Octal | 377 | 6 | 334 | 0 | 142 | 16 | 0 | 464 | 144 | 63 |
| Binary | 11111111 | 110 | 11011100 | 0 | 1100010 | 1110 | 0 | 100110100 | 1100100 | 110011 |
Color Harmonies of #FF06DC
Complementary color
Monochromatic Colors of #FF06DC
Black with #FF06DC
Text Example
Text Example
White with #FF06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06DC; }
p { color: rgb(255,6,220); }
H1.HeaderClassName
{
color: #FF06DC;
}
.AnyTagClassName
{
color: #FF06DC;
}
</style>
background-color css
<style>
a { background-color: #FF06DC; }
a { background-color: rgb(255,6,220); }
div.DivClassName
{
background-color: #FF06DC;
}
.BgClassName
{
background-color: #FF06DC;
}
</style>
border-color css
<style>
span { border-color: #FF06DC; }
span { border-color: rgb(255,6,220); }
td.TdClassName
{
border-color: #FF06DC;
}
.TagClassName
{
border-color: #FF06DC;
}
</style>