Shades of Tickle Me Pink #F57AA2
Tints of Tickle Me Pink #F57AA2
RGB
CMYK
RGB Variations
Color information
#F57AA2 (or 0xF57AA2) is known color: Tickle Me Pink. HEX triplet: F5, 7A and A2. RGB value is (245,122,162). Sum of RGB (Red+Green+Blue) = 245+122+162=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57AA2 is #0A855D. Grayscale: #A3A3A3. Windows color (decimal): -689502 or 10648309. OLE color: 10648309.
HSL color Cylindrical-coordinate representation of color #F57AA2: hue angle of 340.49º 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 #F57AA2 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 162 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.04 |
| HSL | 340.49º | 0.86% | 0.72% | - |
| HSV(B) | 340.49º | 0.5% | 0.96% | - |
| XYZ | 51.14 | 35.94 | 38.42 | - |
| YUV | 163.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 162 | 0 | 0.50 | 0.34 | 0.04 | 340.49 | 0.86 | 0.72 |
| Hex | F5 | 7A | A2 | 0 | 32 | 22 | 4 | 154 | 56 | 48 |
| Octal | 365 | 172 | 242 | 0 | 62 | 42 | 4 | 524 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10100010 | 0 | 110010 | 100010 | 100 | 101010100 | 1010110 | 1001000 |
Color Harmonies of #F57AA2
Complementary color
Monochromatic Colors of #F57AA2
Black with #F57AA2
Text Example
Text Example
White with #F57AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AA2; }
p { color: rgb(245,122,162); }
H1.HeaderClassName
{
color: #F57AA2;
}
.AnyTagClassName
{
color: #F57AA2;
}
</style>
background-color css
<style>
a { background-color: #F57AA2; }
a { background-color: rgb(245,122,162); }
div.DivClassName
{
background-color: #F57AA2;
}
.BgClassName
{
background-color: #F57AA2;
}
</style>
border-color css
<style>
span { border-color: #F57AA2; }
span { border-color: rgb(245,122,162); }
td.TdClassName
{
border-color: #F57AA2;
}
.TagClassName
{
border-color: #F57AA2;
}
</style>