Shades of Tickle Me Pink #FD77A0
Tints of Tickle Me Pink #FD77A0
RGB
CMYK
RGB Variations
Color information
#FD77A0 (or 0xFD77A0) is known color: Tickle Me Pink. HEX triplet: FD, 77 and A0. RGB value is (253,119,160). Sum of RGB (Red+Green+Blue) = 253+119+160=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD77A0 is #02885F. Grayscale: #A3A3A3. Windows color (decimal): -165984 or 10516477. OLE color: 10516477.
HSL color Cylindrical-coordinate representation of color #FD77A0: hue angle of 341.64º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD77A0 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 160 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.01 |
| HSL | 341.64º | 0.97% | 0.73% | - |
| HSV(B) | 341.64º | 0.53% | 0.99% | - |
| XYZ | 53.45 | 36.61 | 37.51 | - |
| YUV | 163.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 160 | 0 | 0.53 | 0.37 | 0.01 | 341.64 | 0.97 | 0.73 |
| Hex | FD | 77 | A0 | 0 | 35 | 25 | 1 | 156 | 61 | 49 |
| Octal | 375 | 167 | 240 | 0 | 65 | 45 | 1 | 526 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10100000 | 0 | 110101 | 100101 | 1 | 101010110 | 1100001 | 1001001 |
Color Harmonies of #FD77A0
Complementary color
Monochromatic Colors of #FD77A0
Black with #FD77A0
Text Example
Text Example
White with #FD77A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77A0; }
p { color: rgb(253,119,160); }
H1.HeaderClassName
{
color: #FD77A0;
}
.AnyTagClassName
{
color: #FD77A0;
}
</style>
background-color css
<style>
a { background-color: #FD77A0; }
a { background-color: rgb(253,119,160); }
div.DivClassName
{
background-color: #FD77A0;
}
.BgClassName
{
background-color: #FD77A0;
}
</style>
border-color css
<style>
span { border-color: #FD77A0; }
span { border-color: rgb(253,119,160); }
td.TdClassName
{
border-color: #FD77A0;
}
.TagClassName
{
border-color: #FD77A0;
}
</style>