Shades of Tickle Me Pink #F076AC
Tints of Tickle Me Pink #F076AC
RGB
CMYK
RGB Variations
Color information
#F076AC (or 0xF076AC) is known color: Tickle Me Pink. HEX triplet: F0, 76 and AC. RGB value is (240,118,172). Sum of RGB (Red+Green+Blue) = 240+118+172=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F076AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F076AC is #0F8953. Grayscale: #A0A0A0. Windows color (decimal): -1018196 or 11302640. OLE color: 11302640.
HSL color Cylindrical-coordinate representation of color #F076AC: hue angle of 333.44º 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 #F076AC is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 172 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.06 |
| HSL | 333.44º | 0.8% | 0.7% | - |
| HSV(B) | 333.44º | 0.51% | 0.94% | - |
| XYZ | 49.86 | 34.46 | 43.05 | - |
| YUV | 160.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 172 | 0 | 0.51 | 0.28 | 0.06 | 333.44 | 0.8 | 0.7 |
| Hex | F0 | 76 | AC | 0 | 33 | 1C | 6 | 14D | 50 | 46 |
| Octal | 360 | 166 | 254 | 0 | 63 | 34 | 6 | 515 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10101100 | 0 | 110011 | 11100 | 110 | 101001101 | 1010000 | 1000110 |
Color Harmonies of #F076AC
Complementary color
Monochromatic Colors of #F076AC
Black with #F076AC
Text Example
Text Example
White with #F076AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076AC; }
p { color: rgb(240,118,172); }
H1.HeaderClassName
{
color: #F076AC;
}
.AnyTagClassName
{
color: #F076AC;
}
</style>
background-color css
<style>
a { background-color: #F076AC; }
a { background-color: rgb(240,118,172); }
div.DivClassName
{
background-color: #F076AC;
}
.BgClassName
{
background-color: #F076AC;
}
</style>
border-color css
<style>
span { border-color: #F076AC; }
span { border-color: rgb(240,118,172); }
td.TdClassName
{
border-color: #F076AC;
}
.TagClassName
{
border-color: #F076AC;
}
</style>