Shades of Tickle Me Pink #F47FA0
Tints of Tickle Me Pink #F47FA0
RGB
CMYK
RGB Variations
Color information
#F47FA0 (or 0xF47FA0) is known color: Tickle Me Pink. HEX triplet: F4, 7F and A0. RGB value is (244,127,160). Sum of RGB (Red+Green+Blue) = 244+127+160=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47FA0 is #0B805F. Grayscale: #A5A5A5. Windows color (decimal): -753760 or 10518516. OLE color: 10518516.
HSL color Cylindrical-coordinate representation of color #F47FA0: hue angle of 343.08º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FA0 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 160 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.04 |
| HSL | 343.08º | 0.84% | 0.73% | - |
| HSV(B) | 343.08º | 0.48% | 0.96% | - |
| XYZ | 51.24 | 36.95 | 37.69 | - |
| YUV | 165.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 160 | 0 | 0.48 | 0.34 | 0.04 | 343.08 | 0.84 | 0.73 |
| Hex | F4 | 7F | A0 | 0 | 30 | 22 | 4 | 157 | 54 | 49 |
| Octal | 364 | 177 | 240 | 0 | 60 | 42 | 4 | 527 | 124 | 111 |
| Binary | 11110100 | 1111111 | 10100000 | 0 | 110000 | 100010 | 100 | 101010111 | 1010100 | 1001001 |
Color Harmonies of #F47FA0
Complementary color
Monochromatic Colors of #F47FA0
Black with #F47FA0
Text Example
Text Example
White with #F47FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47FA0; }
p { color: rgb(244,127,160); }
H1.HeaderClassName
{
color: #F47FA0;
}
.AnyTagClassName
{
color: #F47FA0;
}
</style>
background-color css
<style>
a { background-color: #F47FA0; }
a { background-color: rgb(244,127,160); }
div.DivClassName
{
background-color: #F47FA0;
}
.BgClassName
{
background-color: #F47FA0;
}
</style>
border-color css
<style>
span { border-color: #F47FA0; }
span { border-color: rgb(244,127,160); }
td.TdClassName
{
border-color: #F47FA0;
}
.TagClassName
{
border-color: #F47FA0;
}
</style>