Shades of Spicy Pink #FD1AAD
Tints of Spicy Pink #FD1AAD
RGB
CMYK
RGB Variations
Color information
#FD1AAD (or 0xFD1AAD) is known color: Spicy Pink. HEX triplet: FD, 1A and AD. RGB value is (253,26,173). Sum of RGB (Red+Green+Blue) = 253+26+173=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1AAD is #02E552. Grayscale: #6E6E6E. Windows color (decimal): -189779 or 11344637. OLE color: 11344637.
HSL color Cylindrical-coordinate representation of color #FD1AAD: hue angle of 321.15º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1AAD is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 173 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.01 |
| HSL | 321.15º | 0.98% | 0.55% | - |
| HSV(B) | 321.15º | 0.9% | 0.99% | - |
| XYZ | 48.42 | 24.64 | 41.74 | - |
| YUV | 110.63 | 163.21 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 173 | 0 | 0.90 | 0.32 | 0.01 | 321.15 | 0.98 | 0.55 |
| Hex | FD | 1A | AD | 0 | 5A | 20 | 1 | 141 | 62 | 37 |
| Octal | 375 | 32 | 255 | 0 | 132 | 40 | 1 | 501 | 142 | 67 |
| Binary | 11111101 | 11010 | 10101101 | 0 | 1011010 | 100000 | 1 | 101000001 | 1100010 | 110111 |
Color Harmonies of #FD1AAD
Complementary color
Monochromatic Colors of #FD1AAD
Black with #FD1AAD
Text Example
Text Example
White with #FD1AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AAD; }
p { color: rgb(253,26,173); }
H1.HeaderClassName
{
color: #FD1AAD;
}
.AnyTagClassName
{
color: #FD1AAD;
}
</style>
background-color css
<style>
a { background-color: #FD1AAD; }
a { background-color: rgb(253,26,173); }
div.DivClassName
{
background-color: #FD1AAD;
}
.BgClassName
{
background-color: #FD1AAD;
}
</style>
border-color css
<style>
span { border-color: #FD1AAD; }
span { border-color: rgb(253,26,173); }
td.TdClassName
{
border-color: #FD1AAD;
}
.TagClassName
{
border-color: #FD1AAD;
}
</style>