Shades of Tickle Me Pink #F073A8
Tints of Tickle Me Pink #F073A8
RGB
CMYK
RGB Variations
Color information
#F073A8 (or 0xF073A8) is known color: Tickle Me Pink. HEX triplet: F0, 73 and A8. RGB value is (240,115,168). Sum of RGB (Red+Green+Blue) = 240+115+168=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F073A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F073A8 is #0F8C57. Grayscale: #9E9E9E. Windows color (decimal): -1018968 or 11039728. OLE color: 11039728.
HSL color Cylindrical-coordinate representation of color #F073A8: hue angle of 334.56º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F073A8 is Cyan = 0, Magento = 0.52, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 168 | - |
| CMYK | 0 | 0.52 | 0.3 | 0.06 |
| HSL | 334.56º | 0.81% | 0.7% | - |
| HSV(B) | 334.56º | 0.52% | 0.94% | - |
| XYZ | 49.13 | 33.61 | 40.94 | - |
| YUV | 158.42 | 133.41 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 168 | 0 | 0.52 | 0.3 | 0.06 | 334.56 | 0.81 | 0.7 |
| Hex | F0 | 73 | A8 | 0 | 34 | 1E | 6 | 14F | 51 | 46 |
| Octal | 360 | 163 | 250 | 0 | 64 | 36 | 6 | 517 | 121 | 106 |
| Binary | 11110000 | 1110011 | 10101000 | 0 | 110100 | 11110 | 110 | 101001111 | 1010001 | 1000110 |
Color Harmonies of #F073A8
Complementary color
Monochromatic Colors of #F073A8
Black with #F073A8
Text Example
Text Example
White with #F073A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F073A8; }
p { color: rgb(240,115,168); }
H1.HeaderClassName
{
color: #F073A8;
}
.AnyTagClassName
{
color: #F073A8;
}
</style>
background-color css
<style>
a { background-color: #F073A8; }
a { background-color: rgb(240,115,168); }
div.DivClassName
{
background-color: #F073A8;
}
.BgClassName
{
background-color: #F073A8;
}
</style>
border-color css
<style>
span { border-color: #F073A8; }
span { border-color: rgb(240,115,168); }
td.TdClassName
{
border-color: #F073A8;
}
.TagClassName
{
border-color: #F073A8;
}
</style>