Shades of Hot Magenta #FF05DB
Tints of Hot Magenta #FF05DB
RGB
CMYK
RGB Variations
Color information
#FF05DB (or 0xFF05DB) is known color: Hot Magenta. HEX triplet: FF, 05 and DB. RGB value is (255,5,219). Sum of RGB (Red+Green+Blue) = 255+5+219=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05DB is #00FA24. Grayscale: #676767. Windows color (decimal): -64037 or 14353919. OLE color: 14353919.
HSL color Cylindrical-coordinate representation of color #FF05DB: hue angle of 308.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 #FF05DB is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 219 | - |
| CMYK | 0 | 0.98 | 0.14 | 0 |
| HSL | 308.64º | 1% | 0.51% | - |
| HSV(B) | 308.64º | 0.98% | 1% | - |
| XYZ | 54.08 | 26.48 | 69.28 | - |
| YUV | 104.15 | 192.83 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 219 | 0 | 0.98 | 0.14 | 0 | 308.64 | 1 | 0.51 |
| Hex | FF | 5 | DB | 0 | 62 | E | 0 | 135 | 64 | 33 |
| Octal | 377 | 5 | 333 | 0 | 142 | 16 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 101 | 11011011 | 0 | 1100010 | 1110 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF05DB
Complementary color
Monochromatic Colors of #FF05DB
Black with #FF05DB
Text Example
Text Example
White with #FF05DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05DB; }
p { color: rgb(255,5,219); }
H1.HeaderClassName
{
color: #FF05DB;
}
.AnyTagClassName
{
color: #FF05DB;
}
</style>
background-color css
<style>
a { background-color: #FF05DB; }
a { background-color: rgb(255,5,219); }
div.DivClassName
{
background-color: #FF05DB;
}
.BgClassName
{
background-color: #FF05DB;
}
</style>
border-color css
<style>
span { border-color: #FF05DB; }
span { border-color: rgb(255,5,219); }
td.TdClassName
{
border-color: #FF05DB;
}
.TagClassName
{
border-color: #FF05DB;
}
</style>