Shades of Spicy Pink #FC29B2
Tints of Spicy Pink #FC29B2
RGB
CMYK
RGB Variations
Color information
#FC29B2 (or 0xFC29B2) is known color: Spicy Pink. HEX triplet: FC, 29 and B2. RGB value is (252,41,178). Sum of RGB (Red+Green+Blue) = 252+41+178=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC29B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC29B2 is #03D64D. Grayscale: #777777. Windows color (decimal): -251470 or 11676156. OLE color: 11676156.
HSL color Cylindrical-coordinate representation of color #FC29B2: hue angle of 321.04º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC29B2 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 178 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.01 |
| HSL | 321.04º | 0.97% | 0.57% | - |
| HSV(B) | 321.04º | 0.84% | 0.99% | - |
| XYZ | 48.97 | 25.5 | 44.46 | - |
| YUV | 119.71 | 160.9 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 178 | 0 | 0.84 | 0.29 | 0.01 | 321.04 | 0.97 | 0.57 |
| Hex | FC | 29 | B2 | 0 | 54 | 1D | 1 | 141 | 61 | 39 |
| Octal | 374 | 51 | 262 | 0 | 124 | 35 | 1 | 501 | 141 | 71 |
| Binary | 11111100 | 101001 | 10110010 | 0 | 1010100 | 11101 | 1 | 101000001 | 1100001 | 111001 |
Color Harmonies of #FC29B2
Complementary color
Monochromatic Colors of #FC29B2
Black with #FC29B2
Text Example
Text Example
White with #FC29B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC29B2; }
p { color: rgb(252,41,178); }
H1.HeaderClassName
{
color: #FC29B2;
}
.AnyTagClassName
{
color: #FC29B2;
}
</style>
background-color css
<style>
a { background-color: #FC29B2; }
a { background-color: rgb(252,41,178); }
div.DivClassName
{
background-color: #FC29B2;
}
.BgClassName
{
background-color: #FC29B2;
}
</style>
border-color css
<style>
span { border-color: #FC29B2; }
span { border-color: rgb(252,41,178); }
td.TdClassName
{
border-color: #FC29B2;
}
.TagClassName
{
border-color: #FC29B2;
}
</style>