Shades of Deep Pink #FD179C
Tints of Deep Pink #FD179C
RGB
CMYK
RGB Variations
Color information
#FD179C (or 0xFD179C) is known color: Deep Pink. HEX triplet: FD, 17 and 9C. RGB value is (253,23,156). Sum of RGB (Red+Green+Blue) = 253+23+156=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD179C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD179C is #02E863. Grayscale: #6A6A6A. Windows color (decimal): -190564 or 10229757. OLE color: 10229757.
HSL color Cylindrical-coordinate representation of color #FD179C: hue angle of 325.3º 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 #FD179C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 156 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.01 |
| HSL | 325.3º | 0.98% | 0.54% | - |
| HSV(B) | 325.3º | 0.91% | 0.99% | - |
| XYZ | 46.82 | 23.9 | 33.6 | - |
| YUV | 106.93 | 155.7 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 156 | 0 | 0.91 | 0.38 | 0.01 | 325.3 | 0.98 | 0.54 |
| Hex | FD | 17 | 9C | 0 | 5B | 26 | 1 | 145 | 62 | 36 |
| Octal | 375 | 27 | 234 | 0 | 133 | 46 | 1 | 505 | 142 | 66 |
| Binary | 11111101 | 10111 | 10011100 | 0 | 1011011 | 100110 | 1 | 101000101 | 1100010 | 110110 |
Color Harmonies of #FD179C
Complementary color
Monochromatic Colors of #FD179C
Black with #FD179C
Text Example
Text Example
White with #FD179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD179C; }
p { color: rgb(253,23,156); }
H1.HeaderClassName
{
color: #FD179C;
}
.AnyTagClassName
{
color: #FD179C;
}
</style>
background-color css
<style>
a { background-color: #FD179C; }
a { background-color: rgb(253,23,156); }
div.DivClassName
{
background-color: #FD179C;
}
.BgClassName
{
background-color: #FD179C;
}
</style>
border-color css
<style>
span { border-color: #FD179C; }
span { border-color: rgb(253,23,156); }
td.TdClassName
{
border-color: #FD179C;
}
.TagClassName
{
border-color: #FD179C;
}
</style>