Shades of Tickle Me Pink #F077AA
Tints of Tickle Me Pink #F077AA
RGB
CMYK
RGB Variations
Color information
#F077AA (or 0xF077AA) is known color: Tickle Me Pink. HEX triplet: F0, 77 and AA. RGB value is (240,119,170). Sum of RGB (Red+Green+Blue) = 240+119+170=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F077AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F077AA is #0F8855. Grayscale: #A0A0A0. Windows color (decimal): -1017942 or 11171824. OLE color: 11171824.
HSL color Cylindrical-coordinate representation of color #F077AA: hue angle of 334.71º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077AA is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 170 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.06 |
| HSL | 334.71º | 0.8% | 0.7% | - |
| HSV(B) | 334.71º | 0.5% | 0.94% | - |
| XYZ | 49.79 | 34.62 | 42.09 | - |
| YUV | 160.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 170 | 0 | 0.50 | 0.29 | 0.06 | 334.71 | 0.8 | 0.7 |
| Hex | F0 | 77 | AA | 0 | 32 | 1D | 6 | 14F | 50 | 46 |
| Octal | 360 | 167 | 252 | 0 | 62 | 35 | 6 | 517 | 120 | 106 |
| Binary | 11110000 | 1110111 | 10101010 | 0 | 110010 | 11101 | 110 | 101001111 | 1010000 | 1000110 |
Color Harmonies of #F077AA
Complementary color
Monochromatic Colors of #F077AA
Black with #F077AA
Text Example
Text Example
White with #F077AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077AA; }
p { color: rgb(240,119,170); }
H1.HeaderClassName
{
color: #F077AA;
}
.AnyTagClassName
{
color: #F077AA;
}
</style>
background-color css
<style>
a { background-color: #F077AA; }
a { background-color: rgb(240,119,170); }
div.DivClassName
{
background-color: #F077AA;
}
.BgClassName
{
background-color: #F077AA;
}
</style>
border-color css
<style>
span { border-color: #F077AA; }
span { border-color: rgb(240,119,170); }
td.TdClassName
{
border-color: #F077AA;
}
.TagClassName
{
border-color: #F077AA;
}
</style>