Shades of Spicy Pink #FD17A8
Tints of Spicy Pink #FD17A8
RGB
CMYK
RGB Variations
Color information
#FD17A8 (or 0xFD17A8) is known color: Spicy Pink. HEX triplet: FD, 17 and A8. RGB value is (253,23,168). Sum of RGB (Red+Green+Blue) = 253+23+168=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD17A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD17A8 is #02E857. Grayscale: #6B6B6B. Windows color (decimal): -190552 or 11016189. OLE color: 11016189.
HSL color Cylindrical-coordinate representation of color #FD17A8: hue angle of 322.17º 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 #FD17A8 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 168 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.01 |
| HSL | 322.17º | 0.98% | 0.54% | - |
| HSV(B) | 322.17º | 0.91% | 0.99% | - |
| XYZ | 47.88 | 24.32 | 39.22 | - |
| YUV | 108.3 | 161.7 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 168 | 0 | 0.91 | 0.34 | 0.01 | 322.17 | 0.98 | 0.54 |
| Hex | FD | 17 | A8 | 0 | 5B | 22 | 1 | 142 | 62 | 36 |
| Octal | 375 | 27 | 250 | 0 | 133 | 42 | 1 | 502 | 142 | 66 |
| Binary | 11111101 | 10111 | 10101000 | 0 | 1011011 | 100010 | 1 | 101000010 | 1100010 | 110110 |
Color Harmonies of #FD17A8
Complementary color
Monochromatic Colors of #FD17A8
Black with #FD17A8
Text Example
Text Example
White with #FD17A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD17A8; }
p { color: rgb(253,23,168); }
H1.HeaderClassName
{
color: #FD17A8;
}
.AnyTagClassName
{
color: #FD17A8;
}
</style>
background-color css
<style>
a { background-color: #FD17A8; }
a { background-color: rgb(253,23,168); }
div.DivClassName
{
background-color: #FD17A8;
}
.BgClassName
{
background-color: #FD17A8;
}
</style>
border-color css
<style>
span { border-color: #FD17A8; }
span { border-color: rgb(253,23,168); }
td.TdClassName
{
border-color: #FD17A8;
}
.TagClassName
{
border-color: #FD17A8;
}
</style>