Shades of Spicy Pink #FC1DB2
Tints of Spicy Pink #FC1DB2
RGB
CMYK
RGB Variations
Color information
#FC1DB2 (or 0xFC1DB2) is known color: Spicy Pink. HEX triplet: FC, 1D and B2. RGB value is (252,29,178). Sum of RGB (Red+Green+Blue) = 252+29+178=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1DB2 is #03E24D. Grayscale: #707070. Windows color (decimal): -254542 or 11673084. OLE color: 11673084.
HSL color Cylindrical-coordinate representation of color #FC1DB2: hue angle of 319.91º 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 #FC1DB2 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 178 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.01 |
| HSL | 319.91º | 0.97% | 0.55% | - |
| HSV(B) | 319.91º | 0.88% | 0.99% | - |
| XYZ | 48.62 | 24.79 | 44.34 | - |
| YUV | 112.66 | 164.88 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 178 | 0 | 0.88 | 0.29 | 0.01 | 319.91 | 0.97 | 0.55 |
| Hex | FC | 1D | B2 | 0 | 58 | 1D | 1 | 140 | 61 | 37 |
| Octal | 374 | 35 | 262 | 0 | 130 | 35 | 1 | 500 | 141 | 67 |
| Binary | 11111100 | 11101 | 10110010 | 0 | 1011000 | 11101 | 1 | 101000000 | 1100001 | 110111 |
Color Harmonies of #FC1DB2
Complementary color
Monochromatic Colors of #FC1DB2
Black with #FC1DB2
Text Example
Text Example
White with #FC1DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DB2; }
p { color: rgb(252,29,178); }
H1.HeaderClassName
{
color: #FC1DB2;
}
.AnyTagClassName
{
color: #FC1DB2;
}
</style>
background-color css
<style>
a { background-color: #FC1DB2; }
a { background-color: rgb(252,29,178); }
div.DivClassName
{
background-color: #FC1DB2;
}
.BgClassName
{
background-color: #FC1DB2;
}
</style>
border-color css
<style>
span { border-color: #FC1DB2; }
span { border-color: rgb(252,29,178); }
td.TdClassName
{
border-color: #FC1DB2;
}
.TagClassName
{
border-color: #FC1DB2;
}
</style>