Shades of Tickle Me Pink #FF7697
Tints of Tickle Me Pink #FF7697
RGB
CMYK
RGB Variations
Color information
#FF7697 (or 0xFF7697) is known color: Tickle Me Pink. HEX triplet: FF, 76 and 97. RGB value is (255,118,151). Sum of RGB (Red+Green+Blue) = 255+118+151=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7697 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7697 is #008968. Grayscale: #A2A2A2. Windows color (decimal): -35177 or 9926399. OLE color: 9926399.
HSL color Cylindrical-coordinate representation of color #FF7697: hue angle of 345.55º 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 #FF7697 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 151 | - |
| CMYK | 0 | 0.54 | 0.41 | 0 |
| HSL | 345.55º | 1% | 0.73% | - |
| HSV(B) | 345.55º | 0.54% | 1% | - |
| XYZ | 53.3 | 36.45 | 33.5 | - |
| YUV | 162.73 | 121.39 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 151 | 0 | 0.54 | 0.41 | 0 | 345.55 | 1 | 0.73 |
| Hex | FF | 76 | 97 | 0 | 36 | 29 | 0 | 15A | 64 | 49 |
| Octal | 377 | 166 | 227 | 0 | 66 | 51 | 0 | 532 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10010111 | 0 | 110110 | 101001 | 0 | 101011010 | 1100100 | 1001001 |
Color Harmonies of #FF7697
Complementary color
Monochromatic Colors of #FF7697
Black with #FF7697
Text Example
Text Example
White with #FF7697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7697; }
p { color: rgb(255,118,151); }
H1.HeaderClassName
{
color: #FF7697;
}
.AnyTagClassName
{
color: #FF7697;
}
</style>
background-color css
<style>
a { background-color: #FF7697; }
a { background-color: rgb(255,118,151); }
div.DivClassName
{
background-color: #FF7697;
}
.BgClassName
{
background-color: #FF7697;
}
</style>
border-color css
<style>
span { border-color: #FF7697; }
span { border-color: rgb(255,118,151); }
td.TdClassName
{
border-color: #FF7697;
}
.TagClassName
{
border-color: #FF7697;
}
</style>