Shades of Hot Magenta #FF05D2
Tints of Hot Magenta #FF05D2
RGB
CMYK
RGB Variations
Color information
#FF05D2 (or 0xFF05D2) is known color: Hot Magenta. HEX triplet: FF, 05 and D2. RGB value is (255,5,210). Sum of RGB (Red+Green+Blue) = 255+5+210=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF05D2 is #00FA2D. Grayscale: #666666. Windows color (decimal): -64046 or 13764095. OLE color: 13764095.
HSL color Cylindrical-coordinate representation of color #FF05D2: hue angle of 310.8º 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 #FF05D2 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 210 | - |
| CMYK | 0 | 0.98 | 0.18 | 0 |
| HSL | 310.8º | 1% | 0.51% | - |
| HSV(B) | 310.8º | 0.98% | 1% | - |
| XYZ | 52.93 | 26.02 | 63.21 | - |
| YUV | 103.12 | 188.33 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 210 | 0 | 0.98 | 0.18 | 0 | 310.8 | 1 | 0.51 |
| Hex | FF | 5 | D2 | 0 | 62 | 12 | 0 | 137 | 64 | 33 |
| Octal | 377 | 5 | 322 | 0 | 142 | 22 | 0 | 467 | 144 | 63 |
| Binary | 11111111 | 101 | 11010010 | 0 | 1100010 | 10010 | 0 | 100110111 | 1100100 | 110011 |
Color Harmonies of #FF05D2
Complementary color
Monochromatic Colors of #FF05D2
Black with #FF05D2
Text Example
Text Example
White with #FF05D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF05D2; }
p { color: rgb(255,5,210); }
H1.HeaderClassName
{
color: #FF05D2;
}
.AnyTagClassName
{
color: #FF05D2;
}
</style>
background-color css
<style>
a { background-color: #FF05D2; }
a { background-color: rgb(255,5,210); }
div.DivClassName
{
background-color: #FF05D2;
}
.BgClassName
{
background-color: #FF05D2;
}
</style>
border-color css
<style>
span { border-color: #FF05D2; }
span { border-color: rgb(255,5,210); }
td.TdClassName
{
border-color: #FF05D2;
}
.TagClassName
{
border-color: #FF05D2;
}
</style>