Shades of Spicy Pink #FC1FBA
Tints of Spicy Pink #FC1FBA
RGB
CMYK
RGB Variations
Color information
#FC1FBA (or 0xFC1FBA) is known color: Spicy Pink. HEX triplet: FC, 1F and BA. RGB value is (252,31,186). Sum of RGB (Red+Green+Blue) = 252+31+186=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1FBA is #03E045. Grayscale: #727272. Windows color (decimal): -254022 or 12197884. OLE color: 12197884.
HSL color Cylindrical-coordinate representation of color #FC1FBA: hue angle of 317.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1FBA is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 186 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.01 |
| HSL | 317.92º | 0.97% | 0.55% | - |
| HSV(B) | 317.92º | 0.88% | 0.99% | - |
| XYZ | 49.5 | 25.22 | 48.71 | - |
| YUV | 114.75 | 168.22 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 186 | 0 | 0.88 | 0.26 | 0.01 | 317.92 | 0.97 | 0.55 |
| Hex | FC | 1F | BA | 0 | 58 | 1A | 1 | 13E | 61 | 37 |
| Octal | 374 | 37 | 272 | 0 | 130 | 32 | 1 | 476 | 141 | 67 |
| Binary | 11111100 | 11111 | 10111010 | 0 | 1011000 | 11010 | 1 | 100111110 | 1100001 | 110111 |
Color Harmonies of #FC1FBA
Complementary color
Monochromatic Colors of #FC1FBA
Black with #FC1FBA
Text Example
Text Example
White with #FC1FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FBA; }
p { color: rgb(252,31,186); }
H1.HeaderClassName
{
color: #FC1FBA;
}
.AnyTagClassName
{
color: #FC1FBA;
}
</style>
background-color css
<style>
a { background-color: #FC1FBA; }
a { background-color: rgb(252,31,186); }
div.DivClassName
{
background-color: #FC1FBA;
}
.BgClassName
{
background-color: #FC1FBA;
}
</style>
border-color css
<style>
span { border-color: #FC1FBA; }
span { border-color: rgb(252,31,186); }
td.TdClassName
{
border-color: #FC1FBA;
}
.TagClassName
{
border-color: #FC1FBA;
}
</style>