Shades of Spicy Pink #FC1CAA
Tints of Spicy Pink #FC1CAA
RGB
CMYK
RGB Variations
Color information
#FC1CAA (or 0xFC1CAA) is known color: Spicy Pink. HEX triplet: FC, 1C and AA. RGB value is (252,28,170). Sum of RGB (Red+Green+Blue) = 252+28+170=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1CAA is #03E355. Grayscale: #6E6E6E. Windows color (decimal): -254806 or 11148540. OLE color: 11148540.
HSL color Cylindrical-coordinate representation of color #FC1CAA: hue angle of 321.96º 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 #FC1CAA is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 170 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.01 |
| HSL | 321.96º | 0.97% | 0.55% | - |
| HSV(B) | 321.96º | 0.89% | 0.99% | - |
| XYZ | 47.82 | 24.43 | 40.23 | - |
| YUV | 111.16 | 161.21 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 170 | 0 | 0.89 | 0.33 | 0.01 | 321.96 | 0.97 | 0.55 |
| Hex | FC | 1C | AA | 0 | 59 | 21 | 1 | 142 | 61 | 37 |
| Octal | 374 | 34 | 252 | 0 | 131 | 41 | 1 | 502 | 141 | 67 |
| Binary | 11111100 | 11100 | 10101010 | 0 | 1011001 | 100001 | 1 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FC1CAA
Complementary color
Monochromatic Colors of #FC1CAA
Black with #FC1CAA
Text Example
Text Example
White with #FC1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CAA; }
p { color: rgb(252,28,170); }
H1.HeaderClassName
{
color: #FC1CAA;
}
.AnyTagClassName
{
color: #FC1CAA;
}
</style>
background-color css
<style>
a { background-color: #FC1CAA; }
a { background-color: rgb(252,28,170); }
div.DivClassName
{
background-color: #FC1CAA;
}
.BgClassName
{
background-color: #FC1CAA;
}
</style>
border-color css
<style>
span { border-color: #FC1CAA; }
span { border-color: rgb(252,28,170); }
td.TdClassName
{
border-color: #FC1CAA;
}
.TagClassName
{
border-color: #FC1CAA;
}
</style>