Shades of Magenta #FE15ED
Tints of Magenta #FE15ED
RGB
CMYK
RGB Variations
Color information
#FE15ED (or 0xFE15ED) is known color: Magenta. HEX triplet: FE, 15 and ED. RGB value is (254,21,237). Sum of RGB (Red+Green+Blue) = 254+21+237=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE15ED is #01EA12. Grayscale: #727272. Windows color (decimal): -125459 or 15537662. OLE color: 15537662.
HSL color Cylindrical-coordinate representation of color #FE15ED: hue angle of 304.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 #FE15ED is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 237 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.00 |
| HSL | 304.38º | 0.99% | 0.54% | - |
| HSV(B) | 304.38º | 0.92% | 1% | - |
| XYZ | 56.43 | 27.72 | 82.5 | - |
| YUV | 115.29 | 196.69 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 237 | 0 | 0.92 | 0.07 | 0.00 | 304.38 | 0.99 | 0.54 |
| Hex | FE | 15 | ED | 0 | 5C | 7 | 0 | 130 | 63 | 36 |
| Octal | 376 | 25 | 355 | 0 | 134 | 7 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10101 | 11101101 | 0 | 1011100 | 111 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE15ED
Complementary color
Monochromatic Colors of #FE15ED
Black with #FE15ED
Text Example
Text Example
White with #FE15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15ED; }
p { color: rgb(254,21,237); }
H1.HeaderClassName
{
color: #FE15ED;
}
.AnyTagClassName
{
color: #FE15ED;
}
</style>
background-color css
<style>
a { background-color: #FE15ED; }
a { background-color: rgb(254,21,237); }
div.DivClassName
{
background-color: #FE15ED;
}
.BgClassName
{
background-color: #FE15ED;
}
</style>
border-color css
<style>
span { border-color: #FE15ED; }
span { border-color: rgb(254,21,237); }
td.TdClassName
{
border-color: #FE15ED;
}
.TagClassName
{
border-color: #FE15ED;
}
</style>