Shades of Tickle Me Pink #F572A0
Tints of Tickle Me Pink #F572A0
RGB
CMYK
RGB Variations
Color information
#F572A0 (or 0xF572A0) is known color: Tickle Me Pink. HEX triplet: F5, 72 and A0. RGB value is (245,114,160). Sum of RGB (Red+Green+Blue) = 245+114+160=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F572A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F572A0 is #0A8D5F. Grayscale: #9E9E9E. Windows color (decimal): -691552 or 10515189. OLE color: 10515189.
HSL color Cylindrical-coordinate representation of color #F572A0: hue angle of 338.93º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572A0 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 160 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.04 |
| HSL | 338.93º | 0.87% | 0.7% | - |
| HSV(B) | 338.93º | 0.53% | 0.96% | - |
| XYZ | 50.02 | 33.99 | 37.18 | - |
| YUV | 158.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 160 | 0 | 0.53 | 0.35 | 0.04 | 338.93 | 0.87 | 0.7 |
| Hex | F5 | 72 | A0 | 0 | 35 | 23 | 4 | 153 | 57 | 46 |
| Octal | 365 | 162 | 240 | 0 | 65 | 43 | 4 | 523 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10100000 | 0 | 110101 | 100011 | 100 | 101010011 | 1010111 | 1000110 |
Color Harmonies of #F572A0
Complementary color
Monochromatic Colors of #F572A0
Black with #F572A0
Text Example
Text Example
White with #F572A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572A0; }
p { color: rgb(245,114,160); }
H1.HeaderClassName
{
color: #F572A0;
}
.AnyTagClassName
{
color: #F572A0;
}
</style>
background-color css
<style>
a { background-color: #F572A0; }
a { background-color: rgb(245,114,160); }
div.DivClassName
{
background-color: #F572A0;
}
.BgClassName
{
background-color: #F572A0;
}
</style>
border-color css
<style>
span { border-color: #F572A0; }
span { border-color: rgb(245,114,160); }
td.TdClassName
{
border-color: #F572A0;
}
.TagClassName
{
border-color: #F572A0;
}
</style>