Shades of Spicy Pink #FC1DB6
Tints of Spicy Pink #FC1DB6
RGB
CMYK
RGB Variations
Color information
#FC1DB6 (or 0xFC1DB6) is known color: Spicy Pink. HEX triplet: FC, 1D and B6. RGB value is (252,29,182). Sum of RGB (Red+Green+Blue) = 252+29+182=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DB6 is #03E249. Grayscale: #707070. Windows color (decimal): -254538 or 11935228. OLE color: 11935228.
HSL color Cylindrical-coordinate representation of color #FC1DB6: hue angle of 318.83º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1DB6 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 182 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.01 |
| HSL | 318.83º | 0.97% | 0.55% | - |
| HSV(B) | 318.83º | 0.88% | 0.99% | - |
| XYZ | 49.03 | 24.95 | 46.49 | - |
| YUV | 113.12 | 166.88 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 182 | 0 | 0.88 | 0.28 | 0.01 | 318.83 | 0.97 | 0.55 |
| Hex | FC | 1D | B6 | 0 | 58 | 1C | 1 | 13F | 61 | 37 |
| Octal | 374 | 35 | 266 | 0 | 130 | 34 | 1 | 477 | 141 | 67 |
| Binary | 11111100 | 11101 | 10110110 | 0 | 1011000 | 11100 | 1 | 100111111 | 1100001 | 110111 |
Color Harmonies of #FC1DB6
Complementary color
Monochromatic Colors of #FC1DB6
Black with #FC1DB6
Text Example
Text Example
White with #FC1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DB6; }
p { color: rgb(252,29,182); }
H1.HeaderClassName
{
color: #FC1DB6;
}
.AnyTagClassName
{
color: #FC1DB6;
}
</style>
background-color css
<style>
a { background-color: #FC1DB6; }
a { background-color: rgb(252,29,182); }
div.DivClassName
{
background-color: #FC1DB6;
}
.BgClassName
{
background-color: #FC1DB6;
}
</style>
border-color css
<style>
span { border-color: #FC1DB6; }
span { border-color: rgb(252,29,182); }
td.TdClassName
{
border-color: #FC1DB6;
}
.TagClassName
{
border-color: #FC1DB6;
}
</style>