Shades of Spicy Pink #FD2CB7
Tints of Spicy Pink #FD2CB7
RGB
CMYK
RGB Variations
Color information
#FD2CB7 (or 0xFD2CB7) is known color: Spicy Pink. HEX triplet: FD, 2C and B7. RGB value is (253,44,183). Sum of RGB (Red+Green+Blue) = 253+44+183=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 183 (71.88% from 255 or 38.12% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CB7 is #02D348. Grayscale: #797979. Windows color (decimal): -185161 or 12004605. OLE color: 12004605.
HSL color Cylindrical-coordinate representation of color #FD2CB7: hue angle of 320.1º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CB7 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 183 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.01 |
| HSL | 320.1º | 0.98% | 0.58% | - |
| HSV(B) | 320.1º | 0.83% | 0.99% | - |
| XYZ | 49.96 | 26.1 | 47.21 | - |
| YUV | 122.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 183 | 0 | 0.83 | 0.28 | 0.01 | 320.1 | 0.98 | 0.58 |
| Hex | FD | 2C | B7 | 0 | 53 | 1C | 1 | 140 | 62 | 3A |
| Octal | 375 | 54 | 267 | 0 | 123 | 34 | 1 | 500 | 142 | 72 |
| Binary | 11111101 | 101100 | 10110111 | 0 | 1010011 | 11100 | 1 | 101000000 | 1100010 | 111010 |
Color Harmonies of #FD2CB7
Complementary color
Monochromatic Colors of #FD2CB7
Black with #FD2CB7
Text Example
Text Example
White with #FD2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CB7; }
p { color: rgb(253,44,183); }
H1.HeaderClassName
{
color: #FD2CB7;
}
.AnyTagClassName
{
color: #FD2CB7;
}
</style>
background-color css
<style>
a { background-color: #FD2CB7; }
a { background-color: rgb(253,44,183); }
div.DivClassName
{
background-color: #FD2CB7;
}
.BgClassName
{
background-color: #FD2CB7;
}
</style>
border-color css
<style>
span { border-color: #FD2CB7; }
span { border-color: rgb(253,44,183); }
td.TdClassName
{
border-color: #FD2CB7;
}
.TagClassName
{
border-color: #FD2CB7;
}
</style>