Shades of Hot Magenta #FF03D4
Tints of Hot Magenta #FF03D4
RGB
CMYK
RGB Variations
Color information
#FF03D4 (or 0xFF03D4) is known color: Hot Magenta. HEX triplet: FF, 03 and D4. RGB value is (255,3,212). Sum of RGB (Red+Green+Blue) = 255+3+212=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF03D4 is #00FC2B. Grayscale: #656565. Windows color (decimal): -64556 or 13894655. OLE color: 13894655.
HSL color Cylindrical-coordinate representation of color #FF03D4: hue angle of 310.24º 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 #FF03D4 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.17 | 0 |
| HSL | 310.24º | 1% | 0.51% | - |
| HSV(B) | 310.24º | 0.99% | 1% | - |
| XYZ | 53.16 | 26.08 | 64.52 | - |
| YUV | 102.17 | 189.99 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 212 | 0 | 0.99 | 0.17 | 0 | 310.24 | 1 | 0.51 |
| Hex | FF | 3 | D4 | 0 | 63 | 11 | 0 | 136 | 64 | 33 |
| Octal | 377 | 3 | 324 | 0 | 143 | 21 | 0 | 466 | 144 | 63 |
| Binary | 11111111 | 11 | 11010100 | 0 | 1100011 | 10001 | 0 | 100110110 | 1100100 | 110011 |
Color Harmonies of #FF03D4
Complementary color
Monochromatic Colors of #FF03D4
Black with #FF03D4
Text Example
Text Example
White with #FF03D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03D4; }
p { color: rgb(255,3,212); }
H1.HeaderClassName
{
color: #FF03D4;
}
.AnyTagClassName
{
color: #FF03D4;
}
</style>
background-color css
<style>
a { background-color: #FF03D4; }
a { background-color: rgb(255,3,212); }
div.DivClassName
{
background-color: #FF03D4;
}
.BgClassName
{
background-color: #FF03D4;
}
</style>
border-color css
<style>
span { border-color: #FF03D4; }
span { border-color: rgb(255,3,212); }
td.TdClassName
{
border-color: #FF03D4;
}
.TagClassName
{
border-color: #FF03D4;
}
</style>