Shades of Magenta #FE16FC
Tints of Magenta #FE16FC
RGB
CMYK
RGB Variations
Color information
#FE16FC (or 0xFE16FC) is known color: Magenta. HEX triplet: FE, 16 and FC. RGB value is (254,22,252). Sum of RGB (Red+Green+Blue) = 254+22+252=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 22 (8.98% from 255 or 4.17% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16FC is #01E903. Grayscale: #747474. Windows color (decimal): -125188 or 16520958. OLE color: 16520958.
HSL color Cylindrical-coordinate representation of color #FE16FC: hue angle of 300.52º 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 #FE16FC is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 252 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.00 |
| HSL | 300.52º | 0.99% | 0.54% | - |
| HSV(B) | 300.52º | 0.91% | 1% | - |
| XYZ | 58.73 | 28.67 | 94.53 | - |
| YUV | 117.59 | 203.86 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 252 | 0 | 0.91 | 0.01 | 0.00 | 300.52 | 0.99 | 0.54 |
| Hex | FE | 16 | FC | 0 | 5B | 1 | 0 | 12D | 63 | 36 |
| Octal | 376 | 26 | 374 | 0 | 133 | 1 | 0 | 455 | 143 | 66 |
| Binary | 11111110 | 10110 | 11111100 | 0 | 1011011 | 1 | 0 | 100101101 | 1100011 | 110110 |
Color Harmonies of #FE16FC
Complementary color
Monochromatic Colors of #FE16FC
Black with #FE16FC
Text Example
Text Example
White with #FE16FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16FC; }
p { color: rgb(254,22,252); }
H1.HeaderClassName
{
color: #FE16FC;
}
.AnyTagClassName
{
color: #FE16FC;
}
</style>
background-color css
<style>
a { background-color: #FE16FC; }
a { background-color: rgb(254,22,252); }
div.DivClassName
{
background-color: #FE16FC;
}
.BgClassName
{
background-color: #FE16FC;
}
</style>
border-color css
<style>
span { border-color: #FE16FC; }
span { border-color: rgb(254,22,252); }
td.TdClassName
{
border-color: #FE16FC;
}
.TagClassName
{
border-color: #FE16FC;
}
</style>