Shades of Spicy Pink #FD1DB7
Tints of Spicy Pink #FD1DB7
RGB
CMYK
RGB Variations
Color information
#FD1DB7 (or 0xFD1DB7) is known color: Spicy Pink. HEX triplet: FD, 1D and B7. RGB value is (253,29,183). Sum of RGB (Red+Green+Blue) = 253+29+183=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 29 (11.72% from 255 or 6.24% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DB7 is #02E248. Grayscale: #717171. Windows color (decimal): -189001 or 12000765. OLE color: 12000765.
HSL color Cylindrical-coordinate representation of color #FD1DB7: hue angle of 318.75º 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 #FD1DB7 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 183 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.01 |
| HSL | 318.75º | 0.98% | 0.55% | - |
| HSV(B) | 318.75º | 0.89% | 0.99% | - |
| XYZ | 49.49 | 25.18 | 47.05 | - |
| YUV | 113.53 | 167.21 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 183 | 0 | 0.89 | 0.28 | 0.01 | 318.75 | 0.98 | 0.55 |
| Hex | FD | 1D | B7 | 0 | 59 | 1C | 1 | 13F | 62 | 37 |
| Octal | 375 | 35 | 267 | 0 | 131 | 34 | 1 | 477 | 142 | 67 |
| Binary | 11111101 | 11101 | 10110111 | 0 | 1011001 | 11100 | 1 | 100111111 | 1100010 | 110111 |
Color Harmonies of #FD1DB7
Complementary color
Monochromatic Colors of #FD1DB7
Black with #FD1DB7
Text Example
Text Example
White with #FD1DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1DB7; }
p { color: rgb(253,29,183); }
H1.HeaderClassName
{
color: #FD1DB7;
}
.AnyTagClassName
{
color: #FD1DB7;
}
</style>
background-color css
<style>
a { background-color: #FD1DB7; }
a { background-color: rgb(253,29,183); }
div.DivClassName
{
background-color: #FD1DB7;
}
.BgClassName
{
background-color: #FD1DB7;
}
</style>
border-color css
<style>
span { border-color: #FD1DB7; }
span { border-color: rgb(253,29,183); }
td.TdClassName
{
border-color: #FD1DB7;
}
.TagClassName
{
border-color: #FD1DB7;
}
</style>