Shades of Deep Pink #FD1076
Tints of Deep Pink #FD1076
RGB
CMYK
RGB Variations
Color information
#FD1076 (or 0xFD1076) is known color: Deep Pink. HEX triplet: FD, 10 and 76. RGB value is (253,16,118). Sum of RGB (Red+Green+Blue) = 253+16+118=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1076 is #02EF89. Grayscale: #626262. Windows color (decimal): -192394 or 7737597. OLE color: 7737597.
HSL color Cylindrical-coordinate representation of color #FD1076: hue angle of 334.18º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1076 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 118 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.01 |
| HSL | 334.18º | 0.98% | 0.53% | - |
| HSV(B) | 334.18º | 0.94% | 0.99% | - |
| XYZ | 43.96 | 22.56 | 19.18 | - |
| YUV | 98.49 | 139.02 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 118 | 0 | 0.94 | 0.53 | 0.01 | 334.18 | 0.98 | 0.53 |
| Hex | FD | 10 | 76 | 0 | 5E | 35 | 1 | 14E | 62 | 35 |
| Octal | 375 | 20 | 166 | 0 | 136 | 65 | 1 | 516 | 142 | 65 |
| Binary | 11111101 | 10000 | 1110110 | 0 | 1011110 | 110101 | 1 | 101001110 | 1100010 | 110101 |
Color Harmonies of #FD1076
Complementary color
Monochromatic Colors of #FD1076
Black with #FD1076
Text Example
Text Example
White with #FD1076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1076; }
p { color: rgb(253,16,118); }
H1.HeaderClassName
{
color: #FD1076;
}
.AnyTagClassName
{
color: #FD1076;
}
</style>
background-color css
<style>
a { background-color: #FD1076; }
a { background-color: rgb(253,16,118); }
div.DivClassName
{
background-color: #FD1076;
}
.BgClassName
{
background-color: #FD1076;
}
</style>
border-color css
<style>
span { border-color: #FD1076; }
span { border-color: rgb(253,16,118); }
td.TdClassName
{
border-color: #FD1076;
}
.TagClassName
{
border-color: #FD1076;
}
</style>