Shades of Spicy Pink #FD1DAA
Tints of Spicy Pink #FD1DAA
RGB
CMYK
RGB Variations
Color information
#FD1DAA (or 0xFD1DAA) is known color: Spicy Pink. HEX triplet: FD, 1D and AA. RGB value is (253,29,170). Sum of RGB (Red+Green+Blue) = 253+29+170=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 29 (11.72% from 255 or 6.42% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD1DAA is #02E255. Grayscale: #6F6F6F. Windows color (decimal): -189014 or 11148797. OLE color: 11148797.
HSL color Cylindrical-coordinate representation of color #FD1DAA: hue angle of 322.23º 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 #FD1DAA is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 170 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.01 |
| HSL | 322.23º | 0.98% | 0.55% | - |
| HSV(B) | 322.23º | 0.89% | 0.99% | - |
| XYZ | 48.2 | 24.66 | 40.25 | - |
| YUV | 112.05 | 160.71 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 170 | 0 | 0.89 | 0.33 | 0.01 | 322.23 | 0.98 | 0.55 |
| Hex | FD | 1D | AA | 0 | 59 | 21 | 1 | 142 | 62 | 37 |
| Octal | 375 | 35 | 252 | 0 | 131 | 41 | 1 | 502 | 142 | 67 |
| Binary | 11111101 | 11101 | 10101010 | 0 | 1011001 | 100001 | 1 | 101000010 | 1100010 | 110111 |
Color Harmonies of #FD1DAA
Complementary color
Monochromatic Colors of #FD1DAA
Black with #FD1DAA
Text Example
Text Example
White with #FD1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1DAA; }
p { color: rgb(253,29,170); }
H1.HeaderClassName
{
color: #FD1DAA;
}
.AnyTagClassName
{
color: #FD1DAA;
}
</style>
background-color css
<style>
a { background-color: #FD1DAA; }
a { background-color: rgb(253,29,170); }
div.DivClassName
{
background-color: #FD1DAA;
}
.BgClassName
{
background-color: #FD1DAA;
}
</style>
border-color css
<style>
span { border-color: #FD1DAA; }
span { border-color: rgb(253,29,170); }
td.TdClassName
{
border-color: #FD1DAA;
}
.TagClassName
{
border-color: #FD1DAA;
}
</style>