Shades of Magenta #FE16E7
Tints of Magenta #FE16E7
RGB
CMYK
RGB Variations
Color information
#FE16E7 (or 0xFE16E7) is known color: Magenta. HEX triplet: FE, 16 and E7. RGB value is (254,22,231). Sum of RGB (Red+Green+Blue) = 254+22+231=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 22 (8.98% from 255 or 4.34% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE16E7 is #01E918. Grayscale: #727272. Windows color (decimal): -125209 or 15144702. OLE color: 15144702.
HSL color Cylindrical-coordinate representation of color #FE16E7: hue angle of 305.95º 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 #FE16E7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 231 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.00 |
| HSL | 305.95º | 0.99% | 0.54% | - |
| HSV(B) | 305.95º | 0.91% | 1% | - |
| XYZ | 55.58 | 27.41 | 77.96 | - |
| YUV | 115.19 | 193.36 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 231 | 0 | 0.91 | 0.09 | 0.00 | 305.95 | 0.99 | 0.54 |
| Hex | FE | 16 | E7 | 0 | 5B | 9 | 0 | 132 | 63 | 36 |
| Octal | 376 | 26 | 347 | 0 | 133 | 11 | 0 | 462 | 143 | 66 |
| Binary | 11111110 | 10110 | 11100111 | 0 | 1011011 | 1001 | 0 | 100110010 | 1100011 | 110110 |
Color Harmonies of #FE16E7
Complementary color
Monochromatic Colors of #FE16E7
Black with #FE16E7
Text Example
Text Example
White with #FE16E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16E7; }
p { color: rgb(254,22,231); }
H1.HeaderClassName
{
color: #FE16E7;
}
.AnyTagClassName
{
color: #FE16E7;
}
</style>
background-color css
<style>
a { background-color: #FE16E7; }
a { background-color: rgb(254,22,231); }
div.DivClassName
{
background-color: #FE16E7;
}
.BgClassName
{
background-color: #FE16E7;
}
</style>
border-color css
<style>
span { border-color: #FE16E7; }
span { border-color: rgb(254,22,231); }
td.TdClassName
{
border-color: #FE16E7;
}
.TagClassName
{
border-color: #FE16E7;
}
</style>