Shades of Tickle Me Pink #F07EA0
Tints of Tickle Me Pink #F07EA0
RGB
CMYK
RGB Variations
Color information
#F07EA0 (or 0xF07EA0) is known color: Tickle Me Pink. HEX triplet: F0, 7E and A0. RGB value is (240,126,160). Sum of RGB (Red+Green+Blue) = 240+126+160=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07EA0 is #0F815F. Grayscale: #A3A3A3. Windows color (decimal): -1016160 or 10518256. OLE color: 10518256.
HSL color Cylindrical-coordinate representation of color #F07EA0: hue angle of 342.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07EA0 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 160 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.06 |
| HSL | 342.11º | 0.79% | 0.72% | - |
| HSV(B) | 342.11º | 0.48% | 0.94% | - |
| XYZ | 49.74 | 35.99 | 37.58 | - |
| YUV | 163.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 160 | 0 | 0.48 | 0.33 | 0.06 | 342.11 | 0.79 | 0.72 |
| Hex | F0 | 7E | A0 | 0 | 30 | 21 | 6 | 156 | 4F | 48 |
| Octal | 360 | 176 | 240 | 0 | 60 | 41 | 6 | 526 | 117 | 110 |
| Binary | 11110000 | 1111110 | 10100000 | 0 | 110000 | 100001 | 110 | 101010110 | 1001111 | 1001000 |
Color Harmonies of #F07EA0
Complementary color
Monochromatic Colors of #F07EA0
Black with #F07EA0
Text Example
Text Example
White with #F07EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EA0; }
p { color: rgb(240,126,160); }
H1.HeaderClassName
{
color: #F07EA0;
}
.AnyTagClassName
{
color: #F07EA0;
}
</style>
background-color css
<style>
a { background-color: #F07EA0; }
a { background-color: rgb(240,126,160); }
div.DivClassName
{
background-color: #F07EA0;
}
.BgClassName
{
background-color: #F07EA0;
}
</style>
border-color css
<style>
span { border-color: #F07EA0; }
span { border-color: rgb(240,126,160); }
td.TdClassName
{
border-color: #F07EA0;
}
.TagClassName
{
border-color: #F07EA0;
}
</style>