Shades of Spicy Pink #FC1CA4
Tints of Spicy Pink #FC1CA4
RGB
CMYK
RGB Variations
Color information
#FC1CA4 (or 0xFC1CA4) is known color: Spicy Pink. HEX triplet: FC, 1C and A4. RGB value is (252,28,164). Sum of RGB (Red+Green+Blue) = 252+28+164=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1CA4 is #03E35B. Grayscale: #6E6E6E. Windows color (decimal): -254812 or 10755324. OLE color: 10755324.
HSL color Cylindrical-coordinate representation of color #FC1CA4: hue angle of 323.57º 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 #FC1CA4 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 164 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.01 |
| HSL | 323.57º | 0.97% | 0.55% | - |
| HSV(B) | 323.57º | 0.89% | 0.99% | - |
| XYZ | 47.26 | 24.21 | 37.3 | - |
| YUV | 110.48 | 158.21 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 164 | 0 | 0.89 | 0.35 | 0.01 | 323.57 | 0.97 | 0.55 |
| Hex | FC | 1C | A4 | 0 | 59 | 23 | 1 | 144 | 61 | 37 |
| Octal | 374 | 34 | 244 | 0 | 131 | 43 | 1 | 504 | 141 | 67 |
| Binary | 11111100 | 11100 | 10100100 | 0 | 1011001 | 100011 | 1 | 101000100 | 1100001 | 110111 |
Color Harmonies of #FC1CA4
Complementary color
Monochromatic Colors of #FC1CA4
Black with #FC1CA4
Text Example
Text Example
White with #FC1CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CA4; }
p { color: rgb(252,28,164); }
H1.HeaderClassName
{
color: #FC1CA4;
}
.AnyTagClassName
{
color: #FC1CA4;
}
</style>
background-color css
<style>
a { background-color: #FC1CA4; }
a { background-color: rgb(252,28,164); }
div.DivClassName
{
background-color: #FC1CA4;
}
.BgClassName
{
background-color: #FC1CA4;
}
</style>
border-color css
<style>
span { border-color: #FC1CA4; }
span { border-color: rgb(252,28,164); }
td.TdClassName
{
border-color: #FC1CA4;
}
.TagClassName
{
border-color: #FC1CA4;
}
</style>