Shades of Tickle Me Pink #FD77A5
Tints of Tickle Me Pink #FD77A5
RGB
CMYK
RGB Variations
Color information
#FD77A5 (or 0xFD77A5) is known color: Tickle Me Pink. HEX triplet: FD, 77 and A5. RGB value is (253,119,165). Sum of RGB (Red+Green+Blue) = 253+119+165=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD77A5 is #02885A. Grayscale: #A4A4A4. Windows color (decimal): -165979 or 10844157. OLE color: 10844157.
HSL color Cylindrical-coordinate representation of color #FD77A5: hue angle of 339.4º 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 #FD77A5 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 165 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.01 |
| HSL | 339.4º | 0.97% | 0.73% | - |
| HSV(B) | 339.4º | 0.53% | 0.99% | - |
| XYZ | 53.9 | 36.79 | 39.86 | - |
| YUV | 164.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 165 | 0 | 0.53 | 0.35 | 0.01 | 339.4 | 0.97 | 0.73 |
| Hex | FD | 77 | A5 | 0 | 35 | 23 | 1 | 153 | 61 | 49 |
| Octal | 375 | 167 | 245 | 0 | 65 | 43 | 1 | 523 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10100101 | 0 | 110101 | 100011 | 1 | 101010011 | 1100001 | 1001001 |
Color Harmonies of #FD77A5
Complementary color
Monochromatic Colors of #FD77A5
Black with #FD77A5
Text Example
Text Example
White with #FD77A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD77A5; }
p { color: rgb(253,119,165); }
H1.HeaderClassName
{
color: #FD77A5;
}
.AnyTagClassName
{
color: #FD77A5;
}
</style>
background-color css
<style>
a { background-color: #FD77A5; }
a { background-color: rgb(253,119,165); }
div.DivClassName
{
background-color: #FD77A5;
}
.BgClassName
{
background-color: #FD77A5;
}
</style>
border-color css
<style>
span { border-color: #FD77A5; }
span { border-color: rgb(253,119,165); }
td.TdClassName
{
border-color: #FD77A5;
}
.TagClassName
{
border-color: #FD77A5;
}
</style>