Shades of Magenta #FD19ED
Tints of Magenta #FD19ED
RGB
CMYK
RGB Variations
Color information
#FD19ED (or 0xFD19ED) is known color: Magenta. HEX triplet: FD, 19 and ED. RGB value is (253,25,237). Sum of RGB (Red+Green+Blue) = 253+25+237=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD19ED is #02E612. Grayscale: #747474. Windows color (decimal): -189971 or 15538685. OLE color: 15538685.
HSL color Cylindrical-coordinate representation of color #FD19ED: hue angle of 304.21º 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 #FD19ED is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 237 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.01 |
| HSL | 304.21º | 0.98% | 0.55% | - |
| HSV(B) | 304.21º | 0.9% | 0.99% | - |
| XYZ | 56.14 | 27.69 | 82.51 | - |
| YUV | 117.34 | 195.54 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 237 | 0 | 0.90 | 0.06 | 0.01 | 304.21 | 0.98 | 0.55 |
| Hex | FD | 19 | ED | 0 | 5A | 6 | 1 | 130 | 62 | 37 |
| Octal | 375 | 31 | 355 | 0 | 132 | 6 | 1 | 460 | 142 | 67 |
| Binary | 11111101 | 11001 | 11101101 | 0 | 1011010 | 110 | 1 | 100110000 | 1100010 | 110111 |
Color Harmonies of #FD19ED
Complementary color
Monochromatic Colors of #FD19ED
Black with #FD19ED
Text Example
Text Example
White with #FD19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19ED; }
p { color: rgb(253,25,237); }
H1.HeaderClassName
{
color: #FD19ED;
}
.AnyTagClassName
{
color: #FD19ED;
}
</style>
background-color css
<style>
a { background-color: #FD19ED; }
a { background-color: rgb(253,25,237); }
div.DivClassName
{
background-color: #FD19ED;
}
.BgClassName
{
background-color: #FD19ED;
}
</style>
border-color css
<style>
span { border-color: #FD19ED; }
span { border-color: rgb(253,25,237); }
td.TdClassName
{
border-color: #FD19ED;
}
.TagClassName
{
border-color: #FD19ED;
}
</style>