Shades of Hot Magenta #FF06DB
Tints of Hot Magenta #FF06DB
RGB
CMYK
RGB Variations
Color information
#FF06DB (or 0xFF06DB) is known color: Hot Magenta. HEX triplet: FF, 06 and DB. RGB value is (255,6,219). Sum of RGB (Red+Green+Blue) = 255+6+219=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 6 (2.73% from 255 or 1.25% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FF06DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF06DB is #00F924. Grayscale: #686868. Windows color (decimal): -63781 or 14354175. OLE color: 14354175.
HSL color Cylindrical-coordinate representation of color #FF06DB: hue angle of 308.67º 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 #FF06DB is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 219 | - |
| CMYK | 0 | 0.98 | 0.14 | 0 |
| HSL | 308.67º | 1% | 0.51% | - |
| HSV(B) | 308.67º | 0.98% | 1% | - |
| XYZ | 54.09 | 26.5 | 69.28 | - |
| YUV | 104.73 | 192.49 | 235.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 219 | 0 | 0.98 | 0.14 | 0 | 308.67 | 1 | 0.51 |
| Hex | FF | 6 | DB | 0 | 62 | E | 0 | 135 | 64 | 33 |
| Octal | 377 | 6 | 333 | 0 | 142 | 16 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 110 | 11011011 | 0 | 1100010 | 1110 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF06DB
Complementary color
Monochromatic Colors of #FF06DB
Black with #FF06DB
Text Example
Text Example
White with #FF06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF06DB; }
p { color: rgb(255,6,219); }
H1.HeaderClassName
{
color: #FF06DB;
}
.AnyTagClassName
{
color: #FF06DB;
}
</style>
background-color css
<style>
a { background-color: #FF06DB; }
a { background-color: rgb(255,6,219); }
div.DivClassName
{
background-color: #FF06DB;
}
.BgClassName
{
background-color: #FF06DB;
}
</style>
border-color css
<style>
span { border-color: #FF06DB; }
span { border-color: rgb(255,6,219); }
td.TdClassName
{
border-color: #FF06DB;
}
.TagClassName
{
border-color: #FF06DB;
}
</style>