Shades of Spicy Pink #FD11AD
Tints of Spicy Pink #FD11AD
RGB
CMYK
RGB Variations
Color information
#FD11AD (or 0xFD11AD) is known color: Spicy Pink. HEX triplet: FD, 11 and AD. RGB value is (253,17,173). Sum of RGB (Red+Green+Blue) = 253+17+173=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD11AD is #02EE52. Grayscale: #686868. Windows color (decimal): -192083 or 11342333. OLE color: 11342333.
HSL color Cylindrical-coordinate representation of color #FD11AD: hue angle of 320.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD11AD is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.01 |
| HSL | 320.34º | 0.98% | 0.53% | - |
| HSV(B) | 320.34º | 0.93% | 0.99% | - |
| XYZ | 48.25 | 24.3 | 41.68 | - |
| YUV | 105.35 | 166.19 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 173 | 0 | 0.93 | 0.32 | 0.01 | 320.34 | 0.98 | 0.53 |
| Hex | FD | 11 | AD | 0 | 5D | 20 | 1 | 140 | 62 | 35 |
| Octal | 375 | 21 | 255 | 0 | 135 | 40 | 1 | 500 | 142 | 65 |
| Binary | 11111101 | 10001 | 10101101 | 0 | 1011101 | 100000 | 1 | 101000000 | 1100010 | 110101 |
Color Harmonies of #FD11AD
Complementary color
Monochromatic Colors of #FD11AD
Black with #FD11AD
Text Example
Text Example
White with #FD11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11AD; }
p { color: rgb(253,17,173); }
H1.HeaderClassName
{
color: #FD11AD;
}
.AnyTagClassName
{
color: #FD11AD;
}
</style>
background-color css
<style>
a { background-color: #FD11AD; }
a { background-color: rgb(253,17,173); }
div.DivClassName
{
background-color: #FD11AD;
}
.BgClassName
{
background-color: #FD11AD;
}
</style>
border-color css
<style>
span { border-color: #FD11AD; }
span { border-color: rgb(253,17,173); }
td.TdClassName
{
border-color: #FD11AD;
}
.TagClassName
{
border-color: #FD11AD;
}
</style>