Shades of Spicy Pink #FD0CAA
Tints of Spicy Pink #FD0CAA
RGB
CMYK
RGB Variations
Color information
#FD0CAA (or 0xFD0CAA) is known color: Spicy Pink. HEX triplet: FD, 0C and AA. RGB value is (253,12,170). Sum of RGB (Red+Green+Blue) = 253+12+170=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 12 (5.08% from 255 or 2.76% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0CAA is #02F355. Grayscale: #656565. Windows color (decimal): -193366 or 11144445. OLE color: 11144445.
HSL color Cylindrical-coordinate representation of color #FD0CAA: hue angle of 320.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CAA is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 170 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.01 |
| HSL | 320.66º | 0.98% | 0.52% | - |
| HSV(B) | 320.66º | 0.95% | 0.99% | - |
| XYZ | 47.9 | 24.05 | 40.15 | - |
| YUV | 102.07 | 166.34 | 235.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 170 | 0 | 0.95 | 0.33 | 0.01 | 320.66 | 0.98 | 0.52 |
| Hex | FD | C | AA | 0 | 5F | 21 | 1 | 141 | 62 | 34 |
| Octal | 375 | 14 | 252 | 0 | 137 | 41 | 1 | 501 | 142 | 64 |
| Binary | 11111101 | 1100 | 10101010 | 0 | 1011111 | 100001 | 1 | 101000001 | 1100010 | 110100 |
Color Harmonies of #FD0CAA
Complementary color
Monochromatic Colors of #FD0CAA
Black with #FD0CAA
Text Example
Text Example
White with #FD0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CAA; }
p { color: rgb(253,12,170); }
H1.HeaderClassName
{
color: #FD0CAA;
}
.AnyTagClassName
{
color: #FD0CAA;
}
</style>
background-color css
<style>
a { background-color: #FD0CAA; }
a { background-color: rgb(253,12,170); }
div.DivClassName
{
background-color: #FD0CAA;
}
.BgClassName
{
background-color: #FD0CAA;
}
</style>
border-color css
<style>
span { border-color: #FD0CAA; }
span { border-color: rgb(253,12,170); }
td.TdClassName
{
border-color: #FD0CAA;
}
.TagClassName
{
border-color: #FD0CAA;
}
</style>