Shades of Magenta #FE13F8
Tints of Magenta #FE13F8
RGB
CMYK
RGB Variations
Color information
#FE13F8 (or 0xFE13F8) is known color: Magenta. HEX triplet: FE, 13 and F8. RGB value is (254,19,248). Sum of RGB (Red+Green+Blue) = 254+19+248=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 19 (7.81% from 255 or 3.65% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13F8 is #01EC07. Grayscale: #727272. Windows color (decimal): -125960 or 16258046. OLE color: 16258046.
HSL color Cylindrical-coordinate representation of color #FE13F8: hue angle of 301.53º 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 #FE13F8 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 248 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.00 |
| HSL | 301.53º | 0.99% | 0.54% | - |
| HSV(B) | 301.53º | 0.93% | 1% | - |
| XYZ | 58.05 | 28.31 | 91.21 | - |
| YUV | 115.37 | 202.86 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 248 | 0 | 0.93 | 0.02 | 0.00 | 301.53 | 0.99 | 0.54 |
| Hex | FE | 13 | F8 | 0 | 5D | 2 | 0 | 12E | 63 | 36 |
| Octal | 376 | 23 | 370 | 0 | 135 | 2 | 0 | 456 | 143 | 66 |
| Binary | 11111110 | 10011 | 11111000 | 0 | 1011101 | 10 | 0 | 100101110 | 1100011 | 110110 |
Color Harmonies of #FE13F8
Complementary color
Monochromatic Colors of #FE13F8
Black with #FE13F8
Text Example
Text Example
White with #FE13F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13F8; }
p { color: rgb(254,19,248); }
H1.HeaderClassName
{
color: #FE13F8;
}
.AnyTagClassName
{
color: #FE13F8;
}
</style>
background-color css
<style>
a { background-color: #FE13F8; }
a { background-color: rgb(254,19,248); }
div.DivClassName
{
background-color: #FE13F8;
}
.BgClassName
{
background-color: #FE13F8;
}
</style>
border-color css
<style>
span { border-color: #FE13F8; }
span { border-color: rgb(254,19,248); }
td.TdClassName
{
border-color: #FE13F8;
}
.TagClassName
{
border-color: #FE13F8;
}
</style>