Shades of Tickle Me Pink #F57297
Tints of Tickle Me Pink #F57297
RGB
CMYK
RGB Variations
Color information
#F57297 (or 0xF57297) is known color: Tickle Me Pink. HEX triplet: F5, 72 and 97. RGB value is (245,114,151). Sum of RGB (Red+Green+Blue) = 245+114+151=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F57297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57297 is #0A8D68. Grayscale: #9D9D9D. Windows color (decimal): -691561 or 9925365. OLE color: 9925365.
HSL color Cylindrical-coordinate representation of color #F57297: hue angle of 343.05º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57297 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 151 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.04 |
| HSL | 343.05º | 0.87% | 0.7% | - |
| HSV(B) | 343.05º | 0.53% | 0.96% | - |
| XYZ | 49.26 | 33.68 | 33.18 | - |
| YUV | 157.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 151 | 0 | 0.53 | 0.38 | 0.04 | 343.05 | 0.87 | 0.7 |
| Hex | F5 | 72 | 97 | 0 | 35 | 26 | 4 | 157 | 57 | 46 |
| Octal | 365 | 162 | 227 | 0 | 65 | 46 | 4 | 527 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10010111 | 0 | 110101 | 100110 | 100 | 101010111 | 1010111 | 1000110 |
Color Harmonies of #F57297
Complementary color
Monochromatic Colors of #F57297
Black with #F57297
Text Example
Text Example
White with #F57297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57297; }
p { color: rgb(245,114,151); }
H1.HeaderClassName
{
color: #F57297;
}
.AnyTagClassName
{
color: #F57297;
}
</style>
background-color css
<style>
a { background-color: #F57297; }
a { background-color: rgb(245,114,151); }
div.DivClassName
{
background-color: #F57297;
}
.BgClassName
{
background-color: #F57297;
}
</style>
border-color css
<style>
span { border-color: #F57297; }
span { border-color: rgb(245,114,151); }
td.TdClassName
{
border-color: #F57297;
}
.TagClassName
{
border-color: #F57297;
}
</style>