Shades of Spicy Pink #FC1DB5
Tints of Spicy Pink #FC1DB5
RGB
CMYK
RGB Variations
Color information
#FC1DB5 (or 0xFC1DB5) is known color: Spicy Pink. HEX triplet: FC, 1D and B5. RGB value is (252,29,181). Sum of RGB (Red+Green+Blue) = 252+29+181=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DB5 is #03E24A. Grayscale: #707070. Windows color (decimal): -254539 or 11869692. OLE color: 11869692.
HSL color Cylindrical-coordinate representation of color #FC1DB5: hue angle of 319.1º 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 #FC1DB5 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 181 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.01 |
| HSL | 319.1º | 0.97% | 0.55% | - |
| HSV(B) | 319.1º | 0.88% | 0.99% | - |
| XYZ | 48.92 | 24.91 | 45.95 | - |
| YUV | 113.01 | 166.38 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 181 | 0 | 0.88 | 0.28 | 0.01 | 319.1 | 0.97 | 0.55 |
| Hex | FC | 1D | B5 | 0 | 58 | 1C | 1 | 13F | 61 | 37 |
| Octal | 374 | 35 | 265 | 0 | 130 | 34 | 1 | 477 | 141 | 67 |
| Binary | 11111100 | 11101 | 10110101 | 0 | 1011000 | 11100 | 1 | 100111111 | 1100001 | 110111 |
Color Harmonies of #FC1DB5
Complementary color
Monochromatic Colors of #FC1DB5
Black with #FC1DB5
Text Example
Text Example
White with #FC1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DB5; }
p { color: rgb(252,29,181); }
H1.HeaderClassName
{
color: #FC1DB5;
}
.AnyTagClassName
{
color: #FC1DB5;
}
</style>
background-color css
<style>
a { background-color: #FC1DB5; }
a { background-color: rgb(252,29,181); }
div.DivClassName
{
background-color: #FC1DB5;
}
.BgClassName
{
background-color: #FC1DB5;
}
</style>
border-color css
<style>
span { border-color: #FC1DB5; }
span { border-color: rgb(252,29,181); }
td.TdClassName
{
border-color: #FC1DB5;
}
.TagClassName
{
border-color: #FC1DB5;
}
</style>