Shades of Deep Pink #FD1C77
Tints of Deep Pink #FD1C77
RGB
CMYK
RGB Variations
Color information
#FD1C77 (or 0xFD1C77) is known color: Deep Pink. HEX triplet: FD, 1C and 77. RGB value is (253,28,119). Sum of RGB (Red+Green+Blue) = 253+28+119=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C77 is #02E388. Grayscale: #696969. Windows color (decimal): -189321 or 7806205. OLE color: 7806205.
HSL color Cylindrical-coordinate representation of color #FD1C77: hue angle of 335.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1C77 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 119 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.01 |
| HSL | 335.73º | 0.98% | 0.55% | - |
| HSV(B) | 335.73º | 0.89% | 0.99% | - |
| XYZ | 44.25 | 23.05 | 19.57 | - |
| YUV | 105.65 | 135.54 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 119 | 0 | 0.89 | 0.53 | 0.01 | 335.73 | 0.98 | 0.55 |
| Hex | FD | 1C | 77 | 0 | 59 | 35 | 1 | 150 | 62 | 37 |
| Octal | 375 | 34 | 167 | 0 | 131 | 65 | 1 | 520 | 142 | 67 |
| Binary | 11111101 | 11100 | 1110111 | 0 | 1011001 | 110101 | 1 | 101010000 | 1100010 | 110111 |
Color Harmonies of #FD1C77
Complementary color
Monochromatic Colors of #FD1C77
Black with #FD1C77
Text Example
Text Example
White with #FD1C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C77; }
p { color: rgb(253,28,119); }
H1.HeaderClassName
{
color: #FD1C77;
}
.AnyTagClassName
{
color: #FD1C77;
}
</style>
background-color css
<style>
a { background-color: #FD1C77; }
a { background-color: rgb(253,28,119); }
div.DivClassName
{
background-color: #FD1C77;
}
.BgClassName
{
background-color: #FD1C77;
}
</style>
border-color css
<style>
span { border-color: #FD1C77; }
span { border-color: rgb(253,28,119); }
td.TdClassName
{
border-color: #FD1C77;
}
.TagClassName
{
border-color: #FD1C77;
}
</style>