Shades of Tickle Me Pink #F86CA0
Tints of Tickle Me Pink #F86CA0
RGB
CMYK
RGB Variations
Color information
#F86CA0 (or 0xF86CA0) is known color: Tickle Me Pink. HEX triplet: F8, 6C and A0. RGB value is (248,108,160). Sum of RGB (Red+Green+Blue) = 248+108+160=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86CA0 is #07935F. Grayscale: #9B9B9B. Windows color (decimal): -496480 or 10513656. OLE color: 10513656.
HSL color Cylindrical-coordinate representation of color #F86CA0: hue angle of 337.71º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86CA0 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 160 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.03 |
| HSL | 337.71º | 0.91% | 0.7% | - |
| HSV(B) | 337.71º | 0.56% | 0.97% | - |
| XYZ | 50.42 | 33.22 | 37.01 | - |
| YUV | 155.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 160 | 0 | 0.56 | 0.35 | 0.03 | 337.71 | 0.91 | 0.7 |
| Hex | F8 | 6C | A0 | 0 | 38 | 23 | 3 | 152 | 5B | 46 |
| Octal | 370 | 154 | 240 | 0 | 70 | 43 | 3 | 522 | 133 | 106 |
| Binary | 11111000 | 1101100 | 10100000 | 0 | 111000 | 100011 | 11 | 101010010 | 1011011 | 1000110 |
Color Harmonies of #F86CA0
Complementary color
Monochromatic Colors of #F86CA0
Black with #F86CA0
Text Example
Text Example
White with #F86CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CA0; }
p { color: rgb(248,108,160); }
H1.HeaderClassName
{
color: #F86CA0;
}
.AnyTagClassName
{
color: #F86CA0;
}
</style>
background-color css
<style>
a { background-color: #F86CA0; }
a { background-color: rgb(248,108,160); }
div.DivClassName
{
background-color: #F86CA0;
}
.BgClassName
{
background-color: #F86CA0;
}
</style>
border-color css
<style>
span { border-color: #F86CA0; }
span { border-color: rgb(248,108,160); }
td.TdClassName
{
border-color: #F86CA0;
}
.TagClassName
{
border-color: #F86CA0;
}
</style>