Shades of Tickle Me Pink #FF769E
Tints of Tickle Me Pink #FF769E
RGB
CMYK
RGB Variations
Color information
#FF769E (or 0xFF769E) is known color: Tickle Me Pink. HEX triplet: FF, 76 and 9E. RGB value is (255,118,158). Sum of RGB (Red+Green+Blue) = 255+118+158=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF769E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF769E is #008961. Grayscale: #A3A3A3. Windows color (decimal): -35170 or 10385151. OLE color: 10385151.
HSL color Cylindrical-coordinate representation of color #FF769E: hue angle of 342.48º 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 #FF769E is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 158 | - |
| CMYK | 0 | 0.54 | 0.38 | 0 |
| HSL | 342.48º | 1% | 0.73% | - |
| HSV(B) | 342.48º | 0.54% | 1% | - |
| XYZ | 53.89 | 36.69 | 36.59 | - |
| YUV | 163.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 158 | 0 | 0.54 | 0.38 | 0 | 342.48 | 1 | 0.73 |
| Hex | FF | 76 | 9E | 0 | 36 | 26 | 0 | 156 | 64 | 49 |
| Octal | 377 | 166 | 236 | 0 | 66 | 46 | 0 | 526 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10011110 | 0 | 110110 | 100110 | 0 | 101010110 | 1100100 | 1001001 |
Color Harmonies of #FF769E
Complementary color
Monochromatic Colors of #FF769E
Black with #FF769E
Text Example
Text Example
White with #FF769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF769E; }
p { color: rgb(255,118,158); }
H1.HeaderClassName
{
color: #FF769E;
}
.AnyTagClassName
{
color: #FF769E;
}
</style>
background-color css
<style>
a { background-color: #FF769E; }
a { background-color: rgb(255,118,158); }
div.DivClassName
{
background-color: #FF769E;
}
.BgClassName
{
background-color: #FF769E;
}
</style>
border-color css
<style>
span { border-color: #FF769E; }
span { border-color: rgb(255,118,158); }
td.TdClassName
{
border-color: #FF769E;
}
.TagClassName
{
border-color: #FF769E;
}
</style>