Shades of Tickle Me Pink #F66CA0
Tints of Tickle Me Pink #F66CA0
RGB
CMYK
RGB Variations
Color information
#F66CA0 (or 0xF66CA0) is known color: Tickle Me Pink. HEX triplet: F6, 6C and A0. RGB value is (246,108,160). Sum of RGB (Red+Green+Blue) = 246+108+160=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F66CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66CA0 is #09935F. Grayscale: #9B9B9B. Windows color (decimal): -627552 or 10513654. OLE color: 10513654.
HSL color Cylindrical-coordinate representation of color #F66CA0: hue angle of 337.39º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66CA0 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 160 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.04 |
| HSL | 337.39º | 0.88% | 0.69% | - |
| HSV(B) | 337.39º | 0.56% | 0.96% | - |
| XYZ | 49.71 | 32.86 | 36.98 | - |
| YUV | 155.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 160 | 0 | 0.56 | 0.35 | 0.04 | 337.39 | 0.88 | 0.69 |
| Hex | F6 | 6C | A0 | 0 | 38 | 23 | 4 | 151 | 58 | 45 |
| Octal | 366 | 154 | 240 | 0 | 70 | 43 | 4 | 521 | 130 | 105 |
| Binary | 11110110 | 1101100 | 10100000 | 0 | 111000 | 100011 | 100 | 101010001 | 1011000 | 1000101 |
Color Harmonies of #F66CA0
Complementary color
Monochromatic Colors of #F66CA0
Black with #F66CA0
Text Example
Text Example
White with #F66CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66CA0; }
p { color: rgb(246,108,160); }
H1.HeaderClassName
{
color: #F66CA0;
}
.AnyTagClassName
{
color: #F66CA0;
}
</style>
background-color css
<style>
a { background-color: #F66CA0; }
a { background-color: rgb(246,108,160); }
div.DivClassName
{
background-color: #F66CA0;
}
.BgClassName
{
background-color: #F66CA0;
}
</style>
border-color css
<style>
span { border-color: #F66CA0; }
span { border-color: rgb(246,108,160); }
td.TdClassName
{
border-color: #F66CA0;
}
.TagClassName
{
border-color: #F66CA0;
}
</style>