Shades of Tickle Me Pink #F470A2
Tints of Tickle Me Pink #F470A2
RGB
CMYK
RGB Variations
Color information
#F470A2 (or 0xF470A2) is known color: Tickle Me Pink. HEX triplet: F4, 70 and A2. RGB value is (244,112,162). Sum of RGB (Red+Green+Blue) = 244+112+162=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F470A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F470A2 is #0B8F5D. Grayscale: #9D9D9D. Windows color (decimal): -757598 or 10645748. OLE color: 10645748.
HSL color Cylindrical-coordinate representation of color #F470A2: hue angle of 337.27º 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 #F470A2 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 162 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.04 |
| HSL | 337.27º | 0.86% | 0.7% | - |
| HSV(B) | 337.27º | 0.54% | 0.96% | - |
| XYZ | 49.62 | 33.43 | 38.02 | - |
| YUV | 157.17 | 130.73 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 162 | 0 | 0.54 | 0.34 | 0.04 | 337.27 | 0.86 | 0.7 |
| Hex | F4 | 70 | A2 | 0 | 36 | 22 | 4 | 151 | 56 | 46 |
| Octal | 364 | 160 | 242 | 0 | 66 | 42 | 4 | 521 | 126 | 106 |
| Binary | 11110100 | 1110000 | 10100010 | 0 | 110110 | 100010 | 100 | 101010001 | 1010110 | 1000110 |
Color Harmonies of #F470A2
Complementary color
Monochromatic Colors of #F470A2
Black with #F470A2
Text Example
Text Example
White with #F470A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F470A2; }
p { color: rgb(244,112,162); }
H1.HeaderClassName
{
color: #F470A2;
}
.AnyTagClassName
{
color: #F470A2;
}
</style>
background-color css
<style>
a { background-color: #F470A2; }
a { background-color: rgb(244,112,162); }
div.DivClassName
{
background-color: #F470A2;
}
.BgClassName
{
background-color: #F470A2;
}
</style>
border-color css
<style>
span { border-color: #F470A2; }
span { border-color: rgb(244,112,162); }
td.TdClassName
{
border-color: #F470A2;
}
.TagClassName
{
border-color: #F470A2;
}
</style>