Shades of Tickle Me Pink #F57AAA
Tints of Tickle Me Pink #F57AAA
RGB
CMYK
RGB Variations
Color information
#F57AAA (or 0xF57AAA) is known color: Tickle Me Pink. HEX triplet: F5, 7A and AA. RGB value is (245,122,170). Sum of RGB (Red+Green+Blue) = 245+122+170=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57AAA is #0A8555. Grayscale: #A4A4A4. Windows color (decimal): -689494 or 11172597. OLE color: 11172597.
HSL color Cylindrical-coordinate representation of color #F57AAA: hue angle of 336.59º 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 #F57AAA is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 170 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.04 |
| HSL | 336.59º | 0.86% | 0.72% | - |
| HSV(B) | 336.59º | 0.5% | 0.96% | - |
| XYZ | 51.87 | 36.23 | 42.29 | - |
| YUV | 164.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 170 | 0 | 0.50 | 0.31 | 0.04 | 336.59 | 0.86 | 0.72 |
| Hex | F5 | 7A | AA | 0 | 32 | 1F | 4 | 151 | 56 | 48 |
| Octal | 365 | 172 | 252 | 0 | 62 | 37 | 4 | 521 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10101010 | 0 | 110010 | 11111 | 100 | 101010001 | 1010110 | 1001000 |
Color Harmonies of #F57AAA
Complementary color
Monochromatic Colors of #F57AAA
Black with #F57AAA
Text Example
Text Example
White with #F57AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AAA; }
p { color: rgb(245,122,170); }
H1.HeaderClassName
{
color: #F57AAA;
}
.AnyTagClassName
{
color: #F57AAA;
}
</style>
background-color css
<style>
a { background-color: #F57AAA; }
a { background-color: rgb(245,122,170); }
div.DivClassName
{
background-color: #F57AAA;
}
.BgClassName
{
background-color: #F57AAA;
}
</style>
border-color css
<style>
span { border-color: #F57AAA; }
span { border-color: rgb(245,122,170); }
td.TdClassName
{
border-color: #F57AAA;
}
.TagClassName
{
border-color: #F57AAA;
}
</style>