Shades of Spicy Pink #FC1DB8
Tints of Spicy Pink #FC1DB8
RGB
CMYK
RGB Variations
Color information
#FC1DB8 (or 0xFC1DB8) is known color: Spicy Pink. HEX triplet: FC, 1D and B8. RGB value is (252,29,184). Sum of RGB (Red+Green+Blue) = 252+29+184=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DB8 is #03E247. Grayscale: #707070. Windows color (decimal): -254536 or 12066300. OLE color: 12066300.
HSL color Cylindrical-coordinate representation of color #FC1DB8: hue angle of 318.3º 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 #FC1DB8 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 184 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.01 |
| HSL | 318.3º | 0.97% | 0.55% | - |
| HSV(B) | 318.3º | 0.88% | 0.99% | - |
| XYZ | 49.24 | 25.03 | 47.58 | - |
| YUV | 113.35 | 167.88 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 184 | 0 | 0.88 | 0.27 | 0.01 | 318.3 | 0.97 | 0.55 |
| Hex | FC | 1D | B8 | 0 | 58 | 1B | 1 | 13E | 61 | 37 |
| Octal | 374 | 35 | 270 | 0 | 130 | 33 | 1 | 476 | 141 | 67 |
| Binary | 11111100 | 11101 | 10111000 | 0 | 1011000 | 11011 | 1 | 100111110 | 1100001 | 110111 |
Color Harmonies of #FC1DB8
Complementary color
Monochromatic Colors of #FC1DB8
Black with #FC1DB8
Text Example
Text Example
White with #FC1DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DB8; }
p { color: rgb(252,29,184); }
H1.HeaderClassName
{
color: #FC1DB8;
}
.AnyTagClassName
{
color: #FC1DB8;
}
</style>
background-color css
<style>
a { background-color: #FC1DB8; }
a { background-color: rgb(252,29,184); }
div.DivClassName
{
background-color: #FC1DB8;
}
.BgClassName
{
background-color: #FC1DB8;
}
</style>
border-color css
<style>
span { border-color: #FC1DB8; }
span { border-color: rgb(252,29,184); }
td.TdClassName
{
border-color: #FC1DB8;
}
.TagClassName
{
border-color: #FC1DB8;
}
</style>