Shades of Tickle Me Pink #F571A0
Tints of Tickle Me Pink #F571A0
RGB
CMYK
RGB Variations
Color information
#F571A0 (or 0xF571A0) is known color: Tickle Me Pink. HEX triplet: F5, 71 and A0. RGB value is (245,113,160). Sum of RGB (Red+Green+Blue) = 245+113+160=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F571A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F571A0 is #0A8E5F. Grayscale: #9D9D9D. Windows color (decimal): -691808 or 10514933. OLE color: 10514933.
HSL color Cylindrical-coordinate representation of color #F571A0: hue angle of 338.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571A0 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 160 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.04 |
| HSL | 338.64º | 0.87% | 0.7% | - |
| HSV(B) | 338.64º | 0.54% | 0.96% | - |
| XYZ | 49.91 | 33.76 | 37.14 | - |
| YUV | 157.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 160 | 0 | 0.54 | 0.35 | 0.04 | 338.64 | 0.87 | 0.7 |
| Hex | F5 | 71 | A0 | 0 | 36 | 23 | 4 | 153 | 57 | 46 |
| Octal | 365 | 161 | 240 | 0 | 66 | 43 | 4 | 523 | 127 | 106 |
| Binary | 11110101 | 1110001 | 10100000 | 0 | 110110 | 100011 | 100 | 101010011 | 1010111 | 1000110 |
Color Harmonies of #F571A0
Complementary color
Monochromatic Colors of #F571A0
Black with #F571A0
Text Example
Text Example
White with #F571A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F571A0; }
p { color: rgb(245,113,160); }
H1.HeaderClassName
{
color: #F571A0;
}
.AnyTagClassName
{
color: #F571A0;
}
</style>
background-color css
<style>
a { background-color: #F571A0; }
a { background-color: rgb(245,113,160); }
div.DivClassName
{
background-color: #F571A0;
}
.BgClassName
{
background-color: #F571A0;
}
</style>
border-color css
<style>
span { border-color: #F571A0; }
span { border-color: rgb(245,113,160); }
td.TdClassName
{
border-color: #F571A0;
}
.TagClassName
{
border-color: #F571A0;
}
</style>