Shades of Spicy Pink #FC2AB3
Tints of Spicy Pink #FC2AB3
RGB
CMYK
RGB Variations
Color information
#FC2AB3 (or 0xFC2AB3) is known color: Spicy Pink. HEX triplet: FC, 2A and B3. RGB value is (252,42,179). Sum of RGB (Red+Green+Blue) = 252+42+179=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2AB3 is #03D54C. Grayscale: #787878. Windows color (decimal): -251213 or 11741948. OLE color: 11741948.
HSL color Cylindrical-coordinate representation of color #FC2AB3: hue angle of 320.86º 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 #FC2AB3 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 179 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.01 |
| HSL | 320.86º | 0.97% | 0.58% | - |
| HSV(B) | 320.86º | 0.83% | 0.99% | - |
| XYZ | 49.11 | 25.61 | 45 | - |
| YUV | 120.41 | 161.07 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 179 | 0 | 0.83 | 0.29 | 0.01 | 320.86 | 0.97 | 0.58 |
| Hex | FC | 2A | B3 | 0 | 53 | 1D | 1 | 141 | 61 | 3A |
| Octal | 374 | 52 | 263 | 0 | 123 | 35 | 1 | 501 | 141 | 72 |
| Binary | 11111100 | 101010 | 10110011 | 0 | 1010011 | 11101 | 1 | 101000001 | 1100001 | 111010 |
Color Harmonies of #FC2AB3
Complementary color
Monochromatic Colors of #FC2AB3
Black with #FC2AB3
Text Example
Text Example
White with #FC2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2AB3; }
p { color: rgb(252,42,179); }
H1.HeaderClassName
{
color: #FC2AB3;
}
.AnyTagClassName
{
color: #FC2AB3;
}
</style>
background-color css
<style>
a { background-color: #FC2AB3; }
a { background-color: rgb(252,42,179); }
div.DivClassName
{
background-color: #FC2AB3;
}
.BgClassName
{
background-color: #FC2AB3;
}
</style>
border-color css
<style>
span { border-color: #FC2AB3; }
span { border-color: rgb(252,42,179); }
td.TdClassName
{
border-color: #FC2AB3;
}
.TagClassName
{
border-color: #FC2AB3;
}
</style>