Shades of Tickle Me Pink #F67AA0
Tints of Tickle Me Pink #F67AA0
RGB
CMYK
RGB Variations
Color information
#F67AA0 (or 0xF67AA0) is known color: Tickle Me Pink. HEX triplet: F6, 7A and A0. RGB value is (246,122,160). Sum of RGB (Red+Green+Blue) = 246+122+160=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67AA0 is #09855F. Grayscale: #A3A3A3. Windows color (decimal): -623968 or 10517238. OLE color: 10517238.
HSL color Cylindrical-coordinate representation of color #F67AA0: hue angle of 341.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AA0 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 160 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.04 |
| HSL | 341.61º | 0.87% | 0.72% | - |
| HSV(B) | 341.61º | 0.5% | 0.96% | - |
| XYZ | 51.31 | 36.05 | 37.51 | - |
| YUV | 163.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 160 | 0 | 0.50 | 0.35 | 0.04 | 341.61 | 0.87 | 0.72 |
| Hex | F6 | 7A | A0 | 0 | 32 | 23 | 4 | 156 | 57 | 48 |
| Octal | 366 | 172 | 240 | 0 | 62 | 43 | 4 | 526 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10100000 | 0 | 110010 | 100011 | 100 | 101010110 | 1010111 | 1001000 |
Color Harmonies of #F67AA0
Complementary color
Monochromatic Colors of #F67AA0
Black with #F67AA0
Text Example
Text Example
White with #F67AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67AA0; }
p { color: rgb(246,122,160); }
H1.HeaderClassName
{
color: #F67AA0;
}
.AnyTagClassName
{
color: #F67AA0;
}
</style>
background-color css
<style>
a { background-color: #F67AA0; }
a { background-color: rgb(246,122,160); }
div.DivClassName
{
background-color: #F67AA0;
}
.BgClassName
{
background-color: #F67AA0;
}
</style>
border-color css
<style>
span { border-color: #F67AA0; }
span { border-color: rgb(246,122,160); }
td.TdClassName
{
border-color: #F67AA0;
}
.TagClassName
{
border-color: #F67AA0;
}
</style>