Shades of Tickle Me Pink #F47BA0
Tints of Tickle Me Pink #F47BA0
RGB
CMYK
RGB Variations
Color information
#F47BA0 (or 0xF47BA0) is known color: Tickle Me Pink. HEX triplet: F4, 7B and A0. RGB value is (244,123,160). Sum of RGB (Red+Green+Blue) = 244+123+160=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47BA0 is #0B845F. Grayscale: #A3A3A3. Windows color (decimal): -754784 or 10517492. OLE color: 10517492.
HSL color Cylindrical-coordinate representation of color #F47BA0: hue angle of 341.65º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47BA0 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 160 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.04 |
| HSL | 341.65º | 0.85% | 0.72% | - |
| HSV(B) | 341.65º | 0.5% | 0.96% | - |
| XYZ | 50.74 | 35.94 | 37.52 | - |
| YUV | 163.4 | 126.09 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 160 | 0 | 0.50 | 0.34 | 0.04 | 341.65 | 0.85 | 0.72 |
| Hex | F4 | 7B | A0 | 0 | 32 | 22 | 4 | 156 | 55 | 48 |
| Octal | 364 | 173 | 240 | 0 | 62 | 42 | 4 | 526 | 125 | 110 |
| Binary | 11110100 | 1111011 | 10100000 | 0 | 110010 | 100010 | 100 | 101010110 | 1010101 | 1001000 |
Color Harmonies of #F47BA0
Complementary color
Monochromatic Colors of #F47BA0
Black with #F47BA0
Text Example
Text Example
White with #F47BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BA0; }
p { color: rgb(244,123,160); }
H1.HeaderClassName
{
color: #F47BA0;
}
.AnyTagClassName
{
color: #F47BA0;
}
</style>
background-color css
<style>
a { background-color: #F47BA0; }
a { background-color: rgb(244,123,160); }
div.DivClassName
{
background-color: #F47BA0;
}
.BgClassName
{
background-color: #F47BA0;
}
</style>
border-color css
<style>
span { border-color: #F47BA0; }
span { border-color: rgb(244,123,160); }
td.TdClassName
{
border-color: #F47BA0;
}
.TagClassName
{
border-color: #F47BA0;
}
</style>