Shades of Tickle Me Pink #F87AA0
Tints of Tickle Me Pink #F87AA0
RGB
CMYK
RGB Variations
Color information
#F87AA0 (or 0xF87AA0) is known color: Tickle Me Pink. HEX triplet: F8, 7A and A0. RGB value is (248,122,160). Sum of RGB (Red+Green+Blue) = 248+122+160=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87AA0 is #07855F. Grayscale: #A3A3A3. Windows color (decimal): -492896 or 10517240. OLE color: 10517240.
HSL color Cylindrical-coordinate representation of color #F87AA0: hue angle of 341.9º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AA0 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 160 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.03 |
| HSL | 341.9º | 0.9% | 0.73% | - |
| HSV(B) | 341.9º | 0.51% | 0.97% | - |
| XYZ | 52.02 | 36.41 | 37.54 | - |
| YUV | 164.01 | 125.74 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 160 | 0 | 0.51 | 0.35 | 0.03 | 341.9 | 0.9 | 0.73 |
| Hex | F8 | 7A | A0 | 0 | 33 | 23 | 3 | 156 | 5A | 49 |
| Octal | 370 | 172 | 240 | 0 | 63 | 43 | 3 | 526 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10100000 | 0 | 110011 | 100011 | 11 | 101010110 | 1011010 | 1001001 |
Color Harmonies of #F87AA0
Complementary color
Monochromatic Colors of #F87AA0
Black with #F87AA0
Text Example
Text Example
White with #F87AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AA0; }
p { color: rgb(248,122,160); }
H1.HeaderClassName
{
color: #F87AA0;
}
.AnyTagClassName
{
color: #F87AA0;
}
</style>
background-color css
<style>
a { background-color: #F87AA0; }
a { background-color: rgb(248,122,160); }
div.DivClassName
{
background-color: #F87AA0;
}
.BgClassName
{
background-color: #F87AA0;
}
</style>
border-color css
<style>
span { border-color: #F87AA0; }
span { border-color: rgb(248,122,160); }
td.TdClassName
{
border-color: #F87AA0;
}
.TagClassName
{
border-color: #F87AA0;
}
</style>