Shades of Magenta #FD17EE
Tints of Magenta #FD17EE
RGB
CMYK
RGB Variations
Color information
#FD17EE (or 0xFD17EE) is known color: Magenta. HEX triplet: FD, 17 and EE. RGB value is (253,23,238). Sum of RGB (Red+Green+Blue) = 253+23+238=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 23 (9.38% from 255 or 4.47% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17EE is #02E811. Grayscale: #737373. Windows color (decimal): -190482 or 15603709. OLE color: 15603709.
HSL color Cylindrical-coordinate representation of color #FD17EE: hue angle of 303.91º 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 #FD17EE is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 238 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.01 |
| HSL | 303.91º | 0.98% | 0.54% | - |
| HSV(B) | 303.91º | 0.91% | 0.99% | - |
| XYZ | 56.25 | 27.67 | 83.26 | - |
| YUV | 116.28 | 196.7 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 238 | 0 | 0.91 | 0.06 | 0.01 | 303.91 | 0.98 | 0.54 |
| Hex | FD | 17 | EE | 0 | 5B | 6 | 1 | 130 | 62 | 36 |
| Octal | 375 | 27 | 356 | 0 | 133 | 6 | 1 | 460 | 142 | 66 |
| Binary | 11111101 | 10111 | 11101110 | 0 | 1011011 | 110 | 1 | 100110000 | 1100010 | 110110 |
Color Harmonies of #FD17EE
Complementary color
Monochromatic Colors of #FD17EE
Black with #FD17EE
Text Example
Text Example
White with #FD17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17EE; }
p { color: rgb(253,23,238); }
H1.HeaderClassName
{
color: #FD17EE;
}
.AnyTagClassName
{
color: #FD17EE;
}
</style>
background-color css
<style>
a { background-color: #FD17EE; }
a { background-color: rgb(253,23,238); }
div.DivClassName
{
background-color: #FD17EE;
}
.BgClassName
{
background-color: #FD17EE;
}
</style>
border-color css
<style>
span { border-color: #FD17EE; }
span { border-color: rgb(253,23,238); }
td.TdClassName
{
border-color: #FD17EE;
}
.TagClassName
{
border-color: #FD17EE;
}
</style>