Shades of Magenta #FD17EA
Tints of Magenta #FD17EA
RGB
CMYK
RGB Variations
Color information
#FD17EA (or 0xFD17EA) is known color: Magenta. HEX triplet: FD, 17 and EA. RGB value is (253,23,234). Sum of RGB (Red+Green+Blue) = 253+23+234=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 23 (9.38% from 255 or 4.51% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17EA is #02E815. Grayscale: #737373. Windows color (decimal): -190486 or 15341565. OLE color: 15341565.
HSL color Cylindrical-coordinate representation of color #FD17EA: hue angle of 304.96º 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 #FD17EA is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 234 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.01 |
| HSL | 304.96º | 0.98% | 0.54% | - |
| HSV(B) | 304.96º | 0.91% | 0.99% | - |
| XYZ | 55.67 | 27.44 | 80.2 | - |
| YUV | 115.82 | 194.7 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 234 | 0 | 0.91 | 0.08 | 0.01 | 304.96 | 0.98 | 0.54 |
| Hex | FD | 17 | EA | 0 | 5B | 8 | 1 | 131 | 62 | 36 |
| Octal | 375 | 27 | 352 | 0 | 133 | 10 | 1 | 461 | 142 | 66 |
| Binary | 11111101 | 10111 | 11101010 | 0 | 1011011 | 1000 | 1 | 100110001 | 1100010 | 110110 |
Color Harmonies of #FD17EA
Complementary color
Monochromatic Colors of #FD17EA
Black with #FD17EA
Text Example
Text Example
White with #FD17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17EA; }
p { color: rgb(253,23,234); }
H1.HeaderClassName
{
color: #FD17EA;
}
.AnyTagClassName
{
color: #FD17EA;
}
</style>
background-color css
<style>
a { background-color: #FD17EA; }
a { background-color: rgb(253,23,234); }
div.DivClassName
{
background-color: #FD17EA;
}
.BgClassName
{
background-color: #FD17EA;
}
</style>
border-color css
<style>
span { border-color: #FD17EA; }
span { border-color: rgb(253,23,234); }
td.TdClassName
{
border-color: #FD17EA;
}
.TagClassName
{
border-color: #FD17EA;
}
</style>