Shades of Spicy Pink #FD1CA5
Tints of Spicy Pink #FD1CA5
RGB
CMYK
RGB Variations
Color information
#FD1CA5 (or 0xFD1CA5) is known color: Spicy Pink. HEX triplet: FD, 1C and A5. RGB value is (253,28,165). Sum of RGB (Red+Green+Blue) = 253+28+165=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1CA5 is #02E35A. Grayscale: #6E6E6E. Windows color (decimal): -189275 or 10820861. OLE color: 10820861.
HSL color Cylindrical-coordinate representation of color #FD1CA5: hue angle of 323.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CA5 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 165 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.01 |
| HSL | 323.47º | 0.98% | 0.55% | - |
| HSV(B) | 323.47º | 0.89% | 0.99% | - |
| XYZ | 47.71 | 24.43 | 37.8 | - |
| YUV | 110.89 | 158.54 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 165 | 0 | 0.89 | 0.35 | 0.01 | 323.47 | 0.98 | 0.55 |
| Hex | FD | 1C | A5 | 0 | 59 | 23 | 1 | 143 | 62 | 37 |
| Octal | 375 | 34 | 245 | 0 | 131 | 43 | 1 | 503 | 142 | 67 |
| Binary | 11111101 | 11100 | 10100101 | 0 | 1011001 | 100011 | 1 | 101000011 | 1100010 | 110111 |
Color Harmonies of #FD1CA5
Complementary color
Monochromatic Colors of #FD1CA5
Black with #FD1CA5
Text Example
Text Example
White with #FD1CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1CA5; }
p { color: rgb(253,28,165); }
H1.HeaderClassName
{
color: #FD1CA5;
}
.AnyTagClassName
{
color: #FD1CA5;
}
</style>
background-color css
<style>
a { background-color: #FD1CA5; }
a { background-color: rgb(253,28,165); }
div.DivClassName
{
background-color: #FD1CA5;
}
.BgClassName
{
background-color: #FD1CA5;
}
</style>
border-color css
<style>
span { border-color: #FD1CA5; }
span { border-color: rgb(253,28,165); }
td.TdClassName
{
border-color: #FD1CA5;
}
.TagClassName
{
border-color: #FD1CA5;
}
</style>