Shades of Spicy Pink #FD15A9
Tints of Spicy Pink #FD15A9
RGB
CMYK
RGB Variations
Color information
#FD15A9 (or 0xFD15A9) is known color: Spicy Pink. HEX triplet: FD, 15 and A9. RGB value is (253,21,169). Sum of RGB (Red+Green+Blue) = 253+21+169=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD15A9 is #02EA56. Grayscale: #6A6A6A. Windows color (decimal): -191063 or 11081213. OLE color: 11081213.
HSL color Cylindrical-coordinate representation of color #FD15A9: hue angle of 321.72º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD15A9 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 169 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.01 |
| HSL | 321.72º | 0.98% | 0.54% | - |
| HSV(B) | 321.72º | 0.92% | 0.99% | - |
| XYZ | 47.94 | 24.28 | 39.7 | - |
| YUV | 107.24 | 162.86 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 169 | 0 | 0.92 | 0.33 | 0.01 | 321.72 | 0.98 | 0.54 |
| Hex | FD | 15 | A9 | 0 | 5C | 21 | 1 | 142 | 62 | 36 |
| Octal | 375 | 25 | 251 | 0 | 134 | 41 | 1 | 502 | 142 | 66 |
| Binary | 11111101 | 10101 | 10101001 | 0 | 1011100 | 100001 | 1 | 101000010 | 1100010 | 110110 |
Color Harmonies of #FD15A9
Complementary color
Monochromatic Colors of #FD15A9
Black with #FD15A9
Text Example
Text Example
White with #FD15A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD15A9; }
p { color: rgb(253,21,169); }
H1.HeaderClassName
{
color: #FD15A9;
}
.AnyTagClassName
{
color: #FD15A9;
}
</style>
background-color css
<style>
a { background-color: #FD15A9; }
a { background-color: rgb(253,21,169); }
div.DivClassName
{
background-color: #FD15A9;
}
.BgClassName
{
background-color: #FD15A9;
}
</style>
border-color css
<style>
span { border-color: #FD15A9; }
span { border-color: rgb(253,21,169); }
td.TdClassName
{
border-color: #FD15A9;
}
.TagClassName
{
border-color: #FD15A9;
}
</style>