Shades of Spicy Pink #FC11AD
Tints of Spicy Pink #FC11AD
RGB
CMYK
RGB Variations
Color information
#FC11AD (or 0xFC11AD) is known color: Spicy Pink. HEX triplet: FC, 11 and AD. RGB value is (252,17,173). Sum of RGB (Red+Green+Blue) = 252+17+173=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC11AD is #03EE52. Grayscale: #686868. Windows color (decimal): -257619 or 11342332. OLE color: 11342332.
HSL color Cylindrical-coordinate representation of color #FC11AD: hue angle of 320.17º 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 #FC11AD is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.01 |
| HSL | 320.17º | 0.98% | 0.53% | - |
| HSV(B) | 320.17º | 0.93% | 0.99% | - |
| XYZ | 47.89 | 24.11 | 41.67 | - |
| YUV | 105.05 | 166.36 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 173 | 0 | 0.93 | 0.31 | 0.01 | 320.17 | 0.98 | 0.53 |
| Hex | FC | 11 | AD | 0 | 5D | 1F | 1 | 140 | 62 | 35 |
| Octal | 374 | 21 | 255 | 0 | 135 | 37 | 1 | 500 | 142 | 65 |
| Binary | 11111100 | 10001 | 10101101 | 0 | 1011101 | 11111 | 1 | 101000000 | 1100010 | 110101 |
Color Harmonies of #FC11AD
Complementary color
Monochromatic Colors of #FC11AD
Black with #FC11AD
Text Example
Text Example
White with #FC11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11AD; }
p { color: rgb(252,17,173); }
H1.HeaderClassName
{
color: #FC11AD;
}
.AnyTagClassName
{
color: #FC11AD;
}
</style>
background-color css
<style>
a { background-color: #FC11AD; }
a { background-color: rgb(252,17,173); }
div.DivClassName
{
background-color: #FC11AD;
}
.BgClassName
{
background-color: #FC11AD;
}
</style>
border-color css
<style>
span { border-color: #FC11AD; }
span { border-color: rgb(252,17,173); }
td.TdClassName
{
border-color: #FC11AD;
}
.TagClassName
{
border-color: #FC11AD;
}
</style>