Shades of Spicy Pink #FC1BA2
Tints of Spicy Pink #FC1BA2
RGB
CMYK
RGB Variations
Color information
#FC1BA2 (or 0xFC1BA2) is known color: Spicy Pink. HEX triplet: FC, 1B and A2. RGB value is (252,27,162). Sum of RGB (Red+Green+Blue) = 252+27+162=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BA2 is #03E45D. Grayscale: #6D6D6D. Windows color (decimal): -255070 or 10623996. OLE color: 10623996.
HSL color Cylindrical-coordinate representation of color #FC1BA2: hue angle of 324º 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 #FC1BA2 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 162 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.01 |
| HSL | 324º | 0.97% | 0.55% | - |
| HSV(B) | 324º | 0.89% | 0.99% | - |
| XYZ | 47.06 | 24.09 | 36.35 | - |
| YUV | 109.67 | 157.54 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 162 | 0 | 0.89 | 0.36 | 0.01 | 324 | 0.97 | 0.55 |
| Hex | FC | 1B | A2 | 0 | 59 | 24 | 1 | 144 | 61 | 37 |
| Octal | 374 | 33 | 242 | 0 | 131 | 44 | 1 | 504 | 141 | 67 |
| Binary | 11111100 | 11011 | 10100010 | 0 | 1011001 | 100100 | 1 | 101000100 | 1100001 | 110111 |
Color Harmonies of #FC1BA2
Complementary color
Monochromatic Colors of #FC1BA2
Black with #FC1BA2
Text Example
Text Example
White with #FC1BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BA2; }
p { color: rgb(252,27,162); }
H1.HeaderClassName
{
color: #FC1BA2;
}
.AnyTagClassName
{
color: #FC1BA2;
}
</style>
background-color css
<style>
a { background-color: #FC1BA2; }
a { background-color: rgb(252,27,162); }
div.DivClassName
{
background-color: #FC1BA2;
}
.BgClassName
{
background-color: #FC1BA2;
}
</style>
border-color css
<style>
span { border-color: #FC1BA2; }
span { border-color: rgb(252,27,162); }
td.TdClassName
{
border-color: #FC1BA2;
}
.TagClassName
{
border-color: #FC1BA2;
}
</style>