Shades of Magenta #FD19E6
Tints of Magenta #FD19E6
RGB
CMYK
RGB Variations
Color information
#FD19E6 (or 0xFD19E6) is known color: Magenta. HEX triplet: FD, 19 and E6. RGB value is (253,25,230). Sum of RGB (Red+Green+Blue) = 253+25+230=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 25 (10.16% from 255 or 4.92% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD19E6 is #02E619. Grayscale: #737373. Windows color (decimal): -189978 or 15079933. OLE color: 15079933.
HSL color Cylindrical-coordinate representation of color #FD19E6: hue angle of 306.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19E6 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 230 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.01 |
| HSL | 306.05º | 0.98% | 0.55% | - |
| HSV(B) | 306.05º | 0.9% | 0.99% | - |
| XYZ | 55.14 | 27.29 | 77.22 | - |
| YUV | 116.54 | 192.04 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 230 | 0 | 0.90 | 0.09 | 0.01 | 306.05 | 0.98 | 0.55 |
| Hex | FD | 19 | E6 | 0 | 5A | 9 | 1 | 132 | 62 | 37 |
| Octal | 375 | 31 | 346 | 0 | 132 | 11 | 1 | 462 | 142 | 67 |
| Binary | 11111101 | 11001 | 11100110 | 0 | 1011010 | 1001 | 1 | 100110010 | 1100010 | 110111 |
Color Harmonies of #FD19E6
Complementary color
Monochromatic Colors of #FD19E6
Black with #FD19E6
Text Example
Text Example
White with #FD19E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19E6; }
p { color: rgb(253,25,230); }
H1.HeaderClassName
{
color: #FD19E6;
}
.AnyTagClassName
{
color: #FD19E6;
}
</style>
background-color css
<style>
a { background-color: #FD19E6; }
a { background-color: rgb(253,25,230); }
div.DivClassName
{
background-color: #FD19E6;
}
.BgClassName
{
background-color: #FD19E6;
}
</style>
border-color css
<style>
span { border-color: #FD19E6; }
span { border-color: rgb(253,25,230); }
td.TdClassName
{
border-color: #FD19E6;
}
.TagClassName
{
border-color: #FD19E6;
}
</style>