Shades of Magenta #FF16F2
Tints of Magenta #FF16F2
RGB
CMYK
RGB Variations
Color information
#FF16F2 (or 0xFF16F2) is known color: Magenta. HEX triplet: FF, 16 and F2. RGB value is (255,22,242). Sum of RGB (Red+Green+Blue) = 255+22+242=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 22 (8.98% from 255 or 4.24% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF16F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF16F2 is #00E90D. Grayscale: #747474. Windows color (decimal): -59662 or 15865599. OLE color: 15865599.
HSL color Cylindrical-coordinate representation of color #FF16F2: hue angle of 303.35º 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 #FF16F2 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 242 | - |
| CMYK | 0 | 0.91 | 0.05 | 0 |
| HSL | 303.35º | 1% | 0.54% | - |
| HSV(B) | 303.35º | 0.91% | 1% | - |
| XYZ | 57.55 | 28.24 | 86.42 | - |
| YUV | 116.75 | 198.69 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 242 | 0 | 0.91 | 0.05 | 0 | 303.35 | 1 | 0.54 |
| Hex | FF | 16 | F2 | 0 | 5B | 5 | 0 | 12F | 64 | 36 |
| Octal | 377 | 26 | 362 | 0 | 133 | 5 | 0 | 457 | 144 | 66 |
| Binary | 11111111 | 10110 | 11110010 | 0 | 1011011 | 101 | 0 | 100101111 | 1100100 | 110110 |
Color Harmonies of #FF16F2
Complementary color
Monochromatic Colors of #FF16F2
Black with #FF16F2
Text Example
Text Example
White with #FF16F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF16F2; }
p { color: rgb(255,22,242); }
H1.HeaderClassName
{
color: #FF16F2;
}
.AnyTagClassName
{
color: #FF16F2;
}
</style>
background-color css
<style>
a { background-color: #FF16F2; }
a { background-color: rgb(255,22,242); }
div.DivClassName
{
background-color: #FF16F2;
}
.BgClassName
{
background-color: #FF16F2;
}
</style>
border-color css
<style>
span { border-color: #FF16F2; }
span { border-color: rgb(255,22,242); }
td.TdClassName
{
border-color: #FF16F2;
}
.TagClassName
{
border-color: #FF16F2;
}
</style>