Shades of Tickle Me Pink #F97AAA
Tints of Tickle Me Pink #F97AAA
RGB
CMYK
RGB Variations
Color information
#F97AAA (or 0xF97AAA) is known color: Tickle Me Pink. HEX triplet: F9, 7A and AA. RGB value is (249,122,170). Sum of RGB (Red+Green+Blue) = 249+122+170=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F97AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97AAA is #068555. Grayscale: #A5A5A5. Windows color (decimal): -427350 or 11172601. OLE color: 11172601.
HSL color Cylindrical-coordinate representation of color #F97AAA: hue angle of 337.32º 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 #F97AAA is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 170 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.02 |
| HSL | 337.32º | 0.91% | 0.73% | - |
| HSV(B) | 337.32º | 0.51% | 0.98% | - |
| XYZ | 53.28 | 36.96 | 42.36 | - |
| YUV | 165.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 170 | 0 | 0.51 | 0.32 | 0.02 | 337.32 | 0.91 | 0.73 |
| Hex | F9 | 7A | AA | 0 | 33 | 20 | 2 | 151 | 5B | 49 |
| Octal | 371 | 172 | 252 | 0 | 63 | 40 | 2 | 521 | 133 | 111 |
| Binary | 11111001 | 1111010 | 10101010 | 0 | 110011 | 100000 | 10 | 101010001 | 1011011 | 1001001 |
Color Harmonies of #F97AAA
Complementary color
Monochromatic Colors of #F97AAA
Black with #F97AAA
Text Example
Text Example
White with #F97AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97AAA; }
p { color: rgb(249,122,170); }
H1.HeaderClassName
{
color: #F97AAA;
}
.AnyTagClassName
{
color: #F97AAA;
}
</style>
background-color css
<style>
a { background-color: #F97AAA; }
a { background-color: rgb(249,122,170); }
div.DivClassName
{
background-color: #F97AAA;
}
.BgClassName
{
background-color: #F97AAA;
}
</style>
border-color css
<style>
span { border-color: #F97AAA; }
span { border-color: rgb(249,122,170); }
td.TdClassName
{
border-color: #F97AAA;
}
.TagClassName
{
border-color: #F97AAA;
}
</style>