Shades of Tickle Me Pink #F87CA1
Tints of Tickle Me Pink #F87CA1
RGB
CMYK
RGB Variations
Color information
#F87CA1 (or 0xF87CA1) is known color: Tickle Me Pink. HEX triplet: F8, 7C and A1. RGB value is (248,124,161). Sum of RGB (Red+Green+Blue) = 248+124+161=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87CA1 is #07835E. Grayscale: #A5A5A5. Windows color (decimal): -492383 or 10583288. OLE color: 10583288.
HSL color Cylindrical-coordinate representation of color #F87CA1: hue angle of 342.1º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87CA1 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 161 | - |
| CMYK | 0 | 0.5 | 0.35 | 0.03 |
| HSL | 342.1º | 0.9% | 0.73% | - |
| HSV(B) | 342.1º | 0.5% | 0.97% | - |
| XYZ | 52.35 | 36.94 | 38.09 | - |
| YUV | 165.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 161 | 0 | 0.5 | 0.35 | 0.03 | 342.1 | 0.9 | 0.73 |
| Hex | F8 | 7C | A1 | 0 | 32 | 23 | 3 | 156 | 5A | 49 |
| Octal | 370 | 174 | 241 | 0 | 62 | 43 | 3 | 526 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10100001 | 0 | 110010 | 100011 | 11 | 101010110 | 1011010 | 1001001 |
Color Harmonies of #F87CA1
Complementary color
Monochromatic Colors of #F87CA1
Black with #F87CA1
Text Example
Text Example
White with #F87CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CA1; }
p { color: rgb(248,124,161); }
H1.HeaderClassName
{
color: #F87CA1;
}
.AnyTagClassName
{
color: #F87CA1;
}
</style>
background-color css
<style>
a { background-color: #F87CA1; }
a { background-color: rgb(248,124,161); }
div.DivClassName
{
background-color: #F87CA1;
}
.BgClassName
{
background-color: #F87CA1;
}
</style>
border-color css
<style>
span { border-color: #F87CA1; }
span { border-color: rgb(248,124,161); }
td.TdClassName
{
border-color: #F87CA1;
}
.TagClassName
{
border-color: #F87CA1;
}
</style>