Shades of Magenta #FE14E9
Tints of Magenta #FE14E9
RGB
CMYK
RGB Variations
Color information
#FE14E9 (or 0xFE14E9) is known color: Magenta. HEX triplet: FE, 14 and E9. RGB value is (254,20,233). Sum of RGB (Red+Green+Blue) = 254+20+233=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 20 (8.20% from 255 or 3.94% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE14E9 is #01EB16. Grayscale: #717171. Windows color (decimal): -125719 or 15275262. OLE color: 15275262.
HSL color Cylindrical-coordinate representation of color #FE14E9: hue angle of 305.38º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE14E9 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 233 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.00 |
| HSL | 305.38º | 0.99% | 0.54% | - |
| HSV(B) | 305.38º | 0.92% | 1% | - |
| XYZ | 55.83 | 27.45 | 79.45 | - |
| YUV | 114.25 | 195.02 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 233 | 0 | 0.92 | 0.08 | 0.00 | 305.38 | 0.99 | 0.54 |
| Hex | FE | 14 | E9 | 0 | 5C | 8 | 0 | 131 | 63 | 36 |
| Octal | 376 | 24 | 351 | 0 | 134 | 10 | 0 | 461 | 143 | 66 |
| Binary | 11111110 | 10100 | 11101001 | 0 | 1011100 | 1000 | 0 | 100110001 | 1100011 | 110110 |
Color Harmonies of #FE14E9
Complementary color
Monochromatic Colors of #FE14E9
Black with #FE14E9
Text Example
Text Example
White with #FE14E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14E9; }
p { color: rgb(254,20,233); }
H1.HeaderClassName
{
color: #FE14E9;
}
.AnyTagClassName
{
color: #FE14E9;
}
</style>
background-color css
<style>
a { background-color: #FE14E9; }
a { background-color: rgb(254,20,233); }
div.DivClassName
{
background-color: #FE14E9;
}
.BgClassName
{
background-color: #FE14E9;
}
</style>
border-color css
<style>
span { border-color: #FE14E9; }
span { border-color: rgb(254,20,233); }
td.TdClassName
{
border-color: #FE14E9;
}
.TagClassName
{
border-color: #FE14E9;
}
</style>