Shades of Spicy Pink #FC16B3
Tints of Spicy Pink #FC16B3
RGB
CMYK
RGB Variations
Color information
#FC16B3 (or 0xFC16B3) is known color: Spicy Pink. HEX triplet: FC, 16 and B3. RGB value is (252,22,179). Sum of RGB (Red+Green+Blue) = 252+22+179=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC16B3 is #03E94C. Grayscale: #6C6C6C. Windows color (decimal): -256333 or 11736828. OLE color: 11736828.
HSL color Cylindrical-coordinate representation of color #FC16B3: hue angle of 319.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC16B3 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 179 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.01 |
| HSL | 319.04º | 0.97% | 0.54% | - |
| HSV(B) | 319.04º | 0.91% | 0.99% | - |
| XYZ | 48.57 | 24.52 | 44.82 | - |
| YUV | 108.67 | 167.7 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 179 | 0 | 0.91 | 0.29 | 0.01 | 319.04 | 0.97 | 0.54 |
| Hex | FC | 16 | B3 | 0 | 5B | 1D | 1 | 13F | 61 | 36 |
| Octal | 374 | 26 | 263 | 0 | 133 | 35 | 1 | 477 | 141 | 66 |
| Binary | 11111100 | 10110 | 10110011 | 0 | 1011011 | 11101 | 1 | 100111111 | 1100001 | 110110 |
Color Harmonies of #FC16B3
Complementary color
Monochromatic Colors of #FC16B3
Black with #FC16B3
Text Example
Text Example
White with #FC16B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16B3; }
p { color: rgb(252,22,179); }
H1.HeaderClassName
{
color: #FC16B3;
}
.AnyTagClassName
{
color: #FC16B3;
}
</style>
background-color css
<style>
a { background-color: #FC16B3; }
a { background-color: rgb(252,22,179); }
div.DivClassName
{
background-color: #FC16B3;
}
.BgClassName
{
background-color: #FC16B3;
}
</style>
border-color css
<style>
span { border-color: #FC16B3; }
span { border-color: rgb(252,22,179); }
td.TdClassName
{
border-color: #FC16B3;
}
.TagClassName
{
border-color: #FC16B3;
}
</style>