Shades of Spicy Pink #FC1AA3
Tints of Spicy Pink #FC1AA3
RGB
CMYK
RGB Variations
Color information
#FC1AA3 (or 0xFC1AA3) is known color: Spicy Pink. HEX triplet: FC, 1A and A3. RGB value is (252,26,163). Sum of RGB (Red+Green+Blue) = 252+26+163=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AA3 is #03E55C. Grayscale: #6C6C6C. Windows color (decimal): -255325 or 10689276. OLE color: 10689276.
HSL color Cylindrical-coordinate representation of color #FC1AA3: hue angle of 323.63º 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 #FC1AA3 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 163 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.01 |
| HSL | 323.63º | 0.97% | 0.55% | - |
| HSV(B) | 323.63º | 0.9% | 0.99% | - |
| XYZ | 47.13 | 24.08 | 36.81 | - |
| YUV | 109.19 | 158.37 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 163 | 0 | 0.90 | 0.35 | 0.01 | 323.63 | 0.97 | 0.55 |
| Hex | FC | 1A | A3 | 0 | 5A | 23 | 1 | 144 | 61 | 37 |
| Octal | 374 | 32 | 243 | 0 | 132 | 43 | 1 | 504 | 141 | 67 |
| Binary | 11111100 | 11010 | 10100011 | 0 | 1011010 | 100011 | 1 | 101000100 | 1100001 | 110111 |
Color Harmonies of #FC1AA3
Complementary color
Monochromatic Colors of #FC1AA3
Black with #FC1AA3
Text Example
Text Example
White with #FC1AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AA3; }
p { color: rgb(252,26,163); }
H1.HeaderClassName
{
color: #FC1AA3;
}
.AnyTagClassName
{
color: #FC1AA3;
}
</style>
background-color css
<style>
a { background-color: #FC1AA3; }
a { background-color: rgb(252,26,163); }
div.DivClassName
{
background-color: #FC1AA3;
}
.BgClassName
{
background-color: #FC1AA3;
}
</style>
border-color css
<style>
span { border-color: #FC1AA3; }
span { border-color: rgb(252,26,163); }
td.TdClassName
{
border-color: #FC1AA3;
}
.TagClassName
{
border-color: #FC1AA3;
}
</style>