Shades of Magenta #FE19FB
Tints of Magenta #FE19FB
RGB
CMYK
RGB Variations
Color information
#FE19FB (or 0xFE19FB) is known color: Magenta. HEX triplet: FE, 19 and FB. RGB value is (254,25,251). Sum of RGB (Red+Green+Blue) = 254+25+251=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 25 (10.16% from 255 or 4.72% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19FB is #01E604. Grayscale: #767676. Windows color (decimal): -124421 or 16456190. OLE color: 16456190.
HSL color Cylindrical-coordinate representation of color #FE19FB: hue angle of 300.79º 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 #FE19FB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 251 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.00 |
| HSL | 300.79º | 0.99% | 0.55% | - |
| HSV(B) | 300.79º | 0.9% | 1% | - |
| XYZ | 58.63 | 28.73 | 93.72 | - |
| YUV | 119.24 | 202.37 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 251 | 0 | 0.90 | 0.01 | 0.00 | 300.79 | 0.99 | 0.55 |
| Hex | FE | 19 | FB | 0 | 5A | 1 | 0 | 12D | 63 | 37 |
| Octal | 376 | 31 | 373 | 0 | 132 | 1 | 0 | 455 | 143 | 67 |
| Binary | 11111110 | 11001 | 11111011 | 0 | 1011010 | 1 | 0 | 100101101 | 1100011 | 110111 |
Color Harmonies of #FE19FB
Complementary color
Monochromatic Colors of #FE19FB
Black with #FE19FB
Text Example
Text Example
White with #FE19FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19FB; }
p { color: rgb(254,25,251); }
H1.HeaderClassName
{
color: #FE19FB;
}
.AnyTagClassName
{
color: #FE19FB;
}
</style>
background-color css
<style>
a { background-color: #FE19FB; }
a { background-color: rgb(254,25,251); }
div.DivClassName
{
background-color: #FE19FB;
}
.BgClassName
{
background-color: #FE19FB;
}
</style>
border-color css
<style>
span { border-color: #FE19FB; }
span { border-color: rgb(254,25,251); }
td.TdClassName
{
border-color: #FE19FB;
}
.TagClassName
{
border-color: #FE19FB;
}
</style>