Shades of Tickle Me Pink #F87DB0
Tints of Tickle Me Pink #F87DB0
RGB
CMYK
RGB Variations
Color information
#F87DB0 (or 0xF87DB0) is known color: Tickle Me Pink. HEX triplet: F8, 7D and B0. RGB value is (248,125,176). Sum of RGB (Red+Green+Blue) = 248+125+176=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87DB0 is #07824F. Grayscale: #A7A7A7. Windows color (decimal): -492112 or 11566584. OLE color: 11566584.
HSL color Cylindrical-coordinate representation of color #F87DB0: hue angle of 335.12º 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 #F87DB0 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 176 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.03 |
| HSL | 335.12º | 0.9% | 0.73% | - |
| HSV(B) | 335.12º | 0.5% | 0.97% | - |
| XYZ | 53.88 | 37.76 | 45.52 | - |
| YUV | 167.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 176 | 0 | 0.50 | 0.29 | 0.03 | 335.12 | 0.9 | 0.73 |
| Hex | F8 | 7D | B0 | 0 | 32 | 1D | 3 | 14F | 5A | 49 |
| Octal | 370 | 175 | 260 | 0 | 62 | 35 | 3 | 517 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10110000 | 0 | 110010 | 11101 | 11 | 101001111 | 1011010 | 1001001 |
Color Harmonies of #F87DB0
Complementary color
Monochromatic Colors of #F87DB0
Black with #F87DB0
Text Example
Text Example
White with #F87DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DB0; }
p { color: rgb(248,125,176); }
H1.HeaderClassName
{
color: #F87DB0;
}
.AnyTagClassName
{
color: #F87DB0;
}
</style>
background-color css
<style>
a { background-color: #F87DB0; }
a { background-color: rgb(248,125,176); }
div.DivClassName
{
background-color: #F87DB0;
}
.BgClassName
{
background-color: #F87DB0;
}
</style>
border-color css
<style>
span { border-color: #F87DB0; }
span { border-color: rgb(248,125,176); }
td.TdClassName
{
border-color: #F87DB0;
}
.TagClassName
{
border-color: #F87DB0;
}
</style>