Shades of Spicy Pink #FD2DB2
Tints of Spicy Pink #FD2DB2
RGB
CMYK
RGB Variations
Color information
#FD2DB2 (or 0xFD2DB2) is known color: Spicy Pink. HEX triplet: FD, 2D and B2. RGB value is (253,45,178). Sum of RGB (Red+Green+Blue) = 253+45+178=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2DB2 is #02D24D. Grayscale: #7A7A7A. Windows color (decimal): -184910 or 11677181. OLE color: 11677181.
HSL color Cylindrical-coordinate representation of color #FD2DB2: hue angle of 321.63º 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 #FD2DB2 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 178 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.01 |
| HSL | 321.63º | 0.98% | 0.58% | - |
| HSV(B) | 321.63º | 0.82% | 0.99% | - |
| XYZ | 49.48 | 25.97 | 44.52 | - |
| YUV | 122.35 | 159.41 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 178 | 0 | 0.82 | 0.30 | 0.01 | 321.63 | 0.98 | 0.58 |
| Hex | FD | 2D | B2 | 0 | 52 | 1E | 1 | 142 | 62 | 3A |
| Octal | 375 | 55 | 262 | 0 | 122 | 36 | 1 | 502 | 142 | 72 |
| Binary | 11111101 | 101101 | 10110010 | 0 | 1010010 | 11110 | 1 | 101000010 | 1100010 | 111010 |
Color Harmonies of #FD2DB2
Complementary color
Monochromatic Colors of #FD2DB2
Black with #FD2DB2
Text Example
Text Example
White with #FD2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DB2; }
p { color: rgb(253,45,178); }
H1.HeaderClassName
{
color: #FD2DB2;
}
.AnyTagClassName
{
color: #FD2DB2;
}
</style>
background-color css
<style>
a { background-color: #FD2DB2; }
a { background-color: rgb(253,45,178); }
div.DivClassName
{
background-color: #FD2DB2;
}
.BgClassName
{
background-color: #FD2DB2;
}
</style>
border-color css
<style>
span { border-color: #FD2DB2; }
span { border-color: rgb(253,45,178); }
td.TdClassName
{
border-color: #FD2DB2;
}
.TagClassName
{
border-color: #FD2DB2;
}
</style>