Shades of Magenta #FD17E7
Tints of Magenta #FD17E7
RGB
CMYK
RGB Variations
Color information
#FD17E7 (or 0xFD17E7) is known color: Magenta. HEX triplet: FD, 17 and E7. RGB value is (253,23,231). Sum of RGB (Red+Green+Blue) = 253+23+231=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17E7 is #02E818. Grayscale: #727272. Windows color (decimal): -190489 or 15144957. OLE color: 15144957.
HSL color Cylindrical-coordinate representation of color #FD17E7: hue angle of 305.74º 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 #FD17E7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 231 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.01 |
| HSL | 305.74º | 0.98% | 0.54% | - |
| HSV(B) | 305.74º | 0.91% | 0.99% | - |
| XYZ | 55.24 | 27.26 | 77.95 | - |
| YUV | 115.48 | 193.2 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 231 | 0 | 0.91 | 0.09 | 0.01 | 305.74 | 0.98 | 0.54 |
| Hex | FD | 17 | E7 | 0 | 5B | 9 | 1 | 132 | 62 | 36 |
| Octal | 375 | 27 | 347 | 0 | 133 | 11 | 1 | 462 | 142 | 66 |
| Binary | 11111101 | 10111 | 11100111 | 0 | 1011011 | 1001 | 1 | 100110010 | 1100010 | 110110 |
Color Harmonies of #FD17E7
Complementary color
Monochromatic Colors of #FD17E7
Black with #FD17E7
Text Example
Text Example
White with #FD17E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17E7; }
p { color: rgb(253,23,231); }
H1.HeaderClassName
{
color: #FD17E7;
}
.AnyTagClassName
{
color: #FD17E7;
}
</style>
background-color css
<style>
a { background-color: #FD17E7; }
a { background-color: rgb(253,23,231); }
div.DivClassName
{
background-color: #FD17E7;
}
.BgClassName
{
background-color: #FD17E7;
}
</style>
border-color css
<style>
span { border-color: #FD17E7; }
span { border-color: rgb(253,23,231); }
td.TdClassName
{
border-color: #FD17E7;
}
.TagClassName
{
border-color: #FD17E7;
}
</style>