Shades of Magenta #FF16F1
Tints of Magenta #FF16F1
RGB
CMYK
RGB Variations
Color information
#FF16F1 (or 0xFF16F1) is known color: Magenta. HEX triplet: FF, 16 and F1. RGB value is (255,22,241). Sum of RGB (Red+Green+Blue) = 255+22+241=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 22 (8.98% from 255 or 4.25% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF16F1 is #00E90E. Grayscale: #737373. Windows color (decimal): -59663 or 15800063. OLE color: 15800063.
HSL color Cylindrical-coordinate representation of color #FF16F1: hue angle of 303.61º 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 #FF16F1 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 241 | - |
| CMYK | 0 | 0.91 | 0.05 | 0 |
| HSL | 303.61º | 1% | 0.54% | - |
| HSV(B) | 303.61º | 0.91% | 1% | - |
| XYZ | 57.4 | 28.18 | 85.63 | - |
| YUV | 116.63 | 198.19 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 241 | 0 | 0.91 | 0.05 | 0 | 303.61 | 1 | 0.54 |
| Hex | FF | 16 | F1 | 0 | 5B | 5 | 0 | 130 | 64 | 36 |
| Octal | 377 | 26 | 361 | 0 | 133 | 5 | 0 | 460 | 144 | 66 |
| Binary | 11111111 | 10110 | 11110001 | 0 | 1011011 | 101 | 0 | 100110000 | 1100100 | 110110 |
Color Harmonies of #FF16F1
Complementary color
Monochromatic Colors of #FF16F1
Black with #FF16F1
Text Example
Text Example
White with #FF16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16F1; }
p { color: rgb(255,22,241); }
H1.HeaderClassName
{
color: #FF16F1;
}
.AnyTagClassName
{
color: #FF16F1;
}
</style>
background-color css
<style>
a { background-color: #FF16F1; }
a { background-color: rgb(255,22,241); }
div.DivClassName
{
background-color: #FF16F1;
}
.BgClassName
{
background-color: #FF16F1;
}
</style>
border-color css
<style>
span { border-color: #FF16F1; }
span { border-color: rgb(255,22,241); }
td.TdClassName
{
border-color: #FF16F1;
}
.TagClassName
{
border-color: #FF16F1;
}
</style>