Shades of Deep Pink #FD0988
Tints of Deep Pink #FD0988
RGB
CMYK
RGB Variations
Color information
#FD0988 (or 0xFD0988) is known color: Deep Pink. HEX triplet: FD, 09 and 88. RGB value is (253,9,136). Sum of RGB (Red+Green+Blue) = 253+9+136=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0988 is #02F677. Grayscale: #606060. Windows color (decimal): -194168 or 8915453. OLE color: 8915453.
HSL color Cylindrical-coordinate representation of color #FD0988: hue angle of 328.77º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0988 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.01 |
| HSL | 328.77º | 0.98% | 0.51% | - |
| HSV(B) | 328.77º | 0.96% | 0.99% | - |
| XYZ | 45.05 | 22.86 | 25.33 | - |
| YUV | 96.43 | 150.34 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 136 | 0 | 0.96 | 0.46 | 0.01 | 328.77 | 0.98 | 0.51 |
| Hex | FD | 9 | 88 | 0 | 60 | 2E | 1 | 149 | 62 | 33 |
| Octal | 375 | 11 | 210 | 0 | 140 | 56 | 1 | 511 | 142 | 63 |
| Binary | 11111101 | 1001 | 10001000 | 0 | 1100000 | 101110 | 1 | 101001001 | 1100010 | 110011 |
Color Harmonies of #FD0988
Complementary color
Monochromatic Colors of #FD0988
Black with #FD0988
Text Example
Text Example
White with #FD0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0988; }
p { color: rgb(253,9,136); }
H1.HeaderClassName
{
color: #FD0988;
}
.AnyTagClassName
{
color: #FD0988;
}
</style>
background-color css
<style>
a { background-color: #FD0988; }
a { background-color: rgb(253,9,136); }
div.DivClassName
{
background-color: #FD0988;
}
.BgClassName
{
background-color: #FD0988;
}
</style>
border-color css
<style>
span { border-color: #FD0988; }
span { border-color: rgb(253,9,136); }
td.TdClassName
{
border-color: #FD0988;
}
.TagClassName
{
border-color: #FD0988;
}
</style>