Shades of Hot Magenta #FF03D5
Tints of Hot Magenta #FF03D5
RGB
CMYK
RGB Variations
Color information
#FF03D5 (or 0xFF03D5) is known color: Hot Magenta. HEX triplet: FF, 03 and D5. RGB value is (255,3,213). Sum of RGB (Red+Green+Blue) = 255+3+213=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03D5 is #00FC2A. Grayscale: #656565. Windows color (decimal): -64555 or 13960191. OLE color: 13960191.
HSL color Cylindrical-coordinate representation of color #FF03D5: hue angle of 310º 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 #FF03D5 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 213 | - |
| CMYK | 0 | 0.99 | 0.16 | 0 |
| HSL | 310º | 1% | 0.51% | - |
| HSV(B) | 310º | 0.99% | 1% | - |
| XYZ | 53.28 | 26.13 | 65.19 | - |
| YUV | 102.29 | 190.49 | 236.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 213 | 0 | 0.99 | 0.16 | 0 | 310 | 1 | 0.51 |
| Hex | FF | 3 | D5 | 0 | 63 | 10 | 0 | 136 | 64 | 33 |
| Octal | 377 | 3 | 325 | 0 | 143 | 20 | 0 | 466 | 144 | 63 |
| Binary | 11111111 | 11 | 11010101 | 0 | 1100011 | 10000 | 0 | 100110110 | 1100100 | 110011 |
Color Harmonies of #FF03D5
Complementary color
Monochromatic Colors of #FF03D5
Black with #FF03D5
Text Example
Text Example
White with #FF03D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03D5; }
p { color: rgb(255,3,213); }
H1.HeaderClassName
{
color: #FF03D5;
}
.AnyTagClassName
{
color: #FF03D5;
}
</style>
background-color css
<style>
a { background-color: #FF03D5; }
a { background-color: rgb(255,3,213); }
div.DivClassName
{
background-color: #FF03D5;
}
.BgClassName
{
background-color: #FF03D5;
}
</style>
border-color css
<style>
span { border-color: #FF03D5; }
span { border-color: rgb(255,3,213); }
td.TdClassName
{
border-color: #FF03D5;
}
.TagClassName
{
border-color: #FF03D5;
}
</style>