Shades of Tickle Me Pink #F070A4
Tints of Tickle Me Pink #F070A4
RGB
CMYK
RGB Variations
Color information
#F070A4 (or 0xF070A4) is known color: Tickle Me Pink. HEX triplet: F0, 70 and A4. RGB value is (240,112,164). Sum of RGB (Red+Green+Blue) = 240+112+164=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A4 is #0F8F5B. Grayscale: #9C9C9C. Windows color (decimal): -1019740 or 10776816. OLE color: 10776816.
HSL color Cylindrical-coordinate representation of color #F070A4: hue angle of 335.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070A4 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 164 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.06 |
| HSL | 335.63º | 0.81% | 0.69% | - |
| HSV(B) | 335.63º | 0.53% | 0.94% | - |
| XYZ | 48.43 | 32.79 | 38.9 | - |
| YUV | 156.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 164 | 0 | 0.53 | 0.32 | 0.06 | 335.63 | 0.81 | 0.69 |
| Hex | F0 | 70 | A4 | 0 | 35 | 20 | 6 | 150 | 51 | 45 |
| Octal | 360 | 160 | 244 | 0 | 65 | 40 | 6 | 520 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10100100 | 0 | 110101 | 100000 | 110 | 101010000 | 1010001 | 1000101 |
Color Harmonies of #F070A4
Complementary color
Monochromatic Colors of #F070A4
Black with #F070A4
Text Example
Text Example
White with #F070A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070A4; }
p { color: rgb(240,112,164); }
H1.HeaderClassName
{
color: #F070A4;
}
.AnyTagClassName
{
color: #F070A4;
}
</style>
background-color css
<style>
a { background-color: #F070A4; }
a { background-color: rgb(240,112,164); }
div.DivClassName
{
background-color: #F070A4;
}
.BgClassName
{
background-color: #F070A4;
}
</style>
border-color css
<style>
span { border-color: #F070A4; }
span { border-color: rgb(240,112,164); }
td.TdClassName
{
border-color: #F070A4;
}
.TagClassName
{
border-color: #F070A4;
}
</style>