Shades of Tickle Me Pink #F67FA2
Tints of Tickle Me Pink #F67FA2
RGB
CMYK
RGB Variations
Color information
#F67FA2 (or 0xF67FA2) is known color: Tickle Me Pink. HEX triplet: F6, 7F and A2. RGB value is (246,127,162). Sum of RGB (Red+Green+Blue) = 246+127+162=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67FA2 is #09805D. Grayscale: #A6A6A6. Windows color (decimal): -622686 or 10649590. OLE color: 10649590.
HSL color Cylindrical-coordinate representation of color #F67FA2: hue angle of 342.35º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67FA2 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 162 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.04 |
| HSL | 342.35º | 0.87% | 0.73% | - |
| HSV(B) | 342.35º | 0.48% | 0.96% | - |
| XYZ | 52.12 | 37.38 | 38.65 | - |
| YUV | 166.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 162 | 0 | 0.48 | 0.34 | 0.04 | 342.35 | 0.87 | 0.73 |
| Hex | F6 | 7F | A2 | 0 | 30 | 22 | 4 | 156 | 57 | 49 |
| Octal | 366 | 177 | 242 | 0 | 60 | 42 | 4 | 526 | 127 | 111 |
| Binary | 11110110 | 1111111 | 10100010 | 0 | 110000 | 100010 | 100 | 101010110 | 1010111 | 1001001 |
Color Harmonies of #F67FA2
Complementary color
Monochromatic Colors of #F67FA2
Black with #F67FA2
Text Example
Text Example
White with #F67FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FA2; }
p { color: rgb(246,127,162); }
H1.HeaderClassName
{
color: #F67FA2;
}
.AnyTagClassName
{
color: #F67FA2;
}
</style>
background-color css
<style>
a { background-color: #F67FA2; }
a { background-color: rgb(246,127,162); }
div.DivClassName
{
background-color: #F67FA2;
}
.BgClassName
{
background-color: #F67FA2;
}
</style>
border-color css
<style>
span { border-color: #F67FA2; }
span { border-color: rgb(246,127,162); }
td.TdClassName
{
border-color: #F67FA2;
}
.TagClassName
{
border-color: #F67FA2;
}
</style>