Shades of Spicy Pink #FD1AA8
Tints of Spicy Pink #FD1AA8
RGB
CMYK
RGB Variations
Color information
#FD1AA8 (or 0xFD1AA8) is known color: Spicy Pink. HEX triplet: FD, 1A and A8. RGB value is (253,26,168). Sum of RGB (Red+Green+Blue) = 253+26+168=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1AA8 is #02E557. Grayscale: #6D6D6D. Windows color (decimal): -189784 or 11016957. OLE color: 11016957.
HSL color Cylindrical-coordinate representation of color #FD1AA8: hue angle of 322.47º 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 #FD1AA8 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 168 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.01 |
| HSL | 322.47º | 0.98% | 0.55% | - |
| HSV(B) | 322.47º | 0.9% | 0.99% | - |
| XYZ | 47.95 | 24.45 | 39.24 | - |
| YUV | 110.06 | 160.71 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 168 | 0 | 0.90 | 0.34 | 0.01 | 322.47 | 0.98 | 0.55 |
| Hex | FD | 1A | A8 | 0 | 5A | 22 | 1 | 142 | 62 | 37 |
| Octal | 375 | 32 | 250 | 0 | 132 | 42 | 1 | 502 | 142 | 67 |
| Binary | 11111101 | 11010 | 10101000 | 0 | 1011010 | 100010 | 1 | 101000010 | 1100010 | 110111 |
Color Harmonies of #FD1AA8
Complementary color
Monochromatic Colors of #FD1AA8
Black with #FD1AA8
Text Example
Text Example
White with #FD1AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AA8; }
p { color: rgb(253,26,168); }
H1.HeaderClassName
{
color: #FD1AA8;
}
.AnyTagClassName
{
color: #FD1AA8;
}
</style>
background-color css
<style>
a { background-color: #FD1AA8; }
a { background-color: rgb(253,26,168); }
div.DivClassName
{
background-color: #FD1AA8;
}
.BgClassName
{
background-color: #FD1AA8;
}
</style>
border-color css
<style>
span { border-color: #FD1AA8; }
span { border-color: rgb(253,26,168); }
td.TdClassName
{
border-color: #FD1AA8;
}
.TagClassName
{
border-color: #FD1AA8;
}
</style>