Shades of Deep Pink #FD0788
Tints of Deep Pink #FD0788
RGB
CMYK
RGB Variations
Color information
#FD0788 (or 0xFD0788) is known color: Deep Pink. HEX triplet: FD, 07 and 88. RGB value is (253,7,136). Sum of RGB (Red+Green+Blue) = 253+7+136=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0788 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0788 is #02F877. Grayscale: #5E5E5E. Windows color (decimal): -194680 or 8914941. OLE color: 8914941.
HSL color Cylindrical-coordinate representation of color #FD0788: hue angle of 328.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0788 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 136 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.01 |
| HSL | 328.54º | 0.98% | 0.51% | - |
| HSV(B) | 328.54º | 0.97% | 0.99% | - |
| XYZ | 45.03 | 22.81 | 25.32 | - |
| YUV | 95.26 | 151 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 136 | 0 | 0.97 | 0.46 | 0.01 | 328.54 | 0.98 | 0.51 |
| Hex | FD | 7 | 88 | 0 | 61 | 2E | 1 | 149 | 62 | 33 |
| Octal | 375 | 7 | 210 | 0 | 141 | 56 | 1 | 511 | 142 | 63 |
| Binary | 11111101 | 111 | 10001000 | 0 | 1100001 | 101110 | 1 | 101001001 | 1100010 | 110011 |
Color Harmonies of #FD0788
Complementary color
Monochromatic Colors of #FD0788
Black with #FD0788
Text Example
Text Example
White with #FD0788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0788; }
p { color: rgb(253,7,136); }
H1.HeaderClassName
{
color: #FD0788;
}
.AnyTagClassName
{
color: #FD0788;
}
</style>
background-color css
<style>
a { background-color: #FD0788; }
a { background-color: rgb(253,7,136); }
div.DivClassName
{
background-color: #FD0788;
}
.BgClassName
{
background-color: #FD0788;
}
</style>
border-color css
<style>
span { border-color: #FD0788; }
span { border-color: rgb(253,7,136); }
td.TdClassName
{
border-color: #FD0788;
}
.TagClassName
{
border-color: #FD0788;
}
</style>