Shades of Spicy Pink #FC2DB5
Tints of Spicy Pink #FC2DB5
RGB
CMYK
RGB Variations
Color information
#FC2DB5 (or 0xFC2DB5) is known color: Spicy Pink. HEX triplet: FC, 2D and B5. RGB value is (252,45,181). Sum of RGB (Red+Green+Blue) = 252+45+181=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DB5 is #03D24A. Grayscale: #7A7A7A. Windows color (decimal): -250443 or 11873788. OLE color: 11873788.
HSL color Cylindrical-coordinate representation of color #FC2DB5: hue angle of 320.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DB5 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 181 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.01 |
| HSL | 320.58º | 0.97% | 0.58% | - |
| HSV(B) | 320.58º | 0.82% | 0.99% | - |
| XYZ | 49.42 | 25.91 | 46.11 | - |
| YUV | 122.4 | 161.08 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 181 | 0 | 0.82 | 0.28 | 0.01 | 320.58 | 0.97 | 0.58 |
| Hex | FC | 2D | B5 | 0 | 52 | 1C | 1 | 141 | 61 | 3A |
| Octal | 374 | 55 | 265 | 0 | 122 | 34 | 1 | 501 | 141 | 72 |
| Binary | 11111100 | 101101 | 10110101 | 0 | 1010010 | 11100 | 1 | 101000001 | 1100001 | 111010 |
Color Harmonies of #FC2DB5
Complementary color
Monochromatic Colors of #FC2DB5
Black with #FC2DB5
Text Example
Text Example
White with #FC2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DB5; }
p { color: rgb(252,45,181); }
H1.HeaderClassName
{
color: #FC2DB5;
}
.AnyTagClassName
{
color: #FC2DB5;
}
</style>
background-color css
<style>
a { background-color: #FC2DB5; }
a { background-color: rgb(252,45,181); }
div.DivClassName
{
background-color: #FC2DB5;
}
.BgClassName
{
background-color: #FC2DB5;
}
</style>
border-color css
<style>
span { border-color: #FC2DB5; }
span { border-color: rgb(252,45,181); }
td.TdClassName
{
border-color: #FC2DB5;
}
.TagClassName
{
border-color: #FC2DB5;
}
</style>