Shades of Magenta #FE13E8
Tints of Magenta #FE13E8
RGB
CMYK
RGB Variations
Color information
#FE13E8 (or 0xFE13E8) is known color: Magenta. HEX triplet: FE, 13 and E8. RGB value is (254,19,232). Sum of RGB (Red+Green+Blue) = 254+19+232=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 19 (7.81% from 255 or 3.76% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13E8 is #01EC17. Grayscale: #707070. Windows color (decimal): -125976 or 15209470. OLE color: 15209470.
HSL color Cylindrical-coordinate representation of color #FE13E8: hue angle of 305.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13E8 is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 232 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.00 |
| HSL | 305.62º | 0.99% | 0.54% | - |
| HSV(B) | 305.62º | 0.93% | 1% | - |
| XYZ | 55.67 | 27.36 | 78.69 | - |
| YUV | 113.55 | 194.86 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 232 | 0 | 0.93 | 0.09 | 0.00 | 305.62 | 0.99 | 0.54 |
| Hex | FE | 13 | E8 | 0 | 5D | 9 | 0 | 132 | 63 | 36 |
| Octal | 376 | 23 | 350 | 0 | 135 | 11 | 0 | 462 | 143 | 66 |
| Binary | 11111110 | 10011 | 11101000 | 0 | 1011101 | 1001 | 0 | 100110010 | 1100011 | 110110 |
Color Harmonies of #FE13E8
Complementary color
Monochromatic Colors of #FE13E8
Black with #FE13E8
Text Example
Text Example
White with #FE13E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13E8; }
p { color: rgb(254,19,232); }
H1.HeaderClassName
{
color: #FE13E8;
}
.AnyTagClassName
{
color: #FE13E8;
}
</style>
background-color css
<style>
a { background-color: #FE13E8; }
a { background-color: rgb(254,19,232); }
div.DivClassName
{
background-color: #FE13E8;
}
.BgClassName
{
background-color: #FE13E8;
}
</style>
border-color css
<style>
span { border-color: #FE13E8; }
span { border-color: rgb(254,19,232); }
td.TdClassName
{
border-color: #FE13E8;
}
.TagClassName
{
border-color: #FE13E8;
}
</style>