Shades of Spicy Pink #FC1AA6
Tints of Spicy Pink #FC1AA6
RGB
CMYK
RGB Variations
Color information
#FC1AA6 (or 0xFC1AA6) is known color: Spicy Pink. HEX triplet: FC, 1A and A6. RGB value is (252,26,166). Sum of RGB (Red+Green+Blue) = 252+26+166=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1AA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1AA6 is #03E559. Grayscale: #6D6D6D. Windows color (decimal): -255322 or 10885884. OLE color: 10885884.
HSL color Cylindrical-coordinate representation of color #FC1AA6: hue angle of 322.83º 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 #FC1AA6 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 166 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.01 |
| HSL | 322.83º | 0.97% | 0.55% | - |
| HSV(B) | 322.83º | 0.9% | 0.99% | - |
| XYZ | 47.4 | 24.19 | 38.25 | - |
| YUV | 109.53 | 159.87 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 166 | 0 | 0.90 | 0.34 | 0.01 | 322.83 | 0.97 | 0.55 |
| Hex | FC | 1A | A6 | 0 | 5A | 22 | 1 | 143 | 61 | 37 |
| Octal | 374 | 32 | 246 | 0 | 132 | 42 | 1 | 503 | 141 | 67 |
| Binary | 11111100 | 11010 | 10100110 | 0 | 1011010 | 100010 | 1 | 101000011 | 1100001 | 110111 |
Color Harmonies of #FC1AA6
Complementary color
Monochromatic Colors of #FC1AA6
Black with #FC1AA6
Text Example
Text Example
White with #FC1AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1AA6; }
p { color: rgb(252,26,166); }
H1.HeaderClassName
{
color: #FC1AA6;
}
.AnyTagClassName
{
color: #FC1AA6;
}
</style>
background-color css
<style>
a { background-color: #FC1AA6; }
a { background-color: rgb(252,26,166); }
div.DivClassName
{
background-color: #FC1AA6;
}
.BgClassName
{
background-color: #FC1AA6;
}
</style>
border-color css
<style>
span { border-color: #FC1AA6; }
span { border-color: rgb(252,26,166); }
td.TdClassName
{
border-color: #FC1AA6;
}
.TagClassName
{
border-color: #FC1AA6;
}
</style>