Shades of Spicy Pink #FC1AAA
Tints of Spicy Pink #FC1AAA
RGB
CMYK
RGB Variations
Color information
#FC1AAA (or 0xFC1AAA) is known color: Spicy Pink. HEX triplet: FC, 1A and AA. RGB value is (252,26,170). Sum of RGB (Red+Green+Blue) = 252+26+170=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AAA is #03E555. Grayscale: #6D6D6D. Windows color (decimal): -255318 or 11148028. OLE color: 11148028.
HSL color Cylindrical-coordinate representation of color #FC1AAA: hue angle of 321.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1AAA is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 170 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.01 |
| HSL | 321.77º | 0.97% | 0.55% | - |
| HSV(B) | 321.77º | 0.9% | 0.99% | - |
| XYZ | 47.77 | 24.34 | 40.21 | - |
| YUV | 109.99 | 161.87 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 170 | 0 | 0.90 | 0.33 | 0.01 | 321.77 | 0.97 | 0.55 |
| Hex | FC | 1A | AA | 0 | 5A | 21 | 1 | 142 | 61 | 37 |
| Octal | 374 | 32 | 252 | 0 | 132 | 41 | 1 | 502 | 141 | 67 |
| Binary | 11111100 | 11010 | 10101010 | 0 | 1011010 | 100001 | 1 | 101000010 | 1100001 | 110111 |
Color Harmonies of #FC1AAA
Complementary color
Monochromatic Colors of #FC1AAA
Black with #FC1AAA
Text Example
Text Example
White with #FC1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AAA; }
p { color: rgb(252,26,170); }
H1.HeaderClassName
{
color: #FC1AAA;
}
.AnyTagClassName
{
color: #FC1AAA;
}
</style>
background-color css
<style>
a { background-color: #FC1AAA; }
a { background-color: rgb(252,26,170); }
div.DivClassName
{
background-color: #FC1AAA;
}
.BgClassName
{
background-color: #FC1AAA;
}
</style>
border-color css
<style>
span { border-color: #FC1AAA; }
span { border-color: rgb(252,26,170); }
td.TdClassName
{
border-color: #FC1AAA;
}
.TagClassName
{
border-color: #FC1AAA;
}
</style>