Shades of Magenta #FE14ED
Tints of Magenta #FE14ED
RGB
CMYK
RGB Variations
Color information
#FE14ED (or 0xFE14ED) is known color: Magenta. HEX triplet: FE, 14 and ED. RGB value is (254,20,237). Sum of RGB (Red+Green+Blue) = 254+20+237=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 20 (8.20% from 255 or 3.91% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE14ED is #01EB12. Grayscale: #727272. Windows color (decimal): -125715 or 15537406. OLE color: 15537406.
HSL color Cylindrical-coordinate representation of color #FE14ED: hue angle of 304.36º 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 #FE14ED is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 237 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.00 |
| HSL | 304.36º | 0.99% | 0.54% | - |
| HSV(B) | 304.36º | 0.92% | 1% | - |
| XYZ | 56.41 | 27.69 | 82.49 | - |
| YUV | 114.7 | 197.02 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 237 | 0 | 0.92 | 0.07 | 0.00 | 304.36 | 0.99 | 0.54 |
| Hex | FE | 14 | ED | 0 | 5C | 7 | 0 | 130 | 63 | 36 |
| Octal | 376 | 24 | 355 | 0 | 134 | 7 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10100 | 11101101 | 0 | 1011100 | 111 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE14ED
Complementary color
Monochromatic Colors of #FE14ED
Black with #FE14ED
Text Example
Text Example
White with #FE14ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14ED; }
p { color: rgb(254,20,237); }
H1.HeaderClassName
{
color: #FE14ED;
}
.AnyTagClassName
{
color: #FE14ED;
}
</style>
background-color css
<style>
a { background-color: #FE14ED; }
a { background-color: rgb(254,20,237); }
div.DivClassName
{
background-color: #FE14ED;
}
.BgClassName
{
background-color: #FE14ED;
}
</style>
border-color css
<style>
span { border-color: #FE14ED; }
span { border-color: rgb(254,20,237); }
td.TdClassName
{
border-color: #FE14ED;
}
.TagClassName
{
border-color: #FE14ED;
}
</style>