Shades of Spicy Pink #FC28B0
Tints of Spicy Pink #FC28B0
RGB
CMYK
RGB Variations
Color information
#FC28B0 (or 0xFC28B0) is known color: Spicy Pink. HEX triplet: FC, 28 and B0. RGB value is (252,40,176). Sum of RGB (Red+Green+Blue) = 252+40+176=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 176 (69.14% from 255 or 37.61% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC28B0 is #03D74F. Grayscale: #767676. Windows color (decimal): -251728 or 11544828. OLE color: 11544828.
HSL color Cylindrical-coordinate representation of color #FC28B0: hue angle of 321.51º 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 #FC28B0 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 176 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.01 |
| HSL | 321.51º | 0.97% | 0.57% | - |
| HSV(B) | 321.51º | 0.84% | 0.99% | - |
| XYZ | 48.74 | 25.35 | 43.4 | - |
| YUV | 118.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 176 | 0 | 0.84 | 0.30 | 0.01 | 321.51 | 0.97 | 0.57 |
| Hex | FC | 28 | B0 | 0 | 54 | 1E | 1 | 142 | 61 | 39 |
| Octal | 374 | 50 | 260 | 0 | 124 | 36 | 1 | 502 | 141 | 71 |
| Binary | 11111100 | 101000 | 10110000 | 0 | 1010100 | 11110 | 1 | 101000010 | 1100001 | 111001 |
Color Harmonies of #FC28B0
Complementary color
Monochromatic Colors of #FC28B0
Black with #FC28B0
Text Example
Text Example
White with #FC28B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28B0; }
p { color: rgb(252,40,176); }
H1.HeaderClassName
{
color: #FC28B0;
}
.AnyTagClassName
{
color: #FC28B0;
}
</style>
background-color css
<style>
a { background-color: #FC28B0; }
a { background-color: rgb(252,40,176); }
div.DivClassName
{
background-color: #FC28B0;
}
.BgClassName
{
background-color: #FC28B0;
}
</style>
border-color css
<style>
span { border-color: #FC28B0; }
span { border-color: rgb(252,40,176); }
td.TdClassName
{
border-color: #FC28B0;
}
.TagClassName
{
border-color: #FC28B0;
}
</style>