Shades of Tickle Me Pink #F97A96
Tints of Tickle Me Pink #F97A96
RGB
CMYK
RGB Variations
Color information
#F97A96 (or 0xF97A96) is known color: Tickle Me Pink. HEX triplet: F9, 7A and 96. RGB value is (249,122,150). Sum of RGB (Red+Green+Blue) = 249+122+150=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A96 is #068569. Grayscale: #A3A3A3. Windows color (decimal): -427370 or 9861881. OLE color: 9861881.
HSL color Cylindrical-coordinate representation of color #F97A96: hue angle of 346.77º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97A96 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 150 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.02 |
| HSL | 346.77º | 0.91% | 0.73% | - |
| HSV(B) | 346.77º | 0.51% | 0.98% | - |
| XYZ | 51.53 | 36.26 | 33.14 | - |
| YUV | 163.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 150 | 0 | 0.51 | 0.40 | 0.02 | 346.77 | 0.91 | 0.73 |
| Hex | F9 | 7A | 96 | 0 | 33 | 28 | 2 | 15B | 5B | 49 |
| Octal | 371 | 172 | 226 | 0 | 63 | 50 | 2 | 533 | 133 | 111 |
| Binary | 11111001 | 1111010 | 10010110 | 0 | 110011 | 101000 | 10 | 101011011 | 1011011 | 1001001 |
Color Harmonies of #F97A96
Complementary color
Monochromatic Colors of #F97A96
Black with #F97A96
Text Example
Text Example
White with #F97A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97A96; }
p { color: rgb(249,122,150); }
H1.HeaderClassName
{
color: #F97A96;
}
.AnyTagClassName
{
color: #F97A96;
}
</style>
background-color css
<style>
a { background-color: #F97A96; }
a { background-color: rgb(249,122,150); }
div.DivClassName
{
background-color: #F97A96;
}
.BgClassName
{
background-color: #F97A96;
}
</style>
border-color css
<style>
span { border-color: #F97A96; }
span { border-color: rgb(249,122,150); }
td.TdClassName
{
border-color: #F97A96;
}
.TagClassName
{
border-color: #F97A96;
}
</style>