Shades of Deep Pink #FD177B
Tints of Deep Pink #FD177B
RGB
CMYK
RGB Variations
Color information
#FD177B (or 0xFD177B) is known color: Deep Pink. HEX triplet: FD, 17 and 7B. RGB value is (253,23,123). Sum of RGB (Red+Green+Blue) = 253+23+123=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD177B is #02E884. Grayscale: #666666. Windows color (decimal): -190597 or 8067069. OLE color: 8067069.
HSL color Cylindrical-coordinate representation of color #FD177B: hue angle of 333.91º 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 #FD177B is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 123 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.01 |
| HSL | 333.91º | 0.98% | 0.54% | - |
| HSV(B) | 333.91º | 0.91% | 0.99% | - |
| XYZ | 44.39 | 22.93 | 20.82 | - |
| YUV | 103.17 | 139.2 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 123 | 0 | 0.91 | 0.51 | 0.01 | 333.91 | 0.98 | 0.54 |
| Hex | FD | 17 | 7B | 0 | 5B | 33 | 1 | 14E | 62 | 36 |
| Octal | 375 | 27 | 173 | 0 | 133 | 63 | 1 | 516 | 142 | 66 |
| Binary | 11111101 | 10111 | 1111011 | 0 | 1011011 | 110011 | 1 | 101001110 | 1100010 | 110110 |
Color Harmonies of #FD177B
Complementary color
Monochromatic Colors of #FD177B
Black with #FD177B
Text Example
Text Example
White with #FD177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD177B; }
p { color: rgb(253,23,123); }
H1.HeaderClassName
{
color: #FD177B;
}
.AnyTagClassName
{
color: #FD177B;
}
</style>
background-color css
<style>
a { background-color: #FD177B; }
a { background-color: rgb(253,23,123); }
div.DivClassName
{
background-color: #FD177B;
}
.BgClassName
{
background-color: #FD177B;
}
</style>
border-color css
<style>
span { border-color: #FD177B; }
span { border-color: rgb(253,23,123); }
td.TdClassName
{
border-color: #FD177B;
}
.TagClassName
{
border-color: #FD177B;
}
</style>