Shades of Magenta #FE13F9
Tints of Magenta #FE13F9
RGB
CMYK
RGB Variations
Color information
#FE13F9 (or 0xFE13F9) is known color: Magenta. HEX triplet: FE, 13 and F9. RGB value is (254,19,249). Sum of RGB (Red+Green+Blue) = 254+19+249=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 19 (7.81% from 255 or 3.64% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE13F9 is #01EC06. Grayscale: #727272. Windows color (decimal): -125959 or 16323582. OLE color: 16323582.
HSL color Cylindrical-coordinate representation of color #FE13F9: hue angle of 301.28º 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 #FE13F9 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 249 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.00 |
| HSL | 301.28º | 0.99% | 0.54% | - |
| HSV(B) | 301.28º | 0.93% | 1% | - |
| XYZ | 58.2 | 28.38 | 92.03 | - |
| YUV | 115.49 | 203.36 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 249 | 0 | 0.93 | 0.02 | 0.00 | 301.28 | 0.99 | 0.54 |
| Hex | FE | 13 | F9 | 0 | 5D | 2 | 0 | 12D | 63 | 36 |
| Octal | 376 | 23 | 371 | 0 | 135 | 2 | 0 | 455 | 143 | 66 |
| Binary | 11111110 | 10011 | 11111001 | 0 | 1011101 | 10 | 0 | 100101101 | 1100011 | 110110 |
Color Harmonies of #FE13F9
Complementary color
Monochromatic Colors of #FE13F9
Black with #FE13F9
Text Example
Text Example
White with #FE13F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13F9; }
p { color: rgb(254,19,249); }
H1.HeaderClassName
{
color: #FE13F9;
}
.AnyTagClassName
{
color: #FE13F9;
}
</style>
background-color css
<style>
a { background-color: #FE13F9; }
a { background-color: rgb(254,19,249); }
div.DivClassName
{
background-color: #FE13F9;
}
.BgClassName
{
background-color: #FE13F9;
}
</style>
border-color css
<style>
span { border-color: #FE13F9; }
span { border-color: rgb(254,19,249); }
td.TdClassName
{
border-color: #FE13F9;
}
.TagClassName
{
border-color: #FE13F9;
}
</style>