Shades of Hot Magenta #FF05DA
Tints of Hot Magenta #FF05DA
RGB
CMYK
RGB Variations
Color information
#FF05DA (or 0xFF05DA) is known color: Hot Magenta. HEX triplet: FF, 05 and DA. RGB value is (255,5,218). Sum of RGB (Red+Green+Blue) = 255+5+218=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 5 (2.34% from 255 or 1.05% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05DA is #00FA25. Grayscale: #676767. Windows color (decimal): -64038 or 14288383. OLE color: 14288383.
HSL color Cylindrical-coordinate representation of color #FF05DA: hue angle of 308.88º 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 #FF05DA is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.15 | 0 |
| HSL | 308.88º | 1% | 0.51% | - |
| HSV(B) | 308.88º | 0.98% | 1% | - |
| XYZ | 53.95 | 26.43 | 68.59 | - |
| YUV | 104.03 | 192.33 | 235.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 218 | 0 | 0.98 | 0.15 | 0 | 308.88 | 1 | 0.51 |
| Hex | FF | 5 | DA | 0 | 62 | F | 0 | 135 | 64 | 33 |
| Octal | 377 | 5 | 332 | 0 | 142 | 17 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 101 | 11011010 | 0 | 1100010 | 1111 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF05DA
Complementary color
Monochromatic Colors of #FF05DA
Black with #FF05DA
Text Example
Text Example
White with #FF05DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05DA; }
p { color: rgb(255,5,218); }
H1.HeaderClassName
{
color: #FF05DA;
}
.AnyTagClassName
{
color: #FF05DA;
}
</style>
background-color css
<style>
a { background-color: #FF05DA; }
a { background-color: rgb(255,5,218); }
div.DivClassName
{
background-color: #FF05DA;
}
.BgClassName
{
background-color: #FF05DA;
}
</style>
border-color css
<style>
span { border-color: #FF05DA; }
span { border-color: rgb(255,5,218); }
td.TdClassName
{
border-color: #FF05DA;
}
.TagClassName
{
border-color: #FF05DA;
}
</style>