Shades of Spicy Pink #FD2DB7
Tints of Spicy Pink #FD2DB7
RGB
CMYK
RGB Variations
Color information
#FD2DB7 (or 0xFD2DB7) is known color: Spicy Pink. HEX triplet: FD, 2D and B7. RGB value is (253,45,183). Sum of RGB (Red+Green+Blue) = 253+45+183=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DB7 is #02D248. Grayscale: #7A7A7A. Windows color (decimal): -184905 or 12004861. OLE color: 12004861.
HSL color Cylindrical-coordinate representation of color #FD2DB7: hue angle of 320.19º degrees, saturation: 0.98, 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 #FD2DB7 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 183 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.01 |
| HSL | 320.19º | 0.98% | 0.58% | - |
| HSV(B) | 320.19º | 0.82% | 0.99% | - |
| XYZ | 49.99 | 26.18 | 47.22 | - |
| YUV | 122.92 | 161.91 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 183 | 0 | 0.82 | 0.28 | 0.01 | 320.19 | 0.98 | 0.58 |
| Hex | FD | 2D | B7 | 0 | 52 | 1C | 1 | 140 | 62 | 3A |
| Octal | 375 | 55 | 267 | 0 | 122 | 34 | 1 | 500 | 142 | 72 |
| Binary | 11111101 | 101101 | 10110111 | 0 | 1010010 | 11100 | 1 | 101000000 | 1100010 | 111010 |
Color Harmonies of #FD2DB7
Complementary color
Monochromatic Colors of #FD2DB7
Black with #FD2DB7
Text Example
Text Example
White with #FD2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DB7; }
p { color: rgb(253,45,183); }
H1.HeaderClassName
{
color: #FD2DB7;
}
.AnyTagClassName
{
color: #FD2DB7;
}
</style>
background-color css
<style>
a { background-color: #FD2DB7; }
a { background-color: rgb(253,45,183); }
div.DivClassName
{
background-color: #FD2DB7;
}
.BgClassName
{
background-color: #FD2DB7;
}
</style>
border-color css
<style>
span { border-color: #FD2DB7; }
span { border-color: rgb(253,45,183); }
td.TdClassName
{
border-color: #FD2DB7;
}
.TagClassName
{
border-color: #FD2DB7;
}
</style>