Shades of Deep Pink #FD117C
Tints of Deep Pink #FD117C
RGB
CMYK
RGB Variations
Color information
#FD117C (or 0xFD117C) is known color: Deep Pink. HEX triplet: FD, 11 and 7C. RGB value is (253,17,124). Sum of RGB (Red+Green+Blue) = 253+17+124=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD117C is #02EE83. Grayscale: #636363. Windows color (decimal): -192132 or 8131069. OLE color: 8131069.
HSL color Cylindrical-coordinate representation of color #FD117C: hue angle of 332.8º 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 #FD117C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 124 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.01 |
| HSL | 332.8º | 0.98% | 0.53% | - |
| HSV(B) | 332.8º | 0.93% | 0.99% | - |
| XYZ | 44.35 | 22.74 | 21.12 | - |
| YUV | 99.76 | 141.69 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 124 | 0 | 0.93 | 0.51 | 0.01 | 332.8 | 0.98 | 0.53 |
| Hex | FD | 11 | 7C | 0 | 5D | 33 | 1 | 14D | 62 | 35 |
| Octal | 375 | 21 | 174 | 0 | 135 | 63 | 1 | 515 | 142 | 65 |
| Binary | 11111101 | 10001 | 1111100 | 0 | 1011101 | 110011 | 1 | 101001101 | 1100010 | 110101 |
Color Harmonies of #FD117C
Complementary color
Monochromatic Colors of #FD117C
Black with #FD117C
Text Example
Text Example
White with #FD117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD117C; }
p { color: rgb(253,17,124); }
H1.HeaderClassName
{
color: #FD117C;
}
.AnyTagClassName
{
color: #FD117C;
}
</style>
background-color css
<style>
a { background-color: #FD117C; }
a { background-color: rgb(253,17,124); }
div.DivClassName
{
background-color: #FD117C;
}
.BgClassName
{
background-color: #FD117C;
}
</style>
border-color css
<style>
span { border-color: #FD117C; }
span { border-color: rgb(253,17,124); }
td.TdClassName
{
border-color: #FD117C;
}
.TagClassName
{
border-color: #FD117C;
}
</style>