Shades of Hot Magenta #FF03D9
Tints of Hot Magenta #FF03D9
RGB
CMYK
RGB Variations
Color information
#FF03D9 (or 0xFF03D9) is known color: Hot Magenta. HEX triplet: FF, 03 and D9. RGB value is (255,3,217). Sum of RGB (Red+Green+Blue) = 255+3+217=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 3 (1.56% from 255 or 0.63% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03D9 is #00FC26. Grayscale: #666666. Windows color (decimal): -64551 or 14222335. OLE color: 14222335.
HSL color Cylindrical-coordinate representation of color #FF03D9: hue angle of 309.05º 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 #FF03D9 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 217 | - |
| CMYK | 0 | 0.99 | 0.15 | 0 |
| HSL | 309.05º | 1% | 0.51% | - |
| HSV(B) | 309.05º | 0.99% | 1% | - |
| XYZ | 53.8 | 26.33 | 67.89 | - |
| YUV | 102.74 | 192.49 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 217 | 0 | 0.99 | 0.15 | 0 | 309.05 | 1 | 0.51 |
| Hex | FF | 3 | D9 | 0 | 63 | F | 0 | 135 | 64 | 33 |
| Octal | 377 | 3 | 331 | 0 | 143 | 17 | 0 | 465 | 144 | 63 |
| Binary | 11111111 | 11 | 11011001 | 0 | 1100011 | 1111 | 0 | 100110101 | 1100100 | 110011 |
Color Harmonies of #FF03D9
Complementary color
Monochromatic Colors of #FF03D9
Black with #FF03D9
Text Example
Text Example
White with #FF03D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03D9; }
p { color: rgb(255,3,217); }
H1.HeaderClassName
{
color: #FF03D9;
}
.AnyTagClassName
{
color: #FF03D9;
}
</style>
background-color css
<style>
a { background-color: #FF03D9; }
a { background-color: rgb(255,3,217); }
div.DivClassName
{
background-color: #FF03D9;
}
.BgClassName
{
background-color: #FF03D9;
}
</style>
border-color css
<style>
span { border-color: #FF03D9; }
span { border-color: rgb(255,3,217); }
td.TdClassName
{
border-color: #FF03D9;
}
.TagClassName
{
border-color: #FF03D9;
}
</style>