Shades of Spicy Pink #FC28B8
Tints of Spicy Pink #FC28B8
RGB
CMYK
RGB Variations
Color information
#FC28B8 (or 0xFC28B8) is known color: Spicy Pink. HEX triplet: FC, 28 and B8. RGB value is (252,40,184). Sum of RGB (Red+Green+Blue) = 252+40+184=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC28B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC28B8 is #03D747. Grayscale: #777777. Windows color (decimal): -251720 or 12069116. OLE color: 12069116.
HSL color Cylindrical-coordinate representation of color #FC28B8: hue angle of 319.25º 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 #FC28B8 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 184 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.01 |
| HSL | 319.25º | 0.97% | 0.57% | - |
| HSV(B) | 319.25º | 0.84% | 0.99% | - |
| XYZ | 49.56 | 25.67 | 47.69 | - |
| YUV | 119.8 | 164.24 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 184 | 0 | 0.84 | 0.27 | 0.01 | 319.25 | 0.97 | 0.57 |
| Hex | FC | 28 | B8 | 0 | 54 | 1B | 1 | 13F | 61 | 39 |
| Octal | 374 | 50 | 270 | 0 | 124 | 33 | 1 | 477 | 141 | 71 |
| Binary | 11111100 | 101000 | 10111000 | 0 | 1010100 | 11011 | 1 | 100111111 | 1100001 | 111001 |
Color Harmonies of #FC28B8
Complementary color
Monochromatic Colors of #FC28B8
Black with #FC28B8
Text Example
Text Example
White with #FC28B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC28B8; }
p { color: rgb(252,40,184); }
H1.HeaderClassName
{
color: #FC28B8;
}
.AnyTagClassName
{
color: #FC28B8;
}
</style>
background-color css
<style>
a { background-color: #FC28B8; }
a { background-color: rgb(252,40,184); }
div.DivClassName
{
background-color: #FC28B8;
}
.BgClassName
{
background-color: #FC28B8;
}
</style>
border-color css
<style>
span { border-color: #FC28B8; }
span { border-color: rgb(252,40,184); }
td.TdClassName
{
border-color: #FC28B8;
}
.TagClassName
{
border-color: #FC28B8;
}
</style>