Shades of Spicy Pink #FD15A3
Tints of Spicy Pink #FD15A3
RGB
CMYK
RGB Variations
Color information
#FD15A3 (or 0xFD15A3) is known color: Spicy Pink. HEX triplet: FD, 15 and A3. RGB value is (253,21,163). Sum of RGB (Red+Green+Blue) = 253+21+163=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD15A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD15A3 is #02EA5C. Grayscale: #6A6A6A. Windows color (decimal): -191069 or 10687997. OLE color: 10687997.
HSL color Cylindrical-coordinate representation of color #FD15A3: hue angle of 323.28º 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 #FD15A3 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 163 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.01 |
| HSL | 323.28º | 0.98% | 0.54% | - |
| HSV(B) | 323.28º | 0.92% | 0.99% | - |
| XYZ | 47.39 | 24.06 | 36.8 | - |
| YUV | 106.56 | 159.86 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 163 | 0 | 0.92 | 0.36 | 0.01 | 323.28 | 0.98 | 0.54 |
| Hex | FD | 15 | A3 | 0 | 5C | 24 | 1 | 143 | 62 | 36 |
| Octal | 375 | 25 | 243 | 0 | 134 | 44 | 1 | 503 | 142 | 66 |
| Binary | 11111101 | 10101 | 10100011 | 0 | 1011100 | 100100 | 1 | 101000011 | 1100010 | 110110 |
Color Harmonies of #FD15A3
Complementary color
Monochromatic Colors of #FD15A3
Black with #FD15A3
Text Example
Text Example
White with #FD15A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD15A3; }
p { color: rgb(253,21,163); }
H1.HeaderClassName
{
color: #FD15A3;
}
.AnyTagClassName
{
color: #FD15A3;
}
</style>
background-color css
<style>
a { background-color: #FD15A3; }
a { background-color: rgb(253,21,163); }
div.DivClassName
{
background-color: #FD15A3;
}
.BgClassName
{
background-color: #FD15A3;
}
</style>
border-color css
<style>
span { border-color: #FD15A3; }
span { border-color: rgb(253,21,163); }
td.TdClassName
{
border-color: #FD15A3;
}
.TagClassName
{
border-color: #FD15A3;
}
</style>