Shades of Tickle Me Pink #F070A0
Tints of Tickle Me Pink #F070A0
RGB
CMYK
RGB Variations
Color information
#F070A0 (or 0xF070A0) is known color: Tickle Me Pink. HEX triplet: F0, 70 and A0. RGB value is (240,112,160). Sum of RGB (Red+Green+Blue) = 240+112+160=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F070A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070A0 is #0F8F5F. Grayscale: #9B9B9B. Windows color (decimal): -1019744 or 10514672. OLE color: 10514672.
HSL color Cylindrical-coordinate representation of color #F070A0: hue angle of 337.5º 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 #F070A0 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 160 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.06 |
| HSL | 337.5º | 0.81% | 0.69% | - |
| HSV(B) | 337.5º | 0.53% | 0.94% | - |
| XYZ | 48.07 | 32.65 | 37.03 | - |
| YUV | 155.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 160 | 0 | 0.53 | 0.33 | 0.06 | 337.5 | 0.81 | 0.69 |
| Hex | F0 | 70 | A0 | 0 | 35 | 21 | 6 | 152 | 51 | 45 |
| Octal | 360 | 160 | 240 | 0 | 65 | 41 | 6 | 522 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10100000 | 0 | 110101 | 100001 | 110 | 101010010 | 1010001 | 1000101 |
Color Harmonies of #F070A0
Complementary color
Monochromatic Colors of #F070A0
Black with #F070A0
Text Example
Text Example
White with #F070A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070A0; }
p { color: rgb(240,112,160); }
H1.HeaderClassName
{
color: #F070A0;
}
.AnyTagClassName
{
color: #F070A0;
}
</style>
background-color css
<style>
a { background-color: #F070A0; }
a { background-color: rgb(240,112,160); }
div.DivClassName
{
background-color: #F070A0;
}
.BgClassName
{
background-color: #F070A0;
}
</style>
border-color css
<style>
span { border-color: #F070A0; }
span { border-color: rgb(240,112,160); }
td.TdClassName
{
border-color: #F070A0;
}
.TagClassName
{
border-color: #F070A0;
}
</style>