Shades of Spicy Pink #FC15AB
Tints of Spicy Pink #FC15AB
RGB
CMYK
RGB Variations
Color information
#FC15AB (or 0xFC15AB) is known color: Spicy Pink. HEX triplet: FC, 15 and AB. RGB value is (252,21,171). Sum of RGB (Red+Green+Blue) = 252+21+171=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 21 (8.59% from 255 or 4.73% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC15AB is #03EA54. Grayscale: #6A6A6A. Windows color (decimal): -256597 or 11212284. OLE color: 11212284.
HSL color Cylindrical-coordinate representation of color #FC15AB: hue angle of 321.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15AB is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 171 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.01 |
| HSL | 321.04º | 0.97% | 0.54% | - |
| HSV(B) | 321.04º | 0.92% | 0.99% | - |
| XYZ | 47.76 | 24.17 | 40.68 | - |
| YUV | 107.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 171 | 0 | 0.92 | 0.32 | 0.01 | 321.04 | 0.97 | 0.54 |
| Hex | FC | 15 | AB | 0 | 5C | 20 | 1 | 141 | 61 | 36 |
| Octal | 374 | 25 | 253 | 0 | 134 | 40 | 1 | 501 | 141 | 66 |
| Binary | 11111100 | 10101 | 10101011 | 0 | 1011100 | 100000 | 1 | 101000001 | 1100001 | 110110 |
Color Harmonies of #FC15AB
Complementary color
Monochromatic Colors of #FC15AB
Black with #FC15AB
Text Example
Text Example
White with #FC15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15AB; }
p { color: rgb(252,21,171); }
H1.HeaderClassName
{
color: #FC15AB;
}
.AnyTagClassName
{
color: #FC15AB;
}
</style>
background-color css
<style>
a { background-color: #FC15AB; }
a { background-color: rgb(252,21,171); }
div.DivClassName
{
background-color: #FC15AB;
}
.BgClassName
{
background-color: #FC15AB;
}
</style>
border-color css
<style>
span { border-color: #FC15AB; }
span { border-color: rgb(252,21,171); }
td.TdClassName
{
border-color: #FC15AB;
}
.TagClassName
{
border-color: #FC15AB;
}
</style>