Shades of Tickle Me Pink #F072A7
Tints of Tickle Me Pink #F072A7
RGB
CMYK
RGB Variations
Color information
#F072A7 (or 0xF072A7) is known color: Tickle Me Pink. HEX triplet: F0, 72 and A7. RGB value is (240,114,167). Sum of RGB (Red+Green+Blue) = 240+114+167=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F072A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F072A7 is #0F8D58. Grayscale: #9D9D9D. Windows color (decimal): -1019225 or 10973936. OLE color: 10973936.
HSL color Cylindrical-coordinate representation of color #F072A7: hue angle of 334.76º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072A7 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 167 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.06 |
| HSL | 334.76º | 0.81% | 0.69% | - |
| HSV(B) | 334.76º | 0.53% | 0.94% | - |
| XYZ | 48.93 | 33.35 | 40.42 | - |
| YUV | 157.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 167 | 0 | 0.52 | 0.30 | 0.06 | 334.76 | 0.81 | 0.69 |
| Hex | F0 | 72 | A7 | 0 | 34 | 1E | 6 | 14F | 51 | 45 |
| Octal | 360 | 162 | 247 | 0 | 64 | 36 | 6 | 517 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10100111 | 0 | 110100 | 11110 | 110 | 101001111 | 1010001 | 1000101 |
Color Harmonies of #F072A7
Complementary color
Monochromatic Colors of #F072A7
Black with #F072A7
Text Example
Text Example
White with #F072A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072A7; }
p { color: rgb(240,114,167); }
H1.HeaderClassName
{
color: #F072A7;
}
.AnyTagClassName
{
color: #F072A7;
}
</style>
background-color css
<style>
a { background-color: #F072A7; }
a { background-color: rgb(240,114,167); }
div.DivClassName
{
background-color: #F072A7;
}
.BgClassName
{
background-color: #F072A7;
}
</style>
border-color css
<style>
span { border-color: #F072A7; }
span { border-color: rgb(240,114,167); }
td.TdClassName
{
border-color: #F072A7;
}
.TagClassName
{
border-color: #F072A7;
}
</style>