Shades of Tickle Me Pink #F572A8
Tints of Tickle Me Pink #F572A8
RGB
CMYK
RGB Variations
Color information
#F572A8 (or 0xF572A8) is known color: Tickle Me Pink. HEX triplet: F5, 72 and A8. RGB value is (245,114,168). Sum of RGB (Red+Green+Blue) = 245+114+168=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F572A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F572A8 is #0A8D57. Grayscale: #9F9F9F. Windows color (decimal): -691544 or 11039477. OLE color: 11039477.
HSL color Cylindrical-coordinate representation of color #F572A8: hue angle of 335.27º 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 #F572A8 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 168 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.04 |
| HSL | 335.27º | 0.87% | 0.7% | - |
| HSV(B) | 335.27º | 0.53% | 0.96% | - |
| XYZ | 50.74 | 34.27 | 40.99 | - |
| YUV | 159.33 | 132.9 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 168 | 0 | 0.53 | 0.31 | 0.04 | 335.27 | 0.87 | 0.7 |
| Hex | F5 | 72 | A8 | 0 | 35 | 1F | 4 | 14F | 57 | 46 |
| Octal | 365 | 162 | 250 | 0 | 65 | 37 | 4 | 517 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10101000 | 0 | 110101 | 11111 | 100 | 101001111 | 1010111 | 1000110 |
Color Harmonies of #F572A8
Complementary color
Monochromatic Colors of #F572A8
Black with #F572A8
Text Example
Text Example
White with #F572A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F572A8; }
p { color: rgb(245,114,168); }
H1.HeaderClassName
{
color: #F572A8;
}
.AnyTagClassName
{
color: #F572A8;
}
</style>
background-color css
<style>
a { background-color: #F572A8; }
a { background-color: rgb(245,114,168); }
div.DivClassName
{
background-color: #F572A8;
}
.BgClassName
{
background-color: #F572A8;
}
</style>
border-color css
<style>
span { border-color: #F572A8; }
span { border-color: rgb(245,114,168); }
td.TdClassName
{
border-color: #F572A8;
}
.TagClassName
{
border-color: #F572A8;
}
</style>