Shades of Tickle Me Pink #F076A8
Tints of Tickle Me Pink #F076A8
RGB
CMYK
RGB Variations
Color information
#F076A8 (or 0xF076A8) is known color: Tickle Me Pink. HEX triplet: F0, 76 and A8. RGB value is (240,118,168). Sum of RGB (Red+Green+Blue) = 240+118+168=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F076A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F076A8 is #0F8957. Grayscale: #A0A0A0. Windows color (decimal): -1018200 or 11040496. OLE color: 11040496.
HSL color Cylindrical-coordinate representation of color #F076A8: hue angle of 335.41º 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 #F076A8 is Cyan = 0, Magento = 0.51, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 168 | - |
| CMYK | 0 | 0.51 | 0.3 | 0.06 |
| HSL | 335.41º | 0.8% | 0.7% | - |
| HSV(B) | 335.41º | 0.51% | 0.94% | - |
| XYZ | 49.48 | 34.31 | 41.06 | - |
| YUV | 160.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 168 | 0 | 0.51 | 0.3 | 0.06 | 335.41 | 0.8 | 0.7 |
| Hex | F0 | 76 | A8 | 0 | 33 | 1E | 6 | 14F | 50 | 46 |
| Octal | 360 | 166 | 250 | 0 | 63 | 36 | 6 | 517 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10101000 | 0 | 110011 | 11110 | 110 | 101001111 | 1010000 | 1000110 |
Color Harmonies of #F076A8
Complementary color
Monochromatic Colors of #F076A8
Black with #F076A8
Text Example
Text Example
White with #F076A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076A8; }
p { color: rgb(240,118,168); }
H1.HeaderClassName
{
color: #F076A8;
}
.AnyTagClassName
{
color: #F076A8;
}
</style>
background-color css
<style>
a { background-color: #F076A8; }
a { background-color: rgb(240,118,168); }
div.DivClassName
{
background-color: #F076A8;
}
.BgClassName
{
background-color: #F076A8;
}
</style>
border-color css
<style>
span { border-color: #F076A8; }
span { border-color: rgb(240,118,168); }
td.TdClassName
{
border-color: #F076A8;
}
.TagClassName
{
border-color: #F076A8;
}
</style>