Shades of Magenta #FE19FC
Tints of Magenta #FE19FC
RGB
CMYK
RGB Variations
Color information
#FE19FC (or 0xFE19FC) is known color: Magenta. HEX triplet: FE, 19 and FC. RGB value is (254,25,252). Sum of RGB (Red+Green+Blue) = 254+25+252=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 25 (10.16% from 255 or 4.71% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19FC is #01E603. Grayscale: #767676. Windows color (decimal): -124420 or 16521726. OLE color: 16521726.
HSL color Cylindrical-coordinate representation of color #FE19FC: hue angle of 300.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE19FC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 252 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.00 |
| HSL | 300.52º | 0.99% | 0.55% | - |
| HSV(B) | 300.52º | 0.9% | 1% | - |
| XYZ | 58.79 | 28.79 | 94.55 | - |
| YUV | 119.35 | 202.87 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 252 | 0 | 0.90 | 0.01 | 0.00 | 300.52 | 0.99 | 0.55 |
| Hex | FE | 19 | FC | 0 | 5A | 1 | 0 | 12D | 63 | 37 |
| Octal | 376 | 31 | 374 | 0 | 132 | 1 | 0 | 455 | 143 | 67 |
| Binary | 11111110 | 11001 | 11111100 | 0 | 1011010 | 1 | 0 | 100101101 | 1100011 | 110111 |
Color Harmonies of #FE19FC
Complementary color
Monochromatic Colors of #FE19FC
Black with #FE19FC
Text Example
Text Example
White with #FE19FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19FC; }
p { color: rgb(254,25,252); }
H1.HeaderClassName
{
color: #FE19FC;
}
.AnyTagClassName
{
color: #FE19FC;
}
</style>
background-color css
<style>
a { background-color: #FE19FC; }
a { background-color: rgb(254,25,252); }
div.DivClassName
{
background-color: #FE19FC;
}
.BgClassName
{
background-color: #FE19FC;
}
</style>
border-color css
<style>
span { border-color: #FE19FC; }
span { border-color: rgb(254,25,252); }
td.TdClassName
{
border-color: #FE19FC;
}
.TagClassName
{
border-color: #FE19FC;
}
</style>