Shades of Magenta #FD17EC
Tints of Magenta #FD17EC
RGB
CMYK
RGB Variations
Color information
#FD17EC (or 0xFD17EC) is known color: Magenta. HEX triplet: FD, 17 and EC. RGB value is (253,23,236). Sum of RGB (Red+Green+Blue) = 253+23+236=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17EC is #02E813. Grayscale: #737373. Windows color (decimal): -190484 or 15472637. OLE color: 15472637.
HSL color Cylindrical-coordinate representation of color #FD17EC: hue angle of 304.43º 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 #FD17EC is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 236 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.01 |
| HSL | 304.43º | 0.98% | 0.54% | - |
| HSV(B) | 304.43º | 0.91% | 0.99% | - |
| XYZ | 55.95 | 27.55 | 81.73 | - |
| YUV | 116.05 | 195.7 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 236 | 0 | 0.91 | 0.07 | 0.01 | 304.43 | 0.98 | 0.54 |
| Hex | FD | 17 | EC | 0 | 5B | 7 | 1 | 130 | 62 | 36 |
| Octal | 375 | 27 | 354 | 0 | 133 | 7 | 1 | 460 | 142 | 66 |
| Binary | 11111101 | 10111 | 11101100 | 0 | 1011011 | 111 | 1 | 100110000 | 1100010 | 110110 |
Color Harmonies of #FD17EC
Complementary color
Monochromatic Colors of #FD17EC
Black with #FD17EC
Text Example
Text Example
White with #FD17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17EC; }
p { color: rgb(253,23,236); }
H1.HeaderClassName
{
color: #FD17EC;
}
.AnyTagClassName
{
color: #FD17EC;
}
</style>
background-color css
<style>
a { background-color: #FD17EC; }
a { background-color: rgb(253,23,236); }
div.DivClassName
{
background-color: #FD17EC;
}
.BgClassName
{
background-color: #FD17EC;
}
</style>
border-color css
<style>
span { border-color: #FD17EC; }
span { border-color: rgb(253,23,236); }
td.TdClassName
{
border-color: #FD17EC;
}
.TagClassName
{
border-color: #FD17EC;
}
</style>