Shades of Tickle Me Pink #FF7996
Tints of Tickle Me Pink #FF7996
RGB
CMYK
RGB Variations
Color information
#FF7996 (or 0xFF7996) is known color: Tickle Me Pink. HEX triplet: FF, 79 and 96. RGB value is (255,121,150). Sum of RGB (Red+Green+Blue) = 255+121+150=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7996 is #008669. Grayscale: #A4A4A4. Windows color (decimal): -34410 or 9861631. OLE color: 9861631.
HSL color Cylindrical-coordinate representation of color #FF7996: hue angle of 347.01º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7996 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 150 | - |
| CMYK | 0 | 0.53 | 0.41 | 0 |
| HSL | 347.01º | 1% | 0.74% | - |
| HSV(B) | 347.01º | 0.53% | 1% | - |
| XYZ | 53.58 | 37.14 | 33.2 | - |
| YUV | 164.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 150 | 0 | 0.53 | 0.41 | 0 | 347.01 | 1 | 0.74 |
| Hex | FF | 79 | 96 | 0 | 35 | 29 | 0 | 15B | 64 | 4A |
| Octal | 377 | 171 | 226 | 0 | 65 | 51 | 0 | 533 | 144 | 112 |
| Binary | 11111111 | 1111001 | 10010110 | 0 | 110101 | 101001 | 0 | 101011011 | 1100100 | 1001010 |
Color Harmonies of #FF7996
Complementary color
Monochromatic Colors of #FF7996
Black with #FF7996
Text Example
Text Example
White with #FF7996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7996; }
p { color: rgb(255,121,150); }
H1.HeaderClassName
{
color: #FF7996;
}
.AnyTagClassName
{
color: #FF7996;
}
</style>
background-color css
<style>
a { background-color: #FF7996; }
a { background-color: rgb(255,121,150); }
div.DivClassName
{
background-color: #FF7996;
}
.BgClassName
{
background-color: #FF7996;
}
</style>
border-color css
<style>
span { border-color: #FF7996; }
span { border-color: rgb(255,121,150); }
td.TdClassName
{
border-color: #FF7996;
}
.TagClassName
{
border-color: #FF7996;
}
</style>