Shades of Tickle Me Pink #FF769D
Tints of Tickle Me Pink #FF769D
RGB
CMYK
RGB Variations
Color information
#FF769D (or 0xFF769D) is known color: Tickle Me Pink. HEX triplet: FF, 76 and 9D. RGB value is (255,118,157). Sum of RGB (Red+Green+Blue) = 255+118+157=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF769D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF769D is #008962. Grayscale: #A3A3A3. Windows color (decimal): -35171 or 10319615. OLE color: 10319615.
HSL color Cylindrical-coordinate representation of color #FF769D: hue angle of 342.92º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF769D is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 157 | - |
| CMYK | 0 | 0.54 | 0.38 | 0 |
| HSL | 342.92º | 1% | 0.73% | - |
| HSV(B) | 342.92º | 0.54% | 1% | - |
| XYZ | 53.8 | 36.65 | 36.14 | - |
| YUV | 163.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 157 | 0 | 0.54 | 0.38 | 0 | 342.92 | 1 | 0.73 |
| Hex | FF | 76 | 9D | 0 | 36 | 26 | 0 | 157 | 64 | 49 |
| Octal | 377 | 166 | 235 | 0 | 66 | 46 | 0 | 527 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10011101 | 0 | 110110 | 100110 | 0 | 101010111 | 1100100 | 1001001 |
Color Harmonies of #FF769D
Complementary color
Monochromatic Colors of #FF769D
Black with #FF769D
Text Example
Text Example
White with #FF769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF769D; }
p { color: rgb(255,118,157); }
H1.HeaderClassName
{
color: #FF769D;
}
.AnyTagClassName
{
color: #FF769D;
}
</style>
background-color css
<style>
a { background-color: #FF769D; }
a { background-color: rgb(255,118,157); }
div.DivClassName
{
background-color: #FF769D;
}
.BgClassName
{
background-color: #FF769D;
}
</style>
border-color css
<style>
span { border-color: #FF769D; }
span { border-color: rgb(255,118,157); }
td.TdClassName
{
border-color: #FF769D;
}
.TagClassName
{
border-color: #FF769D;
}
</style>