Shades of Tickle Me Pink #FF769F
Tints of Tickle Me Pink #FF769F
RGB
CMYK
RGB Variations
Color information
#FF769F (or 0xFF769F) is known color: Tickle Me Pink. HEX triplet: FF, 76 and 9F. RGB value is (255,118,159). Sum of RGB (Red+Green+Blue) = 255+118+159=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF769F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF769F is #008960. Grayscale: #A3A3A3. Windows color (decimal): -35169 or 10450687. OLE color: 10450687.
HSL color Cylindrical-coordinate representation of color #FF769F: hue angle of 342.04º 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 #FF769F is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 159 | - |
| CMYK | 0 | 0.54 | 0.38 | 0 |
| HSL | 342.04º | 1% | 0.73% | - |
| HSV(B) | 342.04º | 0.54% | 1% | - |
| XYZ | 53.98 | 36.72 | 37.04 | - |
| YUV | 163.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 159 | 0 | 0.54 | 0.38 | 0 | 342.04 | 1 | 0.73 |
| Hex | FF | 76 | 9F | 0 | 36 | 26 | 0 | 156 | 64 | 49 |
| Octal | 377 | 166 | 237 | 0 | 66 | 46 | 0 | 526 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10011111 | 0 | 110110 | 100110 | 0 | 101010110 | 1100100 | 1001001 |
Color Harmonies of #FF769F
Complementary color
Monochromatic Colors of #FF769F
Black with #FF769F
Text Example
Text Example
White with #FF769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF769F; }
p { color: rgb(255,118,159); }
H1.HeaderClassName
{
color: #FF769F;
}
.AnyTagClassName
{
color: #FF769F;
}
</style>
background-color css
<style>
a { background-color: #FF769F; }
a { background-color: rgb(255,118,159); }
div.DivClassName
{
background-color: #FF769F;
}
.BgClassName
{
background-color: #FF769F;
}
</style>
border-color css
<style>
span { border-color: #FF769F; }
span { border-color: rgb(255,118,159); }
td.TdClassName
{
border-color: #FF769F;
}
.TagClassName
{
border-color: #FF769F;
}
</style>