Shades of Tickle Me Pink #F6769C
Tints of Tickle Me Pink #F6769C
RGB
CMYK
RGB Variations
Color information
#F6769C (or 0xF6769C) is known color: Tickle Me Pink. HEX triplet: F6, 76 and 9C. RGB value is (246,118,156). Sum of RGB (Red+Green+Blue) = 246+118+156=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6769C is #098963. Grayscale: #A0A0A0. Windows color (decimal): -624996 or 10254070. OLE color: 10254070.
HSL color Cylindrical-coordinate representation of color #F6769C: hue angle of 342.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6769C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 156 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.04 |
| HSL | 342.19º | 0.88% | 0.71% | - |
| HSV(B) | 342.19º | 0.52% | 0.96% | - |
| XYZ | 50.49 | 34.95 | 35.54 | - |
| YUV | 160.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 156 | 0 | 0.52 | 0.37 | 0.04 | 342.19 | 0.88 | 0.71 |
| Hex | F6 | 76 | 9C | 0 | 34 | 25 | 4 | 156 | 58 | 47 |
| Octal | 366 | 166 | 234 | 0 | 64 | 45 | 4 | 526 | 130 | 107 |
| Binary | 11110110 | 1110110 | 10011100 | 0 | 110100 | 100101 | 100 | 101010110 | 1011000 | 1000111 |
Color Harmonies of #F6769C
Complementary color
Monochromatic Colors of #F6769C
Black with #F6769C
Text Example
Text Example
White with #F6769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6769C; }
p { color: rgb(246,118,156); }
H1.HeaderClassName
{
color: #F6769C;
}
.AnyTagClassName
{
color: #F6769C;
}
</style>
background-color css
<style>
a { background-color: #F6769C; }
a { background-color: rgb(246,118,156); }
div.DivClassName
{
background-color: #F6769C;
}
.BgClassName
{
background-color: #F6769C;
}
</style>
border-color css
<style>
span { border-color: #F6769C; }
span { border-color: rgb(246,118,156); }
td.TdClassName
{
border-color: #F6769C;
}
.TagClassName
{
border-color: #F6769C;
}
</style>