Shades of Spicy Pink #FC2DB6
Tints of Spicy Pink #FC2DB6
RGB
CMYK
RGB Variations
Color information
#FC2DB6 (or 0xFC2DB6) is known color: Spicy Pink. HEX triplet: FC, 2D and B6. RGB value is (252,45,182). Sum of RGB (Red+Green+Blue) = 252+45+182=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DB6 is #03D249. Grayscale: #7A7A7A. Windows color (decimal): -250442 or 11939324. OLE color: 11939324.
HSL color Cylindrical-coordinate representation of color #FC2DB6: hue angle of 320.29º 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 #FC2DB6 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 182 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.01 |
| HSL | 320.29º | 0.97% | 0.58% | - |
| HSV(B) | 320.29º | 0.82% | 0.99% | - |
| XYZ | 49.53 | 25.95 | 46.65 | - |
| YUV | 122.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 182 | 0 | 0.82 | 0.28 | 0.01 | 320.29 | 0.97 | 0.58 |
| Hex | FC | 2D | B6 | 0 | 52 | 1C | 1 | 140 | 61 | 3A |
| Octal | 374 | 55 | 266 | 0 | 122 | 34 | 1 | 500 | 141 | 72 |
| Binary | 11111100 | 101101 | 10110110 | 0 | 1010010 | 11100 | 1 | 101000000 | 1100001 | 111010 |
Color Harmonies of #FC2DB6
Complementary color
Monochromatic Colors of #FC2DB6
Black with #FC2DB6
Text Example
Text Example
White with #FC2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DB6; }
p { color: rgb(252,45,182); }
H1.HeaderClassName
{
color: #FC2DB6;
}
.AnyTagClassName
{
color: #FC2DB6;
}
</style>
background-color css
<style>
a { background-color: #FC2DB6; }
a { background-color: rgb(252,45,182); }
div.DivClassName
{
background-color: #FC2DB6;
}
.BgClassName
{
background-color: #FC2DB6;
}
</style>
border-color css
<style>
span { border-color: #FC2DB6; }
span { border-color: rgb(252,45,182); }
td.TdClassName
{
border-color: #FC2DB6;
}
.TagClassName
{
border-color: #FC2DB6;
}
</style>