Shades of Spicy Pink #FC2DB7
Tints of Spicy Pink #FC2DB7
RGB
CMYK
RGB Variations
Color information
#FC2DB7 (or 0xFC2DB7) is known color: Spicy Pink. HEX triplet: FC, 2D and B7. RGB value is (252,45,183). Sum of RGB (Red+Green+Blue) = 252+45+183=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DB7 is #03D248. Grayscale: #7A7A7A. Windows color (decimal): -250441 or 12004860. OLE color: 12004860.
HSL color Cylindrical-coordinate representation of color #FC2DB7: hue angle of 320º 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 #FC2DB7 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 45 | 183 | - |
CMYK | 0 | 0.82 | 0.27 | 0.01 |
HSL | 320º | 0.97% | 0.58% | - |
HSV(B) | 320º | 0.82% | 0.99% | - |
XYZ | 49.63 | 25.99 | 47.2 | - |
YUV | 122.63 | 162.08 | 220.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 45 | 183 | 0 | 0.82 | 0.27 | 0.01 | 320 | 0.97 | 0.58 |
Hex | FC | 2D | B7 | 0 | 52 | 1B | 1 | 140 | 61 | 3A |
Octal | 374 | 55 | 267 | 0 | 122 | 33 | 1 | 500 | 141 | 72 |
Binary | 11111100 | 101101 | 10110111 | 0 | 1010010 | 11011 | 1 | 101000000 | 1100001 | 111010 |
Color Harmonies of #FC2DB7
Complementary color
Monochromatic Colors of #FC2DB7
Black with #FC2DB7
Text Example
Text Example
White with #FC2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DB7; }
p { color: rgb(252,45,183); }
H1.HeaderClassName
{
color: #FC2DB7;
}
.AnyTagClassName
{
color: #FC2DB7;
}
</style>
background-color css
<style>
a { background-color: #FC2DB7; }
a { background-color: rgb(252,45,183); }
div.DivClassName
{
background-color: #FC2DB7;
}
.BgClassName
{
background-color: #FC2DB7;
}
</style>
border-color css
<style>
span { border-color: #FC2DB7; }
span { border-color: rgb(252,45,183); }
td.TdClassName
{
border-color: #FC2DB7;
}
.TagClassName
{
border-color: #FC2DB7;
}
</style>