Shades of Spicy Pink #FD1DB6
Tints of Spicy Pink #FD1DB6
RGB
CMYK
RGB Variations
Color information
#FD1DB6 (or 0xFD1DB6) is known color: Spicy Pink. HEX triplet: FD, 1D and B6. RGB value is (253,29,182). Sum of RGB (Red+Green+Blue) = 253+29+182=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DB6 is #02E249. Grayscale: #717171. Windows color (decimal): -189002 or 11935229. OLE color: 11935229.
HSL color Cylindrical-coordinate representation of color #FD1DB6: hue angle of 319.02º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1DB6 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 182 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.01 |
| HSL | 319.02º | 0.98% | 0.55% | - |
| HSV(B) | 319.02º | 0.89% | 0.99% | - |
| XYZ | 49.39 | 25.14 | 46.51 | - |
| YUV | 113.42 | 166.71 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 182 | 0 | 0.89 | 0.28 | 0.01 | 319.02 | 0.98 | 0.55 |
| Hex | FD | 1D | B6 | 0 | 59 | 1C | 1 | 13F | 62 | 37 |
| Octal | 375 | 35 | 266 | 0 | 131 | 34 | 1 | 477 | 142 | 67 |
| Binary | 11111101 | 11101 | 10110110 | 0 | 1011001 | 11100 | 1 | 100111111 | 1100010 | 110111 |
Color Harmonies of #FD1DB6
Complementary color
Monochromatic Colors of #FD1DB6
Black with #FD1DB6
Text Example
Text Example
White with #FD1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1DB6; }
p { color: rgb(253,29,182); }
H1.HeaderClassName
{
color: #FD1DB6;
}
.AnyTagClassName
{
color: #FD1DB6;
}
</style>
background-color css
<style>
a { background-color: #FD1DB6; }
a { background-color: rgb(253,29,182); }
div.DivClassName
{
background-color: #FD1DB6;
}
.BgClassName
{
background-color: #FD1DB6;
}
</style>
border-color css
<style>
span { border-color: #FD1DB6; }
span { border-color: rgb(253,29,182); }
td.TdClassName
{
border-color: #FD1DB6;
}
.TagClassName
{
border-color: #FD1DB6;
}
</style>