Shades of Magenta #FE19FD
Tints of Magenta #FE19FD
RGB
CMYK
RGB Variations
Color information
#FE19FD (or 0xFE19FD) is known color: Magenta. HEX triplet: FE, 19 and FD. RGB value is (254,25,253). Sum of RGB (Red+Green+Blue) = 254+25+253=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 25 (10.16% from 255 or 4.70% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19FD is #01E602. Grayscale: #767676. Windows color (decimal): -124419 or 16587262. OLE color: 16587262.
HSL color Cylindrical-coordinate representation of color #FE19FD: hue angle of 300.26º 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 #FE19FD is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 253 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.00 |
| HSL | 300.26º | 0.99% | 0.55% | - |
| HSV(B) | 300.26º | 0.9% | 1% | - |
| XYZ | 58.95 | 28.86 | 95.39 | - |
| YUV | 119.46 | 203.37 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 253 | 0 | 0.90 | 0.00 | 0.00 | 300.26 | 0.99 | 0.55 |
| Hex | FE | 19 | FD | 0 | 5A | 0 | 0 | 12C | 63 | 37 |
| Octal | 376 | 31 | 375 | 0 | 132 | 0 | 0 | 454 | 143 | 67 |
| Binary | 11111110 | 11001 | 11111101 | 0 | 1011010 | 0 | 0 | 100101100 | 1100011 | 110111 |
Color Harmonies of #FE19FD
Complementary color
Monochromatic Colors of #FE19FD
Black with #FE19FD
Text Example
Text Example
White with #FE19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19FD; }
p { color: rgb(254,25,253); }
H1.HeaderClassName
{
color: #FE19FD;
}
.AnyTagClassName
{
color: #FE19FD;
}
</style>
background-color css
<style>
a { background-color: #FE19FD; }
a { background-color: rgb(254,25,253); }
div.DivClassName
{
background-color: #FE19FD;
}
.BgClassName
{
background-color: #FE19FD;
}
</style>
border-color css
<style>
span { border-color: #FE19FD; }
span { border-color: rgb(254,25,253); }
td.TdClassName
{
border-color: #FE19FD;
}
.TagClassName
{
border-color: #FE19FD;
}
</style>