Shades of Magenta #FE16F6
Tints of Magenta #FE16F6
RGB
CMYK
RGB Variations
Color information
#FE16F6 (or 0xFE16F6) is known color: Magenta. HEX triplet: FE, 16 and F6. RGB value is (254,22,246). Sum of RGB (Red+Green+Blue) = 254+22+246=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 22 (8.98% from 255 or 4.21% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16F6 is #01E909. Grayscale: #747474. Windows color (decimal): -125194 or 16127742. OLE color: 16127742.
HSL color Cylindrical-coordinate representation of color #FE16F6: hue angle of 302.07º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE16F6 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 246 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.00 |
| HSL | 302.07º | 0.99% | 0.54% | - |
| HSV(B) | 302.07º | 0.91% | 1% | - |
| XYZ | 57.79 | 28.3 | 89.6 | - |
| YUV | 116.9 | 200.86 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 246 | 0 | 0.91 | 0.03 | 0.00 | 302.07 | 0.99 | 0.54 |
| Hex | FE | 16 | F6 | 0 | 5B | 3 | 0 | 12E | 63 | 36 |
| Octal | 376 | 26 | 366 | 0 | 133 | 3 | 0 | 456 | 143 | 66 |
| Binary | 11111110 | 10110 | 11110110 | 0 | 1011011 | 11 | 0 | 100101110 | 1100011 | 110110 |
Color Harmonies of #FE16F6
Complementary color
Monochromatic Colors of #FE16F6
Black with #FE16F6
Text Example
Text Example
White with #FE16F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16F6; }
p { color: rgb(254,22,246); }
H1.HeaderClassName
{
color: #FE16F6;
}
.AnyTagClassName
{
color: #FE16F6;
}
</style>
background-color css
<style>
a { background-color: #FE16F6; }
a { background-color: rgb(254,22,246); }
div.DivClassName
{
background-color: #FE16F6;
}
.BgClassName
{
background-color: #FE16F6;
}
</style>
border-color css
<style>
span { border-color: #FE16F6; }
span { border-color: rgb(254,22,246); }
td.TdClassName
{
border-color: #FE16F6;
}
.TagClassName
{
border-color: #FE16F6;
}
</style>