Shades of Tickle Me Pink #F670A0
Tints of Tickle Me Pink #F670A0
RGB
CMYK
RGB Variations
Color information
#F670A0 (or 0xF670A0) is known color: Tickle Me Pink. HEX triplet: F6, 70 and A0. RGB value is (246,112,160). Sum of RGB (Red+Green+Blue) = 246+112+160=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F670A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F670A0 is #098F5F. Grayscale: #9D9D9D. Windows color (decimal): -626528 or 10514678. OLE color: 10514678.
HSL color Cylindrical-coordinate representation of color #F670A0: hue angle of 338.51º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670A0 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 160 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.04 |
| HSL | 338.51º | 0.88% | 0.7% | - |
| HSV(B) | 338.51º | 0.54% | 0.96% | - |
| XYZ | 50.15 | 33.72 | 37.12 | - |
| YUV | 157.54 | 129.39 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 160 | 0 | 0.54 | 0.35 | 0.04 | 338.51 | 0.88 | 0.7 |
| Hex | F6 | 70 | A0 | 0 | 36 | 23 | 4 | 153 | 58 | 46 |
| Octal | 366 | 160 | 240 | 0 | 66 | 43 | 4 | 523 | 130 | 106 |
| Binary | 11110110 | 1110000 | 10100000 | 0 | 110110 | 100011 | 100 | 101010011 | 1011000 | 1000110 |
Color Harmonies of #F670A0
Complementary color
Monochromatic Colors of #F670A0
Black with #F670A0
Text Example
Text Example
White with #F670A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670A0; }
p { color: rgb(246,112,160); }
H1.HeaderClassName
{
color: #F670A0;
}
.AnyTagClassName
{
color: #F670A0;
}
</style>
background-color css
<style>
a { background-color: #F670A0; }
a { background-color: rgb(246,112,160); }
div.DivClassName
{
background-color: #F670A0;
}
.BgClassName
{
background-color: #F670A0;
}
</style>
border-color css
<style>
span { border-color: #F670A0; }
span { border-color: rgb(246,112,160); }
td.TdClassName
{
border-color: #F670A0;
}
.TagClassName
{
border-color: #F670A0;
}
</style>