Shades of Magenta #FF16F0
Tints of Magenta #FF16F0
RGB
CMYK
RGB Variations
Color information
#FF16F0 (or 0xFF16F0) is known color: Magenta. HEX triplet: FF, 16 and F0. RGB value is (255,22,240). Sum of RGB (Red+Green+Blue) = 255+22+240=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 22 (8.98% from 255 or 4.26% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF16F0 is #00E90F. Grayscale: #737373. Windows color (decimal): -59664 or 15734527. OLE color: 15734527.
HSL color Cylindrical-coordinate representation of color #FF16F0: hue angle of 303.86º 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 #FF16F0 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 240 | - |
| CMYK | 0 | 0.91 | 0.06 | 0 |
| HSL | 303.86º | 1% | 0.54% | - |
| HSV(B) | 303.86º | 0.91% | 1% | - |
| XYZ | 57.26 | 28.13 | 84.85 | - |
| YUV | 116.52 | 197.69 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 240 | 0 | 0.91 | 0.06 | 0 | 303.86 | 1 | 0.54 |
| Hex | FF | 16 | F0 | 0 | 5B | 6 | 0 | 130 | 64 | 36 |
| Octal | 377 | 26 | 360 | 0 | 133 | 6 | 0 | 460 | 144 | 66 |
| Binary | 11111111 | 10110 | 11110000 | 0 | 1011011 | 110 | 0 | 100110000 | 1100100 | 110110 |
Color Harmonies of #FF16F0
Complementary color
Monochromatic Colors of #FF16F0
Black with #FF16F0
Text Example
Text Example
White with #FF16F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16F0; }
p { color: rgb(255,22,240); }
H1.HeaderClassName
{
color: #FF16F0;
}
.AnyTagClassName
{
color: #FF16F0;
}
</style>
background-color css
<style>
a { background-color: #FF16F0; }
a { background-color: rgb(255,22,240); }
div.DivClassName
{
background-color: #FF16F0;
}
.BgClassName
{
background-color: #FF16F0;
}
</style>
border-color css
<style>
span { border-color: #FF16F0; }
span { border-color: rgb(255,22,240); }
td.TdClassName
{
border-color: #FF16F0;
}
.TagClassName
{
border-color: #FF16F0;
}
</style>