Shades of Magenta #FE13EF
Tints of Magenta #FE13EF
RGB
CMYK
RGB Variations
Color information
#FE13EF (or 0xFE13EF) is known color: Magenta. HEX triplet: FE, 13 and EF. RGB value is (254,19,239). Sum of RGB (Red+Green+Blue) = 254+19+239=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 19 (7.81% from 255 or 3.71% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13EF is #01EC10. Grayscale: #717171. Windows color (decimal): -125969 or 15668222. OLE color: 15668222.
HSL color Cylindrical-coordinate representation of color #FE13EF: hue angle of 303.83º 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 #FE13EF is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 239 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.00 |
| HSL | 303.83º | 0.99% | 0.54% | - |
| HSV(B) | 303.83º | 0.93% | 1% | - |
| XYZ | 56.69 | 27.77 | 84.03 | - |
| YUV | 114.35 | 198.36 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 239 | 0 | 0.93 | 0.06 | 0.00 | 303.83 | 0.99 | 0.54 |
| Hex | FE | 13 | EF | 0 | 5D | 6 | 0 | 130 | 63 | 36 |
| Octal | 376 | 23 | 357 | 0 | 135 | 6 | 0 | 460 | 143 | 66 |
| Binary | 11111110 | 10011 | 11101111 | 0 | 1011101 | 110 | 0 | 100110000 | 1100011 | 110110 |
Color Harmonies of #FE13EF
Complementary color
Monochromatic Colors of #FE13EF
Black with #FE13EF
Text Example
Text Example
White with #FE13EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13EF; }
p { color: rgb(254,19,239); }
H1.HeaderClassName
{
color: #FE13EF;
}
.AnyTagClassName
{
color: #FE13EF;
}
</style>
background-color css
<style>
a { background-color: #FE13EF; }
a { background-color: rgb(254,19,239); }
div.DivClassName
{
background-color: #FE13EF;
}
.BgClassName
{
background-color: #FE13EF;
}
</style>
border-color css
<style>
span { border-color: #FE13EF; }
span { border-color: rgb(254,19,239); }
td.TdClassName
{
border-color: #FE13EF;
}
.TagClassName
{
border-color: #FE13EF;
}
</style>