Shades of Tickle Me Pink #FF7896
Tints of Tickle Me Pink #FF7896
RGB
CMYK
RGB Variations
Color information
#FF7896 (or 0xFF7896) is known color: Tickle Me Pink. HEX triplet: FF, 78 and 96. RGB value is (255,120,150). Sum of RGB (Red+Green+Blue) = 255+120+150=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7896 is #008769. Grayscale: #A3A3A3. Windows color (decimal): -34666 or 9861375. OLE color: 9861375.
HSL color Cylindrical-coordinate representation of color #FF7896: hue angle of 346.67º 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 #FF7896 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 150 | - |
| CMYK | 0 | 0.53 | 0.41 | 0 |
| HSL | 346.67º | 1% | 0.74% | - |
| HSV(B) | 346.67º | 0.53% | 1% | - |
| XYZ | 53.46 | 36.89 | 33.16 | - |
| YUV | 163.79 | 120.23 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 150 | 0 | 0.53 | 0.41 | 0 | 346.67 | 1 | 0.74 |
| Hex | FF | 78 | 96 | 0 | 35 | 29 | 0 | 15B | 64 | 4A |
| Octal | 377 | 170 | 226 | 0 | 65 | 51 | 0 | 533 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10010110 | 0 | 110101 | 101001 | 0 | 101011011 | 1100100 | 1001010 |
Color Harmonies of #FF7896
Complementary color
Monochromatic Colors of #FF7896
Black with #FF7896
Text Example
Text Example
White with #FF7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7896; }
p { color: rgb(255,120,150); }
H1.HeaderClassName
{
color: #FF7896;
}
.AnyTagClassName
{
color: #FF7896;
}
</style>
background-color css
<style>
a { background-color: #FF7896; }
a { background-color: rgb(255,120,150); }
div.DivClassName
{
background-color: #FF7896;
}
.BgClassName
{
background-color: #FF7896;
}
</style>
border-color css
<style>
span { border-color: #FF7896; }
span { border-color: rgb(255,120,150); }
td.TdClassName
{
border-color: #FF7896;
}
.TagClassName
{
border-color: #FF7896;
}
</style>