Shades of Hot Magenta #FF16DD
Tints of Hot Magenta #FF16DD
RGB
CMYK
RGB Variations
Color information
#FF16DD (or 0xFF16DD) is known color: Hot Magenta. HEX triplet: FF, 16 and DD. RGB value is (255,22,221). Sum of RGB (Red+Green+Blue) = 255+22+221=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 22 (8.98% from 255 or 4.42% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF16DD is #00E922. Grayscale: #717171. Windows color (decimal): -59683 or 14489343. OLE color: 14489343.
HSL color Cylindrical-coordinate representation of color #FF16DD: hue angle of 308.76º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF16DD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 221 | - |
| CMYK | 0 | 0.91 | 0.13 | 0 |
| HSL | 308.76º | 1% | 0.54% | - |
| HSV(B) | 308.76º | 0.91% | 1% | - |
| XYZ | 54.58 | 27.05 | 70.75 | - |
| YUV | 114.35 | 188.19 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 221 | 0 | 0.91 | 0.13 | 0 | 308.76 | 1 | 0.54 |
| Hex | FF | 16 | DD | 0 | 5B | D | 0 | 135 | 64 | 36 |
| Octal | 377 | 26 | 335 | 0 | 133 | 15 | 0 | 465 | 144 | 66 |
| Binary | 11111111 | 10110 | 11011101 | 0 | 1011011 | 1101 | 0 | 100110101 | 1100100 | 110110 |
Color Harmonies of #FF16DD
Complementary color
Monochromatic Colors of #FF16DD
Black with #FF16DD
Text Example
Text Example
White with #FF16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16DD; }
p { color: rgb(255,22,221); }
H1.HeaderClassName
{
color: #FF16DD;
}
.AnyTagClassName
{
color: #FF16DD;
}
</style>
background-color css
<style>
a { background-color: #FF16DD; }
a { background-color: rgb(255,22,221); }
div.DivClassName
{
background-color: #FF16DD;
}
.BgClassName
{
background-color: #FF16DD;
}
</style>
border-color css
<style>
span { border-color: #FF16DD; }
span { border-color: rgb(255,22,221); }
td.TdClassName
{
border-color: #FF16DD;
}
.TagClassName
{
border-color: #FF16DD;
}
</style>