Shades of Deep Pink #FD1176
Tints of Deep Pink #FD1176
RGB
CMYK
RGB Variations
Color information
#FD1176 (or 0xFD1176) is known color: Deep Pink. HEX triplet: FD, 11 and 76. RGB value is (253,17,118). Sum of RGB (Red+Green+Blue) = 253+17+118=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1176 is #02EE89. Grayscale: #626262. Windows color (decimal): -192138 or 7737853. OLE color: 7737853.
HSL color Cylindrical-coordinate representation of color #FD1176: hue angle of 334.32º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1176 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 118 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.01 |
| HSL | 334.32º | 0.98% | 0.53% | - |
| HSV(B) | 334.32º | 0.93% | 0.99% | - |
| XYZ | 43.98 | 22.59 | 19.18 | - |
| YUV | 99.08 | 138.69 | 237.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 118 | 0 | 0.93 | 0.53 | 0.01 | 334.32 | 0.98 | 0.53 |
| Hex | FD | 11 | 76 | 0 | 5D | 35 | 1 | 14E | 62 | 35 |
| Octal | 375 | 21 | 166 | 0 | 135 | 65 | 1 | 516 | 142 | 65 |
| Binary | 11111101 | 10001 | 1110110 | 0 | 1011101 | 110101 | 1 | 101001110 | 1100010 | 110101 |
Color Harmonies of #FD1176
Complementary color
Monochromatic Colors of #FD1176
Black with #FD1176
Text Example
Text Example
White with #FD1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1176; }
p { color: rgb(253,17,118); }
H1.HeaderClassName
{
color: #FD1176;
}
.AnyTagClassName
{
color: #FD1176;
}
</style>
background-color css
<style>
a { background-color: #FD1176; }
a { background-color: rgb(253,17,118); }
div.DivClassName
{
background-color: #FD1176;
}
.BgClassName
{
background-color: #FD1176;
}
</style>
border-color css
<style>
span { border-color: #FD1176; }
span { border-color: rgb(253,17,118); }
td.TdClassName
{
border-color: #FD1176;
}
.TagClassName
{
border-color: #FD1176;
}
</style>