Shades of Spicy Pink #FD1AA6
Tints of Spicy Pink #FD1AA6
RGB
CMYK
RGB Variations
Color information
#FD1AA6 (or 0xFD1AA6) is known color: Spicy Pink. HEX triplet: FD, 1A and A6. RGB value is (253,26,166). Sum of RGB (Red+Green+Blue) = 253+26+166=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1AA6 is #02E559. Grayscale: #6D6D6D. Windows color (decimal): -189786 or 10885885. OLE color: 10885885.
HSL color Cylindrical-coordinate representation of color #FD1AA6: hue angle of 323º 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 #FD1AA6 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 26 | 166 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.01 |
| HSL | 323º | 0.98% | 0.55% | - |
| HSV(B) | 323º | 0.9% | 0.99% | - |
| XYZ | 47.76 | 24.37 | 38.26 | - |
| YUV | 109.83 | 159.71 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 26 | 166 | 0 | 0.90 | 0.34 | 0.01 | 323 | 0.98 | 0.55 |
| Hex | FD | 1A | A6 | 0 | 5A | 22 | 1 | 143 | 62 | 37 |
| Octal | 375 | 32 | 246 | 0 | 132 | 42 | 1 | 503 | 142 | 67 |
| Binary | 11111101 | 11010 | 10100110 | 0 | 1011010 | 100010 | 1 | 101000011 | 1100010 | 110111 |
Color Harmonies of #FD1AA6
Complementary color
Monochromatic Colors of #FD1AA6
Black with #FD1AA6
Text Example
Text Example
White with #FD1AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1AA6; }
p { color: rgb(253,26,166); }
H1.HeaderClassName
{
color: #FD1AA6;
}
.AnyTagClassName
{
color: #FD1AA6;
}
</style>
background-color css
<style>
a { background-color: #FD1AA6; }
a { background-color: rgb(253,26,166); }
div.DivClassName
{
background-color: #FD1AA6;
}
.BgClassName
{
background-color: #FD1AA6;
}
</style>
border-color css
<style>
span { border-color: #FD1AA6; }
span { border-color: rgb(253,26,166); }
td.TdClassName
{
border-color: #FD1AA6;
}
.TagClassName
{
border-color: #FD1AA6;
}
</style>