Shades of Magenta #FE16F9
Tints of Magenta #FE16F9
RGB
CMYK
RGB Variations
Color information
#FE16F9 (or 0xFE16F9) is known color: Magenta. HEX triplet: FE, 16 and F9. RGB value is (254,22,249). Sum of RGB (Red+Green+Blue) = 254+22+249=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 22 (8.98% from 255 or 4.19% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16F9 is #01E906. Grayscale: #747474. Windows color (decimal): -125191 or 16324350. OLE color: 16324350.
HSL color Cylindrical-coordinate representation of color #FE16F9: hue angle of 301.29º 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 #FE16F9 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 249 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.00 |
| HSL | 301.29º | 0.99% | 0.54% | - |
| HSV(B) | 301.29º | 0.91% | 1% | - |
| XYZ | 58.26 | 28.48 | 92.05 | - |
| YUV | 117.25 | 202.36 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 249 | 0 | 0.91 | 0.02 | 0.00 | 301.29 | 0.99 | 0.54 |
| Hex | FE | 16 | F9 | 0 | 5B | 2 | 0 | 12D | 63 | 36 |
| Octal | 376 | 26 | 371 | 0 | 133 | 2 | 0 | 455 | 143 | 66 |
| Binary | 11111110 | 10110 | 11111001 | 0 | 1011011 | 10 | 0 | 100101101 | 1100011 | 110110 |
Color Harmonies of #FE16F9
Complementary color
Monochromatic Colors of #FE16F9
Black with #FE16F9
Text Example
Text Example
White with #FE16F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16F9; }
p { color: rgb(254,22,249); }
H1.HeaderClassName
{
color: #FE16F9;
}
.AnyTagClassName
{
color: #FE16F9;
}
</style>
background-color css
<style>
a { background-color: #FE16F9; }
a { background-color: rgb(254,22,249); }
div.DivClassName
{
background-color: #FE16F9;
}
.BgClassName
{
background-color: #FE16F9;
}
</style>
border-color css
<style>
span { border-color: #FE16F9; }
span { border-color: rgb(254,22,249); }
td.TdClassName
{
border-color: #FE16F9;
}
.TagClassName
{
border-color: #FE16F9;
}
</style>