Shades of Tickle Me Pink #F47DAA
Tints of Tickle Me Pink #F47DAA
RGB
CMYK
RGB Variations
Color information
#F47DAA (or 0xF47DAA) is known color: Tickle Me Pink. HEX triplet: F4, 7D and AA. RGB value is (244,125,170). Sum of RGB (Red+Green+Blue) = 244+125+170=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47DAA is #0B8255. Grayscale: #A5A5A5. Windows color (decimal): -754262 or 11173364. OLE color: 11173364.
HSL color Cylindrical-coordinate representation of color #F47DAA: hue angle of 337.31º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47DAA is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 170 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.04 |
| HSL | 337.31º | 0.84% | 0.72% | - |
| HSV(B) | 337.31º | 0.49% | 0.96% | - |
| XYZ | 51.9 | 36.8 | 42.4 | - |
| YUV | 165.71 | 130.42 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 170 | 0 | 0.49 | 0.30 | 0.04 | 337.31 | 0.84 | 0.72 |
| Hex | F4 | 7D | AA | 0 | 31 | 1E | 4 | 151 | 54 | 48 |
| Octal | 364 | 175 | 252 | 0 | 61 | 36 | 4 | 521 | 124 | 110 |
| Binary | 11110100 | 1111101 | 10101010 | 0 | 110001 | 11110 | 100 | 101010001 | 1010100 | 1001000 |
Color Harmonies of #F47DAA
Complementary color
Monochromatic Colors of #F47DAA
Black with #F47DAA
Text Example
Text Example
White with #F47DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DAA; }
p { color: rgb(244,125,170); }
H1.HeaderClassName
{
color: #F47DAA;
}
.AnyTagClassName
{
color: #F47DAA;
}
</style>
background-color css
<style>
a { background-color: #F47DAA; }
a { background-color: rgb(244,125,170); }
div.DivClassName
{
background-color: #F47DAA;
}
.BgClassName
{
background-color: #F47DAA;
}
</style>
border-color css
<style>
span { border-color: #F47DAA; }
span { border-color: rgb(244,125,170); }
td.TdClassName
{
border-color: #F47DAA;
}
.TagClassName
{
border-color: #F47DAA;
}
</style>