Shades of Deep Pink #FD167C
Tints of Deep Pink #FD167C
RGB
CMYK
RGB Variations
Color information
#FD167C (or 0xFD167C) is known color: Deep Pink. HEX triplet: FD, 16 and 7C. RGB value is (253,22,124). Sum of RGB (Red+Green+Blue) = 253+22+124=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD167C is #02E983. Grayscale: #666666. Windows color (decimal): -190852 or 8132349. OLE color: 8132349.
HSL color Cylindrical-coordinate representation of color #FD167C: hue angle of 333.51º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD167C is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.01 |
| HSL | 333.51º | 0.98% | 0.54% | - |
| HSV(B) | 333.51º | 0.91% | 0.99% | - |
| XYZ | 44.43 | 22.91 | 21.15 | - |
| YUV | 102.7 | 140.03 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 124 | 0 | 0.91 | 0.51 | 0.01 | 333.51 | 0.98 | 0.54 |
| Hex | FD | 16 | 7C | 0 | 5B | 33 | 1 | 14E | 62 | 36 |
| Octal | 375 | 26 | 174 | 0 | 133 | 63 | 1 | 516 | 142 | 66 |
| Binary | 11111101 | 10110 | 1111100 | 0 | 1011011 | 110011 | 1 | 101001110 | 1100010 | 110110 |
Color Harmonies of #FD167C
Complementary color
Monochromatic Colors of #FD167C
Black with #FD167C
Text Example
Text Example
White with #FD167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD167C; }
p { color: rgb(253,22,124); }
H1.HeaderClassName
{
color: #FD167C;
}
.AnyTagClassName
{
color: #FD167C;
}
</style>
background-color css
<style>
a { background-color: #FD167C; }
a { background-color: rgb(253,22,124); }
div.DivClassName
{
background-color: #FD167C;
}
.BgClassName
{
background-color: #FD167C;
}
</style>
border-color css
<style>
span { border-color: #FD167C; }
span { border-color: rgb(253,22,124); }
td.TdClassName
{
border-color: #FD167C;
}
.TagClassName
{
border-color: #FD167C;
}
</style>