Shades of Magenta #FE19F3
Tints of Magenta #FE19F3
RGB
CMYK
RGB Variations
Color information
#FE19F3 (or 0xFE19F3) is known color: Magenta. HEX triplet: FE, 19 and F3. RGB value is (254,25,243). Sum of RGB (Red+Green+Blue) = 254+25+243=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 25 (10.16% from 255 or 4.79% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE19F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE19F3 is #01E60C. Grayscale: #757575. Windows color (decimal): -124429 or 15931902. OLE color: 15931902.
HSL color Cylindrical-coordinate representation of color #FE19F3: hue angle of 302.88º 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 #FE19F3 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 243 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.00 |
| HSL | 302.88º | 0.99% | 0.55% | - |
| HSV(B) | 302.88º | 0.9% | 1% | - |
| XYZ | 57.4 | 28.24 | 87.22 | - |
| YUV | 118.32 | 198.37 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 243 | 0 | 0.90 | 0.04 | 0.00 | 302.88 | 0.99 | 0.55 |
| Hex | FE | 19 | F3 | 0 | 5A | 4 | 0 | 12F | 63 | 37 |
| Octal | 376 | 31 | 363 | 0 | 132 | 4 | 0 | 457 | 143 | 67 |
| Binary | 11111110 | 11001 | 11110011 | 0 | 1011010 | 100 | 0 | 100101111 | 1100011 | 110111 |
Color Harmonies of #FE19F3
Complementary color
Monochromatic Colors of #FE19F3
Black with #FE19F3
Text Example
Text Example
White with #FE19F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE19F3; }
p { color: rgb(254,25,243); }
H1.HeaderClassName
{
color: #FE19F3;
}
.AnyTagClassName
{
color: #FE19F3;
}
</style>
background-color css
<style>
a { background-color: #FE19F3; }
a { background-color: rgb(254,25,243); }
div.DivClassName
{
background-color: #FE19F3;
}
.BgClassName
{
background-color: #FE19F3;
}
</style>
border-color css
<style>
span { border-color: #FE19F3; }
span { border-color: rgb(254,25,243); }
td.TdClassName
{
border-color: #FE19F3;
}
.TagClassName
{
border-color: #FE19F3;
}
</style>