Shades of Spicy Pink #FC1BA4
Tints of Spicy Pink #FC1BA4
RGB
CMYK
RGB Variations
Color information
#FC1BA4 (or 0xFC1BA4) is known color: Spicy Pink. HEX triplet: FC, 1B and A4. RGB value is (252,27,164). Sum of RGB (Red+Green+Blue) = 252+27+164=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1BA4 is #03E45B. Grayscale: #6D6D6D. Windows color (decimal): -255068 or 10755068. OLE color: 10755068.
HSL color Cylindrical-coordinate representation of color #FC1BA4: hue angle of 323.47º 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 #FC1BA4 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 164 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.01 |
| HSL | 323.47º | 0.97% | 0.55% | - |
| HSV(B) | 323.47º | 0.89% | 0.99% | - |
| XYZ | 47.24 | 24.16 | 37.3 | - |
| YUV | 109.89 | 158.54 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 164 | 0 | 0.89 | 0.35 | 0.01 | 323.47 | 0.97 | 0.55 |
| Hex | FC | 1B | A4 | 0 | 59 | 23 | 1 | 143 | 61 | 37 |
| Octal | 374 | 33 | 244 | 0 | 131 | 43 | 1 | 503 | 141 | 67 |
| Binary | 11111100 | 11011 | 10100100 | 0 | 1011001 | 100011 | 1 | 101000011 | 1100001 | 110111 |
Color Harmonies of #FC1BA4
Complementary color
Monochromatic Colors of #FC1BA4
Black with #FC1BA4
Text Example
Text Example
White with #FC1BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BA4; }
p { color: rgb(252,27,164); }
H1.HeaderClassName
{
color: #FC1BA4;
}
.AnyTagClassName
{
color: #FC1BA4;
}
</style>
background-color css
<style>
a { background-color: #FC1BA4; }
a { background-color: rgb(252,27,164); }
div.DivClassName
{
background-color: #FC1BA4;
}
.BgClassName
{
background-color: #FC1BA4;
}
</style>
border-color css
<style>
span { border-color: #FC1BA4; }
span { border-color: rgb(252,27,164); }
td.TdClassName
{
border-color: #FC1BA4;
}
.TagClassName
{
border-color: #FC1BA4;
}
</style>