Shades of Tickle Me Pink #FD779D
Tints of Tickle Me Pink #FD779D
RGB
CMYK
RGB Variations
Color information
#FD779D (or 0xFD779D) is known color: Tickle Me Pink. HEX triplet: FD, 77 and 9D. RGB value is (253,119,157). Sum of RGB (Red+Green+Blue) = 253+119+157=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FD779D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD779D is #028862. Grayscale: #A3A3A3. Windows color (decimal): -165987 or 10319869. OLE color: 10319869.
HSL color Cylindrical-coordinate representation of color #FD779D: hue angle of 342.99º 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 #FD779D is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 157 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.01 |
| HSL | 342.99º | 0.97% | 0.73% | - |
| HSV(B) | 342.99º | 0.53% | 0.99% | - |
| XYZ | 53.19 | 36.51 | 36.14 | - |
| YUV | 163.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 157 | 0 | 0.53 | 0.38 | 0.01 | 342.99 | 0.97 | 0.73 |
| Hex | FD | 77 | 9D | 0 | 35 | 26 | 1 | 157 | 61 | 49 |
| Octal | 375 | 167 | 235 | 0 | 65 | 46 | 1 | 527 | 141 | 111 |
| Binary | 11111101 | 1110111 | 10011101 | 0 | 110101 | 100110 | 1 | 101010111 | 1100001 | 1001001 |
Color Harmonies of #FD779D
Complementary color
Monochromatic Colors of #FD779D
Black with #FD779D
Text Example
Text Example
White with #FD779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD779D; }
p { color: rgb(253,119,157); }
H1.HeaderClassName
{
color: #FD779D;
}
.AnyTagClassName
{
color: #FD779D;
}
</style>
background-color css
<style>
a { background-color: #FD779D; }
a { background-color: rgb(253,119,157); }
div.DivClassName
{
background-color: #FD779D;
}
.BgClassName
{
background-color: #FD779D;
}
</style>
border-color css
<style>
span { border-color: #FD779D; }
span { border-color: rgb(253,119,157); }
td.TdClassName
{
border-color: #FD779D;
}
.TagClassName
{
border-color: #FD779D;
}
</style>