Shades of Hot Magenta #FF05D0
Tints of Hot Magenta #FF05D0
RGB
CMYK
RGB Variations
Color information
#FF05D0 (or 0xFF05D0) is known color: Hot Magenta. HEX triplet: FF, 05 and D0. RGB value is (255,5,208). Sum of RGB (Red+Green+Blue) = 255+5+208=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05D0 is #00FA2F. Grayscale: #666666. Windows color (decimal): -64048 or 13633023. OLE color: 13633023.
HSL color Cylindrical-coordinate representation of color #FF05D0: hue angle of 311.28º 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 #FF05D0 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 208 | - |
| CMYK | 0 | 0.98 | 0.18 | 0 |
| HSL | 311.28º | 1% | 0.51% | - |
| HSV(B) | 311.28º | 0.98% | 1% | - |
| XYZ | 52.68 | 25.92 | 61.9 | - |
| YUV | 102.89 | 187.33 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 208 | 0 | 0.98 | 0.18 | 0 | 311.28 | 1 | 0.51 |
| Hex | FF | 5 | D0 | 0 | 62 | 12 | 0 | 137 | 64 | 33 |
| Octal | 377 | 5 | 320 | 0 | 142 | 22 | 0 | 467 | 144 | 63 |
| Binary | 11111111 | 101 | 11010000 | 0 | 1100010 | 10010 | 0 | 100110111 | 1100100 | 110011 |
Color Harmonies of #FF05D0
Complementary color
Monochromatic Colors of #FF05D0
Black with #FF05D0
Text Example
Text Example
White with #FF05D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05D0; }
p { color: rgb(255,5,208); }
H1.HeaderClassName
{
color: #FF05D0;
}
.AnyTagClassName
{
color: #FF05D0;
}
</style>
background-color css
<style>
a { background-color: #FF05D0; }
a { background-color: rgb(255,5,208); }
div.DivClassName
{
background-color: #FF05D0;
}
.BgClassName
{
background-color: #FF05D0;
}
</style>
border-color css
<style>
span { border-color: #FF05D0; }
span { border-color: rgb(255,5,208); }
td.TdClassName
{
border-color: #FF05D0;
}
.TagClassName
{
border-color: #FF05D0;
}
</style>