Shades of Spicy Pink #FC1CA6
Tints of Spicy Pink #FC1CA6
RGB
CMYK
RGB Variations
Color information
#FC1CA6 (or 0xFC1CA6) is known color: Spicy Pink. HEX triplet: FC, 1C and A6. RGB value is (252,28,166). Sum of RGB (Red+Green+Blue) = 252+28+166=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1CA6 is #03E359. Grayscale: #6E6E6E. Windows color (decimal): -254810 or 10886396. OLE color: 10886396.
HSL color Cylindrical-coordinate representation of color #FC1CA6: hue angle of 323.04º degrees, saturation: 0.97, 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 #FC1CA6 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 166 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.01 |
| HSL | 323.04º | 0.97% | 0.55% | - |
| HSV(B) | 323.04º | 0.89% | 0.99% | - |
| XYZ | 47.44 | 24.28 | 38.26 | - |
| YUV | 110.71 | 159.21 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 166 | 0 | 0.89 | 0.34 | 0.01 | 323.04 | 0.97 | 0.55 |
| Hex | FC | 1C | A6 | 0 | 59 | 22 | 1 | 143 | 61 | 37 |
| Octal | 374 | 34 | 246 | 0 | 131 | 42 | 1 | 503 | 141 | 67 |
| Binary | 11111100 | 11100 | 10100110 | 0 | 1011001 | 100010 | 1 | 101000011 | 1100001 | 110111 |
Color Harmonies of #FC1CA6
Complementary color
Monochromatic Colors of #FC1CA6
Black with #FC1CA6
Text Example
Text Example
White with #FC1CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CA6; }
p { color: rgb(252,28,166); }
H1.HeaderClassName
{
color: #FC1CA6;
}
.AnyTagClassName
{
color: #FC1CA6;
}
</style>
background-color css
<style>
a { background-color: #FC1CA6; }
a { background-color: rgb(252,28,166); }
div.DivClassName
{
background-color: #FC1CA6;
}
.BgClassName
{
background-color: #FC1CA6;
}
</style>
border-color css
<style>
span { border-color: #FC1CA6; }
span { border-color: rgb(252,28,166); }
td.TdClassName
{
border-color: #FC1CA6;
}
.TagClassName
{
border-color: #FC1CA6;
}
</style>