Shades of Tickle Me Pink #F079A8
Tints of Tickle Me Pink #F079A8
RGB
CMYK
RGB Variations
Color information
#F079A8 (or 0xF079A8) is known color: Tickle Me Pink. HEX triplet: F0, 79 and A8. RGB value is (240,121,168). Sum of RGB (Red+Green+Blue) = 240+121+168=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F079A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F079A8 is #0F8657. Grayscale: #A1A1A1. Windows color (decimal): -1017432 or 11041264. OLE color: 11041264.
HSL color Cylindrical-coordinate representation of color #F079A8: hue angle of 336.3º 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 #F079A8 is Cyan = 0, Magento = 0.50, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 168 | - |
| CMYK | 0 | 0.50 | 0.3 | 0.06 |
| HSL | 336.3º | 0.8% | 0.71% | - |
| HSV(B) | 336.3º | 0.5% | 0.94% | - |
| XYZ | 49.84 | 35.03 | 41.18 | - |
| YUV | 161.94 | 131.42 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 168 | 0 | 0.50 | 0.3 | 0.06 | 336.3 | 0.8 | 0.71 |
| Hex | F0 | 79 | A8 | 0 | 32 | 1E | 6 | 150 | 50 | 47 |
| Octal | 360 | 171 | 250 | 0 | 62 | 36 | 6 | 520 | 120 | 107 |
| Binary | 11110000 | 1111001 | 10101000 | 0 | 110010 | 11110 | 110 | 101010000 | 1010000 | 1000111 |
Color Harmonies of #F079A8
Complementary color
Monochromatic Colors of #F079A8
Black with #F079A8
Text Example
Text Example
White with #F079A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079A8; }
p { color: rgb(240,121,168); }
H1.HeaderClassName
{
color: #F079A8;
}
.AnyTagClassName
{
color: #F079A8;
}
</style>
background-color css
<style>
a { background-color: #F079A8; }
a { background-color: rgb(240,121,168); }
div.DivClassName
{
background-color: #F079A8;
}
.BgClassName
{
background-color: #F079A8;
}
</style>
border-color css
<style>
span { border-color: #F079A8; }
span { border-color: rgb(240,121,168); }
td.TdClassName
{
border-color: #F079A8;
}
.TagClassName
{
border-color: #F079A8;
}
</style>