Shades of Deep Pink #FD008D
Tints of Deep Pink #FD008D
RGB
CMYK
RGB Variations
Color information
#FD008D (or 0xFD008D) is known color: Deep Pink. HEX triplet: FD, 00 and 8D. RGB value is (253,0,141). Sum of RGB (Red+Green+Blue) = 253+0+141=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD008D is #02FF72. Grayscale: #5B5B5B. Windows color (decimal): -196467 or 9240829. OLE color: 9240829.
HSL color Cylindrical-coordinate representation of color #FD008D: hue angle of 326.56º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD008D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.44 | 0.01 |
| HSL | 326.56º | 1% | 0.5% | - |
| HSV(B) | 326.56º | 1% | 0.99% | - |
| XYZ | 45.32 | 22.81 | 27.21 | - |
| YUV | 91.72 | 155.82 | 243.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 141 | 0 | 1 | 0.44 | 0.01 | 326.56 | 1 | 0.5 |
| Hex | FD | 0 | 8D | 0 | 64 | 2C | 1 | 147 | 64 | 32 |
| Octal | 375 | 0 | 215 | 0 | 144 | 54 | 1 | 507 | 144 | 62 |
| Binary | 11111101 | 0 | 10001101 | 0 | 1100100 | 101100 | 1 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FD008D
Complementary color
Monochromatic Colors of #FD008D
Black with #FD008D
Text Example
Text Example
White with #FD008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD008D; }
p { color: rgb(253,0,141); }
H1.HeaderClassName
{
color: #FD008D;
}
.AnyTagClassName
{
color: #FD008D;
}
</style>
background-color css
<style>
a { background-color: #FD008D; }
a { background-color: rgb(253,0,141); }
div.DivClassName
{
background-color: #FD008D;
}
.BgClassName
{
background-color: #FD008D;
}
</style>
border-color css
<style>
span { border-color: #FD008D; }
span { border-color: rgb(253,0,141); }
td.TdClassName
{
border-color: #FD008D;
}
.TagClassName
{
border-color: #FD008D;
}
</style>