Shades of Tickle Me Pink #F57A9A
Tints of Tickle Me Pink #F57A9A
RGB
CMYK
RGB Variations
Color information
#F57A9A (or 0xF57A9A) is known color: Tickle Me Pink. HEX triplet: F5, 7A and 9A. RGB value is (245,122,154). Sum of RGB (Red+Green+Blue) = 245+122+154=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57A9A is #0A8565. Grayscale: #A2A2A2. Windows color (decimal): -689510 or 10124021. OLE color: 10124021.
HSL color Cylindrical-coordinate representation of color #F57A9A: hue angle of 344.39º 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 #F57A9A is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 154 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.04 |
| HSL | 344.39º | 0.86% | 0.72% | - |
| HSV(B) | 344.39º | 0.5% | 0.96% | - |
| XYZ | 50.45 | 35.66 | 34.8 | - |
| YUV | 162.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 154 | 0 | 0.50 | 0.37 | 0.04 | 344.39 | 0.86 | 0.72 |
| Hex | F5 | 7A | 9A | 0 | 32 | 25 | 4 | 158 | 56 | 48 |
| Octal | 365 | 172 | 232 | 0 | 62 | 45 | 4 | 530 | 126 | 110 |
| Binary | 11110101 | 1111010 | 10011010 | 0 | 110010 | 100101 | 100 | 101011000 | 1010110 | 1001000 |
Color Harmonies of #F57A9A
Complementary color
Monochromatic Colors of #F57A9A
Black with #F57A9A
Text Example
Text Example
White with #F57A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57A9A; }
p { color: rgb(245,122,154); }
H1.HeaderClassName
{
color: #F57A9A;
}
.AnyTagClassName
{
color: #F57A9A;
}
</style>
background-color css
<style>
a { background-color: #F57A9A; }
a { background-color: rgb(245,122,154); }
div.DivClassName
{
background-color: #F57A9A;
}
.BgClassName
{
background-color: #F57A9A;
}
</style>
border-color css
<style>
span { border-color: #F57A9A; }
span { border-color: rgb(245,122,154); }
td.TdClassName
{
border-color: #F57A9A;
}
.TagClassName
{
border-color: #F57A9A;
}
</style>