Shades of Tickle Me Pink #F479A0
Tints of Tickle Me Pink #F479A0
RGB
CMYK
RGB Variations
Color information
#F479A0 (or 0xF479A0) is known color: Tickle Me Pink. HEX triplet: F4, 79 and A0. RGB value is (244,121,160). Sum of RGB (Red+Green+Blue) = 244+121+160=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F479A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F479A0 is #0B865F. Grayscale: #A2A2A2. Windows color (decimal): -755296 or 10516980. OLE color: 10516980.
HSL color Cylindrical-coordinate representation of color #F479A0: hue angle of 340.98º 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 #F479A0 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 121 | 160 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.04 |
| HSL | 340.98º | 0.85% | 0.72% | - |
| HSV(B) | 340.98º | 0.5% | 0.96% | - |
| XYZ | 50.49 | 35.45 | 37.44 | - |
| YUV | 162.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 121 | 160 | 0 | 0.50 | 0.34 | 0.04 | 340.98 | 0.85 | 0.72 |
| Hex | F4 | 79 | A0 | 0 | 32 | 22 | 4 | 155 | 55 | 48 |
| Octal | 364 | 171 | 240 | 0 | 62 | 42 | 4 | 525 | 125 | 110 |
| Binary | 11110100 | 1111001 | 10100000 | 0 | 110010 | 100010 | 100 | 101010101 | 1010101 | 1001000 |
Color Harmonies of #F479A0
Complementary color
Monochromatic Colors of #F479A0
Black with #F479A0
Text Example
Text Example
White with #F479A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F479A0; }
p { color: rgb(244,121,160); }
H1.HeaderClassName
{
color: #F479A0;
}
.AnyTagClassName
{
color: #F479A0;
}
</style>
background-color css
<style>
a { background-color: #F479A0; }
a { background-color: rgb(244,121,160); }
div.DivClassName
{
background-color: #F479A0;
}
.BgClassName
{
background-color: #F479A0;
}
</style>
border-color css
<style>
span { border-color: #F479A0; }
span { border-color: rgb(244,121,160); }
td.TdClassName
{
border-color: #F479A0;
}
.TagClassName
{
border-color: #F479A0;
}
</style>