Shades of Deep Pink #FD0880
Tints of Deep Pink #FD0880
RGB
CMYK
RGB Variations
Color information
#FD0880 (or 0xFD0880) is known color: Deep Pink. HEX triplet: FD, 08 and 80. RGB value is (253,8,128). Sum of RGB (Red+Green+Blue) = 253+8+128=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0880 is #02F77F. Grayscale: #5E5E5E. Windows color (decimal): -194432 or 8390909. OLE color: 8390909.
HSL color Cylindrical-coordinate representation of color #FD0880: hue angle of 330.61º 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 #FD0880 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 128 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.01 |
| HSL | 330.61º | 0.98% | 0.51% | - |
| HSV(B) | 330.61º | 0.97% | 0.99% | - |
| XYZ | 44.49 | 22.61 | 22.44 | - |
| YUV | 94.94 | 146.67 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 128 | 0 | 0.97 | 0.49 | 0.01 | 330.61 | 0.98 | 0.51 |
| Hex | FD | 8 | 80 | 0 | 61 | 31 | 1 | 14B | 62 | 33 |
| Octal | 375 | 10 | 200 | 0 | 141 | 61 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 1000 | 10000000 | 0 | 1100001 | 110001 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD0880
Complementary color
Monochromatic Colors of #FD0880
Black with #FD0880
Text Example
Text Example
White with #FD0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0880; }
p { color: rgb(253,8,128); }
H1.HeaderClassName
{
color: #FD0880;
}
.AnyTagClassName
{
color: #FD0880;
}
</style>
background-color css
<style>
a { background-color: #FD0880; }
a { background-color: rgb(253,8,128); }
div.DivClassName
{
background-color: #FD0880;
}
.BgClassName
{
background-color: #FD0880;
}
</style>
border-color css
<style>
span { border-color: #FD0880; }
span { border-color: rgb(253,8,128); }
td.TdClassName
{
border-color: #FD0880;
}
.TagClassName
{
border-color: #FD0880;
}
</style>