Shades of Tickle Me Pink #F57DA0
Tints of Tickle Me Pink #F57DA0
RGB
CMYK
RGB Variations
Color information
#F57DA0 (or 0xF57DA0) is known color: Tickle Me Pink. HEX triplet: F5, 7D and A0. RGB value is (245,125,160). Sum of RGB (Red+Green+Blue) = 245+125+160=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57DA0 is #0A825F. Grayscale: #A4A4A4. Windows color (decimal): -688736 or 10518005. OLE color: 10518005.
HSL color Cylindrical-coordinate representation of color #F57DA0: hue angle of 342.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57DA0 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 160 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.04 |
| HSL | 342.5º | 0.86% | 0.73% | - |
| HSV(B) | 342.5º | 0.49% | 0.96% | - |
| XYZ | 51.33 | 36.62 | 37.62 | - |
| YUV | 164.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 160 | 0 | 0.49 | 0.35 | 0.04 | 342.5 | 0.86 | 0.73 |
| Hex | F5 | 7D | A0 | 0 | 31 | 23 | 4 | 156 | 56 | 49 |
| Octal | 365 | 175 | 240 | 0 | 61 | 43 | 4 | 526 | 126 | 111 |
| Binary | 11110101 | 1111101 | 10100000 | 0 | 110001 | 100011 | 100 | 101010110 | 1010110 | 1001001 |
Color Harmonies of #F57DA0
Complementary color
Monochromatic Colors of #F57DA0
Black with #F57DA0
Text Example
Text Example
White with #F57DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DA0; }
p { color: rgb(245,125,160); }
H1.HeaderClassName
{
color: #F57DA0;
}
.AnyTagClassName
{
color: #F57DA0;
}
</style>
background-color css
<style>
a { background-color: #F57DA0; }
a { background-color: rgb(245,125,160); }
div.DivClassName
{
background-color: #F57DA0;
}
.BgClassName
{
background-color: #F57DA0;
}
</style>
border-color css
<style>
span { border-color: #F57DA0; }
span { border-color: rgb(245,125,160); }
td.TdClassName
{
border-color: #F57DA0;
}
.TagClassName
{
border-color: #F57DA0;
}
</style>