Shades of Hot Magenta #FF03D6
Tints of Hot Magenta #FF03D6
RGB
CMYK
RGB Variations
Color information
#FF03D6 (or 0xFF03D6) is known color: Hot Magenta. HEX triplet: FF, 03 and D6. RGB value is (255,3,214). Sum of RGB (Red+Green+Blue) = 255+3+214=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03D6 is #00FC29. Grayscale: #656565. Windows color (decimal): -64554 or 14025727. OLE color: 14025727.
HSL color Cylindrical-coordinate representation of color #FF03D6: hue angle of 309.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03D6 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 214 | - |
| CMYK | 0 | 0.99 | 0.16 | 0 |
| HSL | 309.76º | 1% | 0.51% | - |
| HSV(B) | 309.76º | 0.99% | 1% | - |
| XYZ | 53.41 | 26.18 | 65.86 | - |
| YUV | 102.4 | 190.99 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 214 | 0 | 0.99 | 0.16 | 0 | 309.76 | 1 | 0.51 |
| Hex | FF | 3 | D6 | 0 | 63 | 10 | 0 | 136 | 64 | 33 |
| Octal | 377 | 3 | 326 | 0 | 143 | 20 | 0 | 466 | 144 | 63 |
| Binary | 11111111 | 11 | 11010110 | 0 | 1100011 | 10000 | 0 | 100110110 | 1100100 | 110011 |
Color Harmonies of #FF03D6
Complementary color
Monochromatic Colors of #FF03D6
Black with #FF03D6
Text Example
Text Example
White with #FF03D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03D6; }
p { color: rgb(255,3,214); }
H1.HeaderClassName
{
color: #FF03D6;
}
.AnyTagClassName
{
color: #FF03D6;
}
</style>
background-color css
<style>
a { background-color: #FF03D6; }
a { background-color: rgb(255,3,214); }
div.DivClassName
{
background-color: #FF03D6;
}
.BgClassName
{
background-color: #FF03D6;
}
</style>
border-color css
<style>
span { border-color: #FF03D6; }
span { border-color: rgb(255,3,214); }
td.TdClassName
{
border-color: #FF03D6;
}
.TagClassName
{
border-color: #FF03D6;
}
</style>