Shades of Spicy Pink #FC0DB0
Tints of Spicy Pink #FC0DB0
RGB
CMYK
RGB Variations
Color information
#FC0DB0 (or 0xFC0DB0) is known color: Spicy Pink. HEX triplet: FC, 0D and B0. RGB value is (252,13,176). Sum of RGB (Red+Green+Blue) = 252+13+176=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0DB0 is #03F24F. Grayscale: #666666. Windows color (decimal): -258640 or 11537916. OLE color: 11537916.
HSL color Cylindrical-coordinate representation of color #FC0DB0: hue angle of 319.08º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DB0 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 13 | 176 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.01 |
| HSL | 319.08º | 0.98% | 0.52% | - |
| HSV(B) | 319.08º | 0.95% | 0.99% | - |
| XYZ | 48.13 | 24.12 | 43.19 | - |
| YUV | 103.04 | 169.18 | 234.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 13 | 176 | 0 | 0.95 | 0.30 | 0.01 | 319.08 | 0.98 | 0.52 |
| Hex | FC | D | B0 | 0 | 5F | 1E | 1 | 13F | 62 | 34 |
| Octal | 374 | 15 | 260 | 0 | 137 | 36 | 1 | 477 | 142 | 64 |
| Binary | 11111100 | 1101 | 10110000 | 0 | 1011111 | 11110 | 1 | 100111111 | 1100010 | 110100 |
Color Harmonies of #FC0DB0
Complementary color
Monochromatic Colors of #FC0DB0
Black with #FC0DB0
Text Example
Text Example
White with #FC0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0DB0; }
p { color: rgb(252,13,176); }
H1.HeaderClassName
{
color: #FC0DB0;
}
.AnyTagClassName
{
color: #FC0DB0;
}
</style>
background-color css
<style>
a { background-color: #FC0DB0; }
a { background-color: rgb(252,13,176); }
div.DivClassName
{
background-color: #FC0DB0;
}
.BgClassName
{
background-color: #FC0DB0;
}
</style>
border-color css
<style>
span { border-color: #FC0DB0; }
span { border-color: rgb(252,13,176); }
td.TdClassName
{
border-color: #FC0DB0;
}
.TagClassName
{
border-color: #FC0DB0;
}
</style>