Shades of Hot Magenta #FF16DA
Tints of Hot Magenta #FF16DA
RGB
CMYK
RGB Variations
Color information
#FF16DA (or 0xFF16DA) is known color: Hot Magenta. HEX triplet: FF, 16 and DA. RGB value is (255,22,218). Sum of RGB (Red+Green+Blue) = 255+22+218=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF16DA is #00E925. Grayscale: #717171. Windows color (decimal): -59686 or 14292735. OLE color: 14292735.
HSL color Cylindrical-coordinate representation of color #FF16DA: hue angle of 309.53º 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 #FF16DA is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 218 | - |
| CMYK | 0 | 0.91 | 0.15 | 0 |
| HSL | 309.53º | 1% | 0.54% | - |
| HSV(B) | 309.53º | 0.91% | 1% | - |
| XYZ | 54.18 | 26.9 | 68.67 | - |
| YUV | 114.01 | 186.69 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 218 | 0 | 0.91 | 0.15 | 0 | 309.53 | 1 | 0.54 |
| Hex | FF | 16 | DA | 0 | 5B | F | 0 | 136 | 64 | 36 |
| Octal | 377 | 26 | 332 | 0 | 133 | 17 | 0 | 466 | 144 | 66 |
| Binary | 11111111 | 10110 | 11011010 | 0 | 1011011 | 1111 | 0 | 100110110 | 1100100 | 110110 |
Color Harmonies of #FF16DA
Complementary color
Monochromatic Colors of #FF16DA
Black with #FF16DA
Text Example
Text Example
White with #FF16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16DA; }
p { color: rgb(255,22,218); }
H1.HeaderClassName
{
color: #FF16DA;
}
.AnyTagClassName
{
color: #FF16DA;
}
</style>
background-color css
<style>
a { background-color: #FF16DA; }
a { background-color: rgb(255,22,218); }
div.DivClassName
{
background-color: #FF16DA;
}
.BgClassName
{
background-color: #FF16DA;
}
</style>
border-color css
<style>
span { border-color: #FF16DA; }
span { border-color: rgb(255,22,218); }
td.TdClassName
{
border-color: #FF16DA;
}
.TagClassName
{
border-color: #FF16DA;
}
</style>