Shades of Tickle Me Pink #F07FA0
Tints of Tickle Me Pink #F07FA0
RGB
CMYK
RGB Variations
Color information
#F07FA0 (or 0xF07FA0) is known color: Tickle Me Pink. HEX triplet: F0, 7F and A0. RGB value is (240,127,160). Sum of RGB (Red+Green+Blue) = 240+127+160=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07FA0 is #0F805F. Grayscale: #A4A4A4. Windows color (decimal): -1015904 or 10518512. OLE color: 10518512.
HSL color Cylindrical-coordinate representation of color #F07FA0: hue angle of 342.48º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FA0 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 160 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.06 |
| HSL | 342.48º | 0.79% | 0.72% | - |
| HSV(B) | 342.48º | 0.47% | 0.94% | - |
| XYZ | 49.87 | 36.24 | 37.62 | - |
| YUV | 164.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 160 | 0 | 0.47 | 0.33 | 0.06 | 342.48 | 0.79 | 0.72 |
| Hex | F0 | 7F | A0 | 0 | 2F | 21 | 6 | 156 | 4F | 48 |
| Octal | 360 | 177 | 240 | 0 | 57 | 41 | 6 | 526 | 117 | 110 |
| Binary | 11110000 | 1111111 | 10100000 | 0 | 101111 | 100001 | 110 | 101010110 | 1001111 | 1001000 |
Color Harmonies of #F07FA0
Complementary color
Monochromatic Colors of #F07FA0
Black with #F07FA0
Text Example
Text Example
White with #F07FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FA0; }
p { color: rgb(240,127,160); }
H1.HeaderClassName
{
color: #F07FA0;
}
.AnyTagClassName
{
color: #F07FA0;
}
</style>
background-color css
<style>
a { background-color: #F07FA0; }
a { background-color: rgb(240,127,160); }
div.DivClassName
{
background-color: #F07FA0;
}
.BgClassName
{
background-color: #F07FA0;
}
</style>
border-color css
<style>
span { border-color: #F07FA0; }
span { border-color: rgb(240,127,160); }
td.TdClassName
{
border-color: #F07FA0;
}
.TagClassName
{
border-color: #F07FA0;
}
</style>