Shades of Spicy Pink #FD1DB3
Tints of Spicy Pink #FD1DB3
RGB
CMYK
RGB Variations
Color information
#FD1DB3 (or 0xFD1DB3) is known color: Spicy Pink. HEX triplet: FD, 1D and B3. RGB value is (253,29,179). Sum of RGB (Red+Green+Blue) = 253+29+179=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1DB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1DB3 is #02E24C. Grayscale: #707070. Windows color (decimal): -189005 or 11738621. OLE color: 11738621.
HSL color Cylindrical-coordinate representation of color #FD1DB3: hue angle of 319.82º 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 #FD1DB3 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 179 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.01 |
| HSL | 319.82º | 0.98% | 0.55% | - |
| HSV(B) | 319.82º | 0.89% | 0.99% | - |
| XYZ | 49.08 | 25.02 | 44.89 | - |
| YUV | 113.08 | 165.21 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 179 | 0 | 0.89 | 0.29 | 0.01 | 319.82 | 0.98 | 0.55 |
| Hex | FD | 1D | B3 | 0 | 59 | 1D | 1 | 140 | 62 | 37 |
| Octal | 375 | 35 | 263 | 0 | 131 | 35 | 1 | 500 | 142 | 67 |
| Binary | 11111101 | 11101 | 10110011 | 0 | 1011001 | 11101 | 1 | 101000000 | 1100010 | 110111 |
Color Harmonies of #FD1DB3
Complementary color
Monochromatic Colors of #FD1DB3
Black with #FD1DB3
Text Example
Text Example
White with #FD1DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1DB3; }
p { color: rgb(253,29,179); }
H1.HeaderClassName
{
color: #FD1DB3;
}
.AnyTagClassName
{
color: #FD1DB3;
}
</style>
background-color css
<style>
a { background-color: #FD1DB3; }
a { background-color: rgb(253,29,179); }
div.DivClassName
{
background-color: #FD1DB3;
}
.BgClassName
{
background-color: #FD1DB3;
}
</style>
border-color css
<style>
span { border-color: #FD1DB3; }
span { border-color: rgb(253,29,179); }
td.TdClassName
{
border-color: #FD1DB3;
}
.TagClassName
{
border-color: #FD1DB3;
}
</style>