Shades of Tickle Me Pink #F078AA
Tints of Tickle Me Pink #F078AA
RGB
CMYK
RGB Variations
Color information
#F078AA (or 0xF078AA) is known color: Tickle Me Pink. HEX triplet: F0, 78 and AA. RGB value is (240,120,170). Sum of RGB (Red+Green+Blue) = 240+120+170=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F078AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F078AA is #0F8755. Grayscale: #A1A1A1. Windows color (decimal): -1017686 or 11172080. OLE color: 11172080.
HSL color Cylindrical-coordinate representation of color #F078AA: hue angle of 335º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F078AA is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 170 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.06 |
| HSL | 335º | 0.8% | 0.71% | - |
| HSV(B) | 335º | 0.5% | 0.94% | - |
| XYZ | 49.91 | 34.86 | 42.13 | - |
| YUV | 161.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 170 | 0 | 0.5 | 0.29 | 0.06 | 335 | 0.8 | 0.71 |
| Hex | F0 | 78 | AA | 0 | 32 | 1D | 6 | 14F | 50 | 47 |
| Octal | 360 | 170 | 252 | 0 | 62 | 35 | 6 | 517 | 120 | 107 |
| Binary | 11110000 | 1111000 | 10101010 | 0 | 110010 | 11101 | 110 | 101001111 | 1010000 | 1000111 |
Color Harmonies of #F078AA
Complementary color
Monochromatic Colors of #F078AA
Black with #F078AA
Text Example
Text Example
White with #F078AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078AA; }
p { color: rgb(240,120,170); }
H1.HeaderClassName
{
color: #F078AA;
}
.AnyTagClassName
{
color: #F078AA;
}
</style>
background-color css
<style>
a { background-color: #F078AA; }
a { background-color: rgb(240,120,170); }
div.DivClassName
{
background-color: #F078AA;
}
.BgClassName
{
background-color: #F078AA;
}
</style>
border-color css
<style>
span { border-color: #F078AA; }
span { border-color: rgb(240,120,170); }
td.TdClassName
{
border-color: #F078AA;
}
.TagClassName
{
border-color: #F078AA;
}
</style>