Shades of Tickle Me Pink #F06CA0
Tints of Tickle Me Pink #F06CA0
RGB
CMYK
RGB Variations
Color information
#F06CA0 (or 0xF06CA0) is known color: Tickle Me Pink. HEX triplet: F0, 6C and A0. RGB value is (240,108,160). Sum of RGB (Red+Green+Blue) = 240+108+160=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06CA0 is #0F935F. Grayscale: #999999. Windows color (decimal): -1020768 or 10513648. OLE color: 10513648.
HSL color Cylindrical-coordinate representation of color #F06CA0: hue angle of 336.36º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CA0 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 160 | - |
| CMYK | 0 | 0.55 | 0.33 | 0.06 |
| HSL | 336.36º | 0.81% | 0.68% | - |
| HSV(B) | 336.36º | 0.55% | 0.94% | - |
| XYZ | 47.64 | 31.79 | 36.88 | - |
| YUV | 153.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 160 | 0 | 0.55 | 0.33 | 0.06 | 336.36 | 0.81 | 0.68 |
| Hex | F0 | 6C | A0 | 0 | 37 | 21 | 6 | 150 | 51 | 44 |
| Octal | 360 | 154 | 240 | 0 | 67 | 41 | 6 | 520 | 121 | 104 |
| Binary | 11110000 | 1101100 | 10100000 | 0 | 110111 | 100001 | 110 | 101010000 | 1010001 | 1000100 |
Color Harmonies of #F06CA0
Complementary color
Monochromatic Colors of #F06CA0
Black with #F06CA0
Text Example
Text Example
White with #F06CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06CA0; }
p { color: rgb(240,108,160); }
H1.HeaderClassName
{
color: #F06CA0;
}
.AnyTagClassName
{
color: #F06CA0;
}
</style>
background-color css
<style>
a { background-color: #F06CA0; }
a { background-color: rgb(240,108,160); }
div.DivClassName
{
background-color: #F06CA0;
}
.BgClassName
{
background-color: #F06CA0;
}
</style>
border-color css
<style>
span { border-color: #F06CA0; }
span { border-color: rgb(240,108,160); }
td.TdClassName
{
border-color: #F06CA0;
}
.TagClassName
{
border-color: #F06CA0;
}
</style>