Shades of Tickle Me Pink #F86F9C
Tints of Tickle Me Pink #F86F9C
RGB
CMYK
RGB Variations
Color information
#F86F9C (or 0xF86F9C) is known color: Tickle Me Pink. HEX triplet: F8, 6F and 9C. RGB value is (248,111,156). Sum of RGB (Red+Green+Blue) = 248+111+156=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F9C is #079063. Grayscale: #9D9D9D. Windows color (decimal): -495716 or 10252280. OLE color: 10252280.
HSL color Cylindrical-coordinate representation of color #F86F9C: hue angle of 340.29º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86F9C is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 156 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.03 |
| HSL | 340.29º | 0.91% | 0.7% | - |
| HSV(B) | 340.29º | 0.55% | 0.97% | - |
| XYZ | 50.4 | 33.73 | 35.31 | - |
| YUV | 157.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 156 | 0 | 0.55 | 0.37 | 0.03 | 340.29 | 0.91 | 0.7 |
| Hex | F8 | 6F | 9C | 0 | 37 | 25 | 3 | 154 | 5B | 46 |
| Octal | 370 | 157 | 234 | 0 | 67 | 45 | 3 | 524 | 133 | 106 |
| Binary | 11111000 | 1101111 | 10011100 | 0 | 110111 | 100101 | 11 | 101010100 | 1011011 | 1000110 |
Color Harmonies of #F86F9C
Complementary color
Monochromatic Colors of #F86F9C
Black with #F86F9C
Text Example
Text Example
White with #F86F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F9C; }
p { color: rgb(248,111,156); }
H1.HeaderClassName
{
color: #F86F9C;
}
.AnyTagClassName
{
color: #F86F9C;
}
</style>
background-color css
<style>
a { background-color: #F86F9C; }
a { background-color: rgb(248,111,156); }
div.DivClassName
{
background-color: #F86F9C;
}
.BgClassName
{
background-color: #F86F9C;
}
</style>
border-color css
<style>
span { border-color: #F86F9C; }
span { border-color: rgb(248,111,156); }
td.TdClassName
{
border-color: #F86F9C;
}
.TagClassName
{
border-color: #F86F9C;
}
</style>