Shades of Spicy Pink #FD2DB5
Tints of Spicy Pink #FD2DB5
RGB
CMYK
RGB Variations
Color information
#FD2DB5 (or 0xFD2DB5) is known color: Spicy Pink. HEX triplet: FD, 2D and B5. RGB value is (253,45,181). Sum of RGB (Red+Green+Blue) = 253+45+181=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DB5 is #02D24A. Grayscale: #7A7A7A. Windows color (decimal): -184907 or 11873789. OLE color: 11873789.
HSL color Cylindrical-coordinate representation of color #FD2DB5: hue angle of 320.77º 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 #FD2DB5 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 181 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.01 |
| HSL | 320.77º | 0.98% | 0.58% | - |
| HSV(B) | 320.77º | 0.82% | 0.99% | - |
| XYZ | 49.79 | 26.1 | 46.13 | - |
| YUV | 122.7 | 160.91 | 220.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 181 | 0 | 0.82 | 0.28 | 0.01 | 320.77 | 0.98 | 0.58 |
| Hex | FD | 2D | B5 | 0 | 52 | 1C | 1 | 141 | 62 | 3A |
| Octal | 375 | 55 | 265 | 0 | 122 | 34 | 1 | 501 | 142 | 72 |
| Binary | 11111101 | 101101 | 10110101 | 0 | 1010010 | 11100 | 1 | 101000001 | 1100010 | 111010 |
Color Harmonies of #FD2DB5
Complementary color
Monochromatic Colors of #FD2DB5
Black with #FD2DB5
Text Example
Text Example
White with #FD2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DB5; }
p { color: rgb(253,45,181); }
H1.HeaderClassName
{
color: #FD2DB5;
}
.AnyTagClassName
{
color: #FD2DB5;
}
</style>
background-color css
<style>
a { background-color: #FD2DB5; }
a { background-color: rgb(253,45,181); }
div.DivClassName
{
background-color: #FD2DB5;
}
.BgClassName
{
background-color: #FD2DB5;
}
</style>
border-color css
<style>
span { border-color: #FD2DB5; }
span { border-color: rgb(253,45,181); }
td.TdClassName
{
border-color: #FD2DB5;
}
.TagClassName
{
border-color: #FD2DB5;
}
</style>