Shades of Tickle Me Pink #F470A1
Tints of Tickle Me Pink #F470A1
RGB
CMYK
RGB Variations
Color information
#F470A1 (or 0xF470A1) is known color: Tickle Me Pink. HEX triplet: F4, 70 and A1. RGB value is (244,112,161). Sum of RGB (Red+Green+Blue) = 244+112+161=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F470A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470A1 is #0B8F5E. Grayscale: #9C9C9C. Windows color (decimal): -757599 or 10580212. OLE color: 10580212.
HSL color Cylindrical-coordinate representation of color #F470A1: hue angle of 337.73º degrees, saturation: 0.86, 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 #F470A1 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 161 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.04 |
| HSL | 337.73º | 0.86% | 0.7% | - |
| HSV(B) | 337.73º | 0.54% | 0.96% | - |
| XYZ | 49.54 | 33.39 | 37.55 | - |
| YUV | 157.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 161 | 0 | 0.54 | 0.34 | 0.04 | 337.73 | 0.86 | 0.7 |
| Hex | F4 | 70 | A1 | 0 | 36 | 22 | 4 | 152 | 56 | 46 |
| Octal | 364 | 160 | 241 | 0 | 66 | 42 | 4 | 522 | 126 | 106 |
| Binary | 11110100 | 1110000 | 10100001 | 0 | 110110 | 100010 | 100 | 101010010 | 1010110 | 1000110 |
Color Harmonies of #F470A1
Complementary color
Monochromatic Colors of #F470A1
Black with #F470A1
Text Example
Text Example
White with #F470A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F470A1; }
p { color: rgb(244,112,161); }
H1.HeaderClassName
{
color: #F470A1;
}
.AnyTagClassName
{
color: #F470A1;
}
</style>
background-color css
<style>
a { background-color: #F470A1; }
a { background-color: rgb(244,112,161); }
div.DivClassName
{
background-color: #F470A1;
}
.BgClassName
{
background-color: #F470A1;
}
</style>
border-color css
<style>
span { border-color: #F470A1; }
span { border-color: rgb(244,112,161); }
td.TdClassName
{
border-color: #F470A1;
}
.TagClassName
{
border-color: #F470A1;
}
</style>