Shades of Tickle Me Pink #F57AA0
Tints of Tickle Me Pink #F57AA0
RGB
CMYK
RGB Variations
Color information
#F57AA0 (or 0xF57AA0) is known color: Tickle Me Pink. HEX triplet: F5, 7A and A0. RGB value is (245,122,160). Sum of RGB (Red+Green+Blue) = 245+122+160=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57AA0 is #0A855F. Grayscale: #A3A3A3. Windows color (decimal): -689504 or 10517237. OLE color: 10517237.
HSL color Cylindrical-coordinate representation of color #F57AA0: hue angle of 341.46º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AA0 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 160 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.04 |
| HSL | 341.46º | 0.86% | 0.72% | - |
| HSV(B) | 341.46º | 0.5% | 0.96% | - |
| XYZ | 50.96 | 35.87 | 37.5 | - |
| YUV | 163.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 160 | 0 | 0.50 | 0.35 | 0.04 | 341.46 | 0.86 | 0.72 |
| Hex | F5 | 7A | A0 | 0 | 32 | 23 | 4 | 155 | 56 | 48 |
| Octal | 365 | 172 | 240 | 0 | 62 | 43 | 4 | 525 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10100000 | 0 | 110010 | 100011 | 100 | 101010101 | 1010110 | 1001000 |
Color Harmonies of #F57AA0
Complementary color
Monochromatic Colors of #F57AA0
Black with #F57AA0
Text Example
Text Example
White with #F57AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AA0; }
p { color: rgb(245,122,160); }
H1.HeaderClassName
{
color: #F57AA0;
}
.AnyTagClassName
{
color: #F57AA0;
}
</style>
background-color css
<style>
a { background-color: #F57AA0; }
a { background-color: rgb(245,122,160); }
div.DivClassName
{
background-color: #F57AA0;
}
.BgClassName
{
background-color: #F57AA0;
}
</style>
border-color css
<style>
span { border-color: #F57AA0; }
span { border-color: rgb(245,122,160); }
td.TdClassName
{
border-color: #F57AA0;
}
.TagClassName
{
border-color: #F57AA0;
}
</style>