Shades of Tickle Me Pink #F97A94
Tints of Tickle Me Pink #F97A94
RGB
CMYK
RGB Variations
Color information
#F97A94 (or 0xF97A94) is known color: Tickle Me Pink. HEX triplet: F9, 7A and 94. RGB value is (249,122,148). Sum of RGB (Red+Green+Blue) = 249+122+148=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97A94 is #06856B. Grayscale: #A2A2A2. Windows color (decimal): -427372 or 9730809. OLE color: 9730809.
HSL color Cylindrical-coordinate representation of color #F97A94: hue angle of 347.72º 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 #F97A94 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 122 | 148 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.02 |
| HSL | 347.72º | 0.91% | 0.73% | - |
| HSV(B) | 347.72º | 0.51% | 0.98% | - |
| XYZ | 51.37 | 36.2 | 32.3 | - |
| YUV | 162.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 122 | 148 | 0 | 0.51 | 0.41 | 0.02 | 347.72 | 0.91 | 0.73 |
| Hex | F9 | 7A | 94 | 0 | 33 | 29 | 2 | 15C | 5B | 49 |
| Octal | 371 | 172 | 224 | 0 | 63 | 51 | 2 | 534 | 133 | 111 |
| Binary | 11111001 | 1111010 | 10010100 | 0 | 110011 | 101001 | 10 | 101011100 | 1011011 | 1001001 |
Color Harmonies of #F97A94
Complementary color
Monochromatic Colors of #F97A94
Black with #F97A94
Text Example
Text Example
White with #F97A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97A94; }
p { color: rgb(249,122,148); }
H1.HeaderClassName
{
color: #F97A94;
}
.AnyTagClassName
{
color: #F97A94;
}
</style>
background-color css
<style>
a { background-color: #F97A94; }
a { background-color: rgb(249,122,148); }
div.DivClassName
{
background-color: #F97A94;
}
.BgClassName
{
background-color: #F97A94;
}
</style>
border-color css
<style>
span { border-color: #F97A94; }
span { border-color: rgb(249,122,148); }
td.TdClassName
{
border-color: #F97A94;
}
.TagClassName
{
border-color: #F97A94;
}
</style>