Shades of Deep Pink #FD178F
Tints of Deep Pink #FD178F
RGB
CMYK
RGB Variations
Color information
#FD178F (or 0xFD178F) is known color: Deep Pink. HEX triplet: FD, 17 and 8F. RGB value is (253,23,143). Sum of RGB (Red+Green+Blue) = 253+23+143=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD178F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD178F is #02E870. Grayscale: #696969. Windows color (decimal): -190577 or 9377789. OLE color: 9377789.
HSL color Cylindrical-coordinate representation of color #FD178F: hue angle of 328.7º 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 #FD178F is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 143 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.01 |
| HSL | 328.7º | 0.98% | 0.54% | - |
| HSV(B) | 328.7º | 0.91% | 0.99% | - |
| XYZ | 45.77 | 23.48 | 28.11 | - |
| YUV | 105.45 | 149.2 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 143 | 0 | 0.91 | 0.43 | 0.01 | 328.7 | 0.98 | 0.54 |
| Hex | FD | 17 | 8F | 0 | 5B | 2B | 1 | 149 | 62 | 36 |
| Octal | 375 | 27 | 217 | 0 | 133 | 53 | 1 | 511 | 142 | 66 |
| Binary | 11111101 | 10111 | 10001111 | 0 | 1011011 | 101011 | 1 | 101001001 | 1100010 | 110110 |
Color Harmonies of #FD178F
Complementary color
Monochromatic Colors of #FD178F
Black with #FD178F
Text Example
Text Example
White with #FD178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD178F; }
p { color: rgb(253,23,143); }
H1.HeaderClassName
{
color: #FD178F;
}
.AnyTagClassName
{
color: #FD178F;
}
</style>
background-color css
<style>
a { background-color: #FD178F; }
a { background-color: rgb(253,23,143); }
div.DivClassName
{
background-color: #FD178F;
}
.BgClassName
{
background-color: #FD178F;
}
</style>
border-color css
<style>
span { border-color: #FD178F; }
span { border-color: rgb(253,23,143); }
td.TdClassName
{
border-color: #FD178F;
}
.TagClassName
{
border-color: #FD178F;
}
</style>