Shades of Magenta #FD17F5
Tints of Magenta #FD17F5
RGB
CMYK
RGB Variations
Color information
#FD17F5 (or 0xFD17F5) is known color: Magenta. HEX triplet: FD, 17 and F5. RGB value is (253,23,245). Sum of RGB (Red+Green+Blue) = 253+23+245=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 23 (9.38% from 255 or 4.41% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD17F5 is #02E80A. Grayscale: #747474. Windows color (decimal): -190475 or 16062461. OLE color: 16062461.
HSL color Cylindrical-coordinate representation of color #FD17F5: hue angle of 302.09º 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 #FD17F5 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 245 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.01 |
| HSL | 302.09º | 0.98% | 0.54% | - |
| HSV(B) | 302.09º | 0.91% | 0.99% | - |
| XYZ | 57.3 | 28.09 | 88.79 | - |
| YUV | 117.08 | 200.2 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 245 | 0 | 0.91 | 0.03 | 0.01 | 302.09 | 0.98 | 0.54 |
| Hex | FD | 17 | F5 | 0 | 5B | 3 | 1 | 12E | 62 | 36 |
| Octal | 375 | 27 | 365 | 0 | 133 | 3 | 1 | 456 | 142 | 66 |
| Binary | 11111101 | 10111 | 11110101 | 0 | 1011011 | 11 | 1 | 100101110 | 1100010 | 110110 |
Color Harmonies of #FD17F5
Complementary color
Monochromatic Colors of #FD17F5
Black with #FD17F5
Text Example
Text Example
White with #FD17F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17F5; }
p { color: rgb(253,23,245); }
H1.HeaderClassName
{
color: #FD17F5;
}
.AnyTagClassName
{
color: #FD17F5;
}
</style>
background-color css
<style>
a { background-color: #FD17F5; }
a { background-color: rgb(253,23,245); }
div.DivClassName
{
background-color: #FD17F5;
}
.BgClassName
{
background-color: #FD17F5;
}
</style>
border-color css
<style>
span { border-color: #FD17F5; }
span { border-color: rgb(253,23,245); }
td.TdClassName
{
border-color: #FD17F5;
}
.TagClassName
{
border-color: #FD17F5;
}
</style>