Shades of Spicy Pink #FC1DBB
Tints of Spicy Pink #FC1DBB
RGB
CMYK
RGB Variations
Color information
#FC1DBB (or 0xFC1DBB) is known color: Spicy Pink. HEX triplet: FC, 1D and BB. RGB value is (252,29,187). Sum of RGB (Red+Green+Blue) = 252+29+187=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DBB is #03E244. Grayscale: #717171. Windows color (decimal): -254533 or 12262908. OLE color: 12262908.
HSL color Cylindrical-coordinate representation of color #FC1DBB: hue angle of 317.49º 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 #FC1DBB is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 187 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.01 |
| HSL | 317.49º | 0.97% | 0.55% | - |
| HSV(B) | 317.49º | 0.88% | 0.99% | - |
| XYZ | 49.55 | 25.16 | 49.26 | - |
| YUV | 113.69 | 169.38 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 187 | 0 | 0.88 | 0.26 | 0.01 | 317.49 | 0.97 | 0.55 |
| Hex | FC | 1D | BB | 0 | 58 | 1A | 1 | 13D | 61 | 37 |
| Octal | 374 | 35 | 273 | 0 | 130 | 32 | 1 | 475 | 141 | 67 |
| Binary | 11111100 | 11101 | 10111011 | 0 | 1011000 | 11010 | 1 | 100111101 | 1100001 | 110111 |
Color Harmonies of #FC1DBB
Complementary color
Monochromatic Colors of #FC1DBB
Black with #FC1DBB
Text Example
Text Example
White with #FC1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DBB; }
p { color: rgb(252,29,187); }
H1.HeaderClassName
{
color: #FC1DBB;
}
.AnyTagClassName
{
color: #FC1DBB;
}
</style>
background-color css
<style>
a { background-color: #FC1DBB; }
a { background-color: rgb(252,29,187); }
div.DivClassName
{
background-color: #FC1DBB;
}
.BgClassName
{
background-color: #FC1DBB;
}
</style>
border-color css
<style>
span { border-color: #FC1DBB; }
span { border-color: rgb(252,29,187); }
td.TdClassName
{
border-color: #FC1DBB;
}
.TagClassName
{
border-color: #FC1DBB;
}
</style>