Shades of Tickle Me Pink #F97BA8
Tints of Tickle Me Pink #F97BA8
RGB
CMYK
RGB Variations
Color information
#F97BA8 (or 0xF97BA8) is known color: Tickle Me Pink. HEX triplet: F9, 7B and A8. RGB value is (249,123,168). Sum of RGB (Red+Green+Blue) = 249+123+168=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 168 (66.02% from 255 or 31.11% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F97BA8 is #068457. Grayscale: #A5A5A5. Windows color (decimal): -427096 or 11041785. OLE color: 11041785.
HSL color Cylindrical-coordinate representation of color #F97BA8: hue angle of 338.57º 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 #F97BA8 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 168 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.02 |
| HSL | 338.57º | 0.91% | 0.73% | - |
| HSV(B) | 338.57º | 0.51% | 0.98% | - |
| XYZ | 53.22 | 37.13 | 41.41 | - |
| YUV | 165.8 | 129.24 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 168 | 0 | 0.51 | 0.33 | 0.02 | 338.57 | 0.91 | 0.73 |
| Hex | F9 | 7B | A8 | 0 | 33 | 21 | 2 | 153 | 5B | 49 |
| Octal | 371 | 173 | 250 | 0 | 63 | 41 | 2 | 523 | 133 | 111 |
| Binary | 11111001 | 1111011 | 10101000 | 0 | 110011 | 100001 | 10 | 101010011 | 1011011 | 1001001 |
Color Harmonies of #F97BA8
Complementary color
Monochromatic Colors of #F97BA8
Black with #F97BA8
Text Example
Text Example
White with #F97BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BA8; }
p { color: rgb(249,123,168); }
H1.HeaderClassName
{
color: #F97BA8;
}
.AnyTagClassName
{
color: #F97BA8;
}
</style>
background-color css
<style>
a { background-color: #F97BA8; }
a { background-color: rgb(249,123,168); }
div.DivClassName
{
background-color: #F97BA8;
}
.BgClassName
{
background-color: #F97BA8;
}
</style>
border-color css
<style>
span { border-color: #F97BA8; }
span { border-color: rgb(249,123,168); }
td.TdClassName
{
border-color: #F97BA8;
}
.TagClassName
{
border-color: #F97BA8;
}
</style>