Shades of Hot Magenta #FF11D4
Tints of Hot Magenta #FF11D4
RGB
CMYK
RGB Variations
Color information
#FF11D4 (or 0xFF11D4) is known color: Hot Magenta. HEX triplet: FF, 11 and D4. RGB value is (255,17,212). Sum of RGB (Red+Green+Blue) = 255+17+212=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF11D4 is #00EE2B. Grayscale: #6D6D6D. Windows color (decimal): -60972 or 13898239. OLE color: 13898239.
HSL color Cylindrical-coordinate representation of color #FF11D4: hue angle of 310.84º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11D4 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 212 | - |
| CMYK | 0 | 0.93 | 0.17 | 0 |
| HSL | 310.84º | 1% | 0.53% | - |
| HSV(B) | 310.84º | 0.93% | 1% | - |
| XYZ | 53.32 | 26.41 | 64.58 | - |
| YUV | 110.39 | 185.35 | 231.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 212 | 0 | 0.93 | 0.17 | 0 | 310.84 | 1 | 0.53 |
| Hex | FF | 11 | D4 | 0 | 5D | 11 | 0 | 137 | 64 | 35 |
| Octal | 377 | 21 | 324 | 0 | 135 | 21 | 0 | 467 | 144 | 65 |
| Binary | 11111111 | 10001 | 11010100 | 0 | 1011101 | 10001 | 0 | 100110111 | 1100100 | 110101 |
Color Harmonies of #FF11D4
Complementary color
Monochromatic Colors of #FF11D4
Black with #FF11D4
Text Example
Text Example
White with #FF11D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11D4; }
p { color: rgb(255,17,212); }
H1.HeaderClassName
{
color: #FF11D4;
}
.AnyTagClassName
{
color: #FF11D4;
}
</style>
background-color css
<style>
a { background-color: #FF11D4; }
a { background-color: rgb(255,17,212); }
div.DivClassName
{
background-color: #FF11D4;
}
.BgClassName
{
background-color: #FF11D4;
}
</style>
border-color css
<style>
span { border-color: #FF11D4; }
span { border-color: rgb(255,17,212); }
td.TdClassName
{
border-color: #FF11D4;
}
.TagClassName
{
border-color: #FF11D4;
}
</style>