Shades of Magenta #FD17ED
Tints of Magenta #FD17ED
RGB
CMYK
RGB Variations
Color information
#FD17ED (or 0xFD17ED) is known color: Magenta. HEX triplet: FD, 17 and ED. RGB value is (253,23,237). Sum of RGB (Red+Green+Blue) = 253+23+237=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 23 (9.38% from 255 or 4.48% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17ED is #02E812. Grayscale: #737373. Windows color (decimal): -190483 or 15538173. OLE color: 15538173.
HSL color Cylindrical-coordinate representation of color #FD17ED: hue angle of 304.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD17ED is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 237 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.01 |
| HSL | 304.17º | 0.98% | 0.54% | - |
| HSV(B) | 304.17º | 0.91% | 0.99% | - |
| XYZ | 56.1 | 27.61 | 82.49 | - |
| YUV | 116.17 | 196.2 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 237 | 0 | 0.91 | 0.06 | 0.01 | 304.17 | 0.98 | 0.54 |
| Hex | FD | 17 | ED | 0 | 5B | 6 | 1 | 130 | 62 | 36 |
| Octal | 375 | 27 | 355 | 0 | 133 | 6 | 1 | 460 | 142 | 66 |
| Binary | 11111101 | 10111 | 11101101 | 0 | 1011011 | 110 | 1 | 100110000 | 1100010 | 110110 |
Color Harmonies of #FD17ED
Complementary color
Monochromatic Colors of #FD17ED
Black with #FD17ED
Text Example
Text Example
White with #FD17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17ED; }
p { color: rgb(253,23,237); }
H1.HeaderClassName
{
color: #FD17ED;
}
.AnyTagClassName
{
color: #FD17ED;
}
</style>
background-color css
<style>
a { background-color: #FD17ED; }
a { background-color: rgb(253,23,237); }
div.DivClassName
{
background-color: #FD17ED;
}
.BgClassName
{
background-color: #FD17ED;
}
</style>
border-color css
<style>
span { border-color: #FD17ED; }
span { border-color: rgb(253,23,237); }
td.TdClassName
{
border-color: #FD17ED;
}
.TagClassName
{
border-color: #FD17ED;
}
</style>