Shades of Spicy Pink #FC2AB0
Tints of Spicy Pink #FC2AB0
RGB
CMYK
RGB Variations
Color information
#FC2AB0 (or 0xFC2AB0) is known color: Spicy Pink. HEX triplet: FC, 2A and B0. RGB value is (252,42,176). Sum of RGB (Red+Green+Blue) = 252+42+176=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2AB0 is #03D54F. Grayscale: #777777. Windows color (decimal): -251216 or 11545340. OLE color: 11545340.
HSL color Cylindrical-coordinate representation of color #FC2AB0: hue angle of 321.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2AB0 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 176 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.01 |
| HSL | 321.71º | 0.97% | 0.58% | - |
| HSV(B) | 321.71º | 0.83% | 0.99% | - |
| XYZ | 48.81 | 25.49 | 43.42 | - |
| YUV | 120.07 | 159.57 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 176 | 0 | 0.83 | 0.30 | 0.01 | 321.71 | 0.97 | 0.58 |
| Hex | FC | 2A | B0 | 0 | 53 | 1E | 1 | 142 | 61 | 3A |
| Octal | 374 | 52 | 260 | 0 | 123 | 36 | 1 | 502 | 141 | 72 |
| Binary | 11111100 | 101010 | 10110000 | 0 | 1010011 | 11110 | 1 | 101000010 | 1100001 | 111010 |
Color Harmonies of #FC2AB0
Complementary color
Monochromatic Colors of #FC2AB0
Black with #FC2AB0
Text Example
Text Example
White with #FC2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2AB0; }
p { color: rgb(252,42,176); }
H1.HeaderClassName
{
color: #FC2AB0;
}
.AnyTagClassName
{
color: #FC2AB0;
}
</style>
background-color css
<style>
a { background-color: #FC2AB0; }
a { background-color: rgb(252,42,176); }
div.DivClassName
{
background-color: #FC2AB0;
}
.BgClassName
{
background-color: #FC2AB0;
}
</style>
border-color css
<style>
span { border-color: #FC2AB0; }
span { border-color: rgb(252,42,176); }
td.TdClassName
{
border-color: #FC2AB0;
}
.TagClassName
{
border-color: #FC2AB0;
}
</style>