Shades of Tickle Me Pink #F0769C
Tints of Tickle Me Pink #F0769C
RGB
CMYK
RGB Variations
Color information
#F0769C (or 0xF0769C) is known color: Tickle Me Pink. HEX triplet: F0, 76 and 9C. RGB value is (240,118,156). Sum of RGB (Red+Green+Blue) = 240+118+156=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0769C is #0F8963. Grayscale: #9E9E9E. Windows color (decimal): -1018212 or 10254064. OLE color: 10254064.
HSL color Cylindrical-coordinate representation of color #F0769C: hue angle of 341.31º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0769C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 156 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.06 |
| HSL | 341.31º | 0.8% | 0.7% | - |
| HSV(B) | 341.31º | 0.51% | 0.94% | - |
| XYZ | 48.41 | 33.88 | 35.44 | - |
| YUV | 158.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 156 | 0 | 0.51 | 0.35 | 0.06 | 341.31 | 0.8 | 0.7 |
| Hex | F0 | 76 | 9C | 0 | 33 | 23 | 6 | 155 | 50 | 46 |
| Octal | 360 | 166 | 234 | 0 | 63 | 43 | 6 | 525 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10011100 | 0 | 110011 | 100011 | 110 | 101010101 | 1010000 | 1000110 |
Color Harmonies of #F0769C
Complementary color
Monochromatic Colors of #F0769C
Black with #F0769C
Text Example
Text Example
White with #F0769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0769C; }
p { color: rgb(240,118,156); }
H1.HeaderClassName
{
color: #F0769C;
}
.AnyTagClassName
{
color: #F0769C;
}
</style>
background-color css
<style>
a { background-color: #F0769C; }
a { background-color: rgb(240,118,156); }
div.DivClassName
{
background-color: #F0769C;
}
.BgClassName
{
background-color: #F0769C;
}
</style>
border-color css
<style>
span { border-color: #F0769C; }
span { border-color: rgb(240,118,156); }
td.TdClassName
{
border-color: #F0769C;
}
.TagClassName
{
border-color: #F0769C;
}
</style>