Shades of Tickle Me Pink #F87D9A
Tints of Tickle Me Pink #F87D9A
RGB
CMYK
RGB Variations
Color information
#F87D9A (or 0xF87D9A) is known color: Tickle Me Pink. HEX triplet: F8, 7D and 9A. RGB value is (248,125,154). Sum of RGB (Red+Green+Blue) = 248+125+154=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87D9A is #078265. Grayscale: #A5A5A5. Windows color (decimal): -492134 or 10124792. OLE color: 10124792.
HSL color Cylindrical-coordinate representation of color #F87D9A: hue angle of 345.85º 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 #F87D9A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 154 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.03 |
| HSL | 345.85º | 0.9% | 0.73% | - |
| HSV(B) | 345.85º | 0.5% | 0.97% | - |
| XYZ | 51.88 | 36.96 | 34.97 | - |
| YUV | 165.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 154 | 0 | 0.50 | 0.38 | 0.03 | 345.85 | 0.9 | 0.73 |
| Hex | F8 | 7D | 9A | 0 | 32 | 26 | 3 | 15A | 5A | 49 |
| Octal | 370 | 175 | 232 | 0 | 62 | 46 | 3 | 532 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10011010 | 0 | 110010 | 100110 | 11 | 101011010 | 1011010 | 1001001 |
Color Harmonies of #F87D9A
Complementary color
Monochromatic Colors of #F87D9A
Black with #F87D9A
Text Example
Text Example
White with #F87D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D9A; }
p { color: rgb(248,125,154); }
H1.HeaderClassName
{
color: #F87D9A;
}
.AnyTagClassName
{
color: #F87D9A;
}
</style>
background-color css
<style>
a { background-color: #F87D9A; }
a { background-color: rgb(248,125,154); }
div.DivClassName
{
background-color: #F87D9A;
}
.BgClassName
{
background-color: #F87D9A;
}
</style>
border-color css
<style>
span { border-color: #F87D9A; }
span { border-color: rgb(248,125,154); }
td.TdClassName
{
border-color: #F87D9A;
}
.TagClassName
{
border-color: #F87D9A;
}
</style>