Shades of Magenta #FF16EF
Tints of Magenta #FF16EF
RGB
CMYK
RGB Variations
Color information
#FF16EF (or 0xFF16EF) is known color: Magenta. HEX triplet: FF, 16 and EF. RGB value is (255,22,239). Sum of RGB (Red+Green+Blue) = 255+22+239=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 22 (8.98% from 255 or 4.26% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF16EF is #00E910. Grayscale: #737373. Windows color (decimal): -59665 or 15668991. OLE color: 15668991.
HSL color Cylindrical-coordinate representation of color #FF16EF: hue angle of 304.12º 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 #FF16EF is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 239 | - |
| CMYK | 0 | 0.91 | 0.06 | 0 |
| HSL | 304.12º | 1% | 0.54% | - |
| HSV(B) | 304.12º | 0.91% | 1% | - |
| XYZ | 57.11 | 28.07 | 84.07 | - |
| YUV | 116.41 | 197.19 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 239 | 0 | 0.91 | 0.06 | 0 | 304.12 | 1 | 0.54 |
| Hex | FF | 16 | EF | 0 | 5B | 6 | 0 | 130 | 64 | 36 |
| Octal | 377 | 26 | 357 | 0 | 133 | 6 | 0 | 460 | 144 | 66 |
| Binary | 11111111 | 10110 | 11101111 | 0 | 1011011 | 110 | 0 | 100110000 | 1100100 | 110110 |
Color Harmonies of #FF16EF
Complementary color
Monochromatic Colors of #FF16EF
Black with #FF16EF
Text Example
Text Example
White with #FF16EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16EF; }
p { color: rgb(255,22,239); }
H1.HeaderClassName
{
color: #FF16EF;
}
.AnyTagClassName
{
color: #FF16EF;
}
</style>
background-color css
<style>
a { background-color: #FF16EF; }
a { background-color: rgb(255,22,239); }
div.DivClassName
{
background-color: #FF16EF;
}
.BgClassName
{
background-color: #FF16EF;
}
</style>
border-color css
<style>
span { border-color: #FF16EF; }
span { border-color: rgb(255,22,239); }
td.TdClassName
{
border-color: #FF16EF;
}
.TagClassName
{
border-color: #FF16EF;
}
</style>