Shades of Tickle Me Pink #F072A8
Tints of Tickle Me Pink #F072A8
RGB
CMYK
RGB Variations
Color information
#F072A8 (or 0xF072A8) is known color: Tickle Me Pink. HEX triplet: F0, 72 and A8. RGB value is (240,114,168). Sum of RGB (Red+Green+Blue) = 240+114+168=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 240 - color contains mainly: red. Hex color #F072A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F072A8 is #0F8D57. Grayscale: #9D9D9D. Windows color (decimal): -1019224 or 11039472. OLE color: 11039472.
HSL color Cylindrical-coordinate representation of color #F072A8: hue angle of 334.29º 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 #F072A8 is Cyan = 0, Magento = 0.52, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 168 | - |
| CMYK | 0 | 0.52 | 0.3 | 0.06 |
| HSL | 334.29º | 0.81% | 0.69% | - |
| HSV(B) | 334.29º | 0.53% | 0.94% | - |
| XYZ | 49.02 | 33.39 | 40.91 | - |
| YUV | 157.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 168 | 0 | 0.52 | 0.3 | 0.06 | 334.29 | 0.81 | 0.69 |
| Hex | F0 | 72 | A8 | 0 | 34 | 1E | 6 | 14E | 51 | 45 |
| Octal | 360 | 162 | 250 | 0 | 64 | 36 | 6 | 516 | 121 | 105 |
| Binary | 11110000 | 1110010 | 10101000 | 0 | 110100 | 11110 | 110 | 101001110 | 1010001 | 1000101 |
Color Harmonies of #F072A8
Complementary color
Monochromatic Colors of #F072A8
Black with #F072A8
Text Example
Text Example
White with #F072A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072A8; }
p { color: rgb(240,114,168); }
H1.HeaderClassName
{
color: #F072A8;
}
.AnyTagClassName
{
color: #F072A8;
}
</style>
background-color css
<style>
a { background-color: #F072A8; }
a { background-color: rgb(240,114,168); }
div.DivClassName
{
background-color: #F072A8;
}
.BgClassName
{
background-color: #F072A8;
}
</style>
border-color css
<style>
span { border-color: #F072A8; }
span { border-color: rgb(240,114,168); }
td.TdClassName
{
border-color: #F072A8;
}
.TagClassName
{
border-color: #F072A8;
}
</style>