Shades of Spicy Pink #FD2DB8
Tints of Spicy Pink #FD2DB8
RGB
CMYK
RGB Variations
Color information
#FD2DB8 (or 0xFD2DB8) is known color: Spicy Pink. HEX triplet: FD, 2D and B8. RGB value is (253,45,184). Sum of RGB (Red+Green+Blue) = 253+45+184=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2DB8 is #02D247. Grayscale: #7A7A7A. Windows color (decimal): -184904 or 12070397. OLE color: 12070397.
HSL color Cylindrical-coordinate representation of color #FD2DB8: hue angle of 319.9º 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 #FD2DB8 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 184 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.01 |
| HSL | 319.9º | 0.98% | 0.58% | - |
| HSV(B) | 319.9º | 0.82% | 0.99% | - |
| XYZ | 50.1 | 26.22 | 47.77 | - |
| YUV | 123.04 | 162.41 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 184 | 0 | 0.82 | 0.27 | 0.01 | 319.9 | 0.98 | 0.58 |
| Hex | FD | 2D | B8 | 0 | 52 | 1B | 1 | 140 | 62 | 3A |
| Octal | 375 | 55 | 270 | 0 | 122 | 33 | 1 | 500 | 142 | 72 |
| Binary | 11111101 | 101101 | 10111000 | 0 | 1010010 | 11011 | 1 | 101000000 | 1100010 | 111010 |
Color Harmonies of #FD2DB8
Complementary color
Monochromatic Colors of #FD2DB8
Black with #FD2DB8
Text Example
Text Example
White with #FD2DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DB8; }
p { color: rgb(253,45,184); }
H1.HeaderClassName
{
color: #FD2DB8;
}
.AnyTagClassName
{
color: #FD2DB8;
}
</style>
background-color css
<style>
a { background-color: #FD2DB8; }
a { background-color: rgb(253,45,184); }
div.DivClassName
{
background-color: #FD2DB8;
}
.BgClassName
{
background-color: #FD2DB8;
}
</style>
border-color css
<style>
span { border-color: #FD2DB8; }
span { border-color: rgb(253,45,184); }
td.TdClassName
{
border-color: #FD2DB8;
}
.TagClassName
{
border-color: #FD2DB8;
}
</style>