Shades of Tickle Me Pink #FF7A96
Tints of Tickle Me Pink #FF7A96
RGB
CMYK
RGB Variations
Color information
#FF7A96 (or 0xFF7A96) is known color: Tickle Me Pink. HEX triplet: FF, 7A and 96. RGB value is (255,122,150). Sum of RGB (Red+Green+Blue) = 255+122+150=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A96 is #008569. Grayscale: #A4A4A4. Windows color (decimal): -34154 or 9861887. OLE color: 9861887.
HSL color Cylindrical-coordinate representation of color #FF7A96: hue angle of 347.37º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7A96 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 150 | - |
| CMYK | 0 | 0.52 | 0.41 | 0 |
| HSL | 347.37º | 1% | 0.74% | - |
| HSV(B) | 347.37º | 0.52% | 1% | - |
| XYZ | 53.7 | 37.38 | 33.24 | - |
| YUV | 164.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 150 | 0 | 0.52 | 0.41 | 0 | 347.37 | 1 | 0.74 |
| Hex | FF | 7A | 96 | 0 | 34 | 29 | 0 | 15B | 64 | 4A |
| Octal | 377 | 172 | 226 | 0 | 64 | 51 | 0 | 533 | 144 | 112 |
| Binary | 11111111 | 1111010 | 10010110 | 0 | 110100 | 101001 | 0 | 101011011 | 1100100 | 1001010 |
Color Harmonies of #FF7A96
Complementary color
Monochromatic Colors of #FF7A96
Black with #FF7A96
Text Example
Text Example
White with #FF7A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A96; }
p { color: rgb(255,122,150); }
H1.HeaderClassName
{
color: #FF7A96;
}
.AnyTagClassName
{
color: #FF7A96;
}
</style>
background-color css
<style>
a { background-color: #FF7A96; }
a { background-color: rgb(255,122,150); }
div.DivClassName
{
background-color: #FF7A96;
}
.BgClassName
{
background-color: #FF7A96;
}
</style>
border-color css
<style>
span { border-color: #FF7A96; }
span { border-color: rgb(255,122,150); }
td.TdClassName
{
border-color: #FF7A96;
}
.TagClassName
{
border-color: #FF7A96;
}
</style>