Shades of Tickle Me Pink #F486A0
Tints of Tickle Me Pink #F486A0
RGB
CMYK
RGB Variations
Color information
#F486A0 (or 0xF486A0) is known color: Tickle Me Pink. HEX triplet: F4, 86 and A0. RGB value is (244,134,160). Sum of RGB (Red+Green+Blue) = 244+134+160=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 244 - color contains mainly: red. Hex color #F486A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F486A0 is #0B795F. Grayscale: #A9A9A9. Windows color (decimal): -751968 or 10520308. OLE color: 10520308.
HSL color Cylindrical-coordinate representation of color #F486A0: hue angle of 345.82º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486A0 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 160 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.04 |
| HSL | 345.82º | 0.83% | 0.74% | - |
| HSV(B) | 345.82º | 0.45% | 0.96% | - |
| XYZ | 52.18 | 38.82 | 38 | - |
| YUV | 169.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 160 | 0 | 0.45 | 0.34 | 0.04 | 345.82 | 0.83 | 0.74 |
| Hex | F4 | 86 | A0 | 0 | 2D | 22 | 4 | 15A | 53 | 4A |
| Octal | 364 | 206 | 240 | 0 | 55 | 42 | 4 | 532 | 123 | 112 |
| Binary | 11110100 | 10000110 | 10100000 | 0 | 101101 | 100010 | 100 | 101011010 | 1010011 | 1001010 |
Color Harmonies of #F486A0
Complementary color
Monochromatic Colors of #F486A0
Black with #F486A0
Text Example
Text Example
White with #F486A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486A0; }
p { color: rgb(244,134,160); }
H1.HeaderClassName
{
color: #F486A0;
}
.AnyTagClassName
{
color: #F486A0;
}
</style>
background-color css
<style>
a { background-color: #F486A0; }
a { background-color: rgb(244,134,160); }
div.DivClassName
{
background-color: #F486A0;
}
.BgClassName
{
background-color: #F486A0;
}
</style>
border-color css
<style>
span { border-color: #F486A0; }
span { border-color: rgb(244,134,160); }
td.TdClassName
{
border-color: #F486A0;
}
.TagClassName
{
border-color: #F486A0;
}
</style>