Shades of Tickle Me Pink #F46CA0
Tints of Tickle Me Pink #F46CA0
RGB
CMYK
RGB Variations
Color information
#F46CA0 (or 0xF46CA0) is known color: Tickle Me Pink. HEX triplet: F4, 6C and A0. RGB value is (244,108,160). Sum of RGB (Red+Green+Blue) = 244+108+160=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F46CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F46CA0 is #0B935F. Grayscale: #9A9A9A. Windows color (decimal): -758624 or 10513652. OLE color: 10513652.
HSL color Cylindrical-coordinate representation of color #F46CA0: hue angle of 337.06º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F46CA0 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 108 | 160 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.04 |
| HSL | 337.06º | 0.86% | 0.69% | - |
| HSV(B) | 337.06º | 0.56% | 0.96% | - |
| XYZ | 49.02 | 32.5 | 36.95 | - |
| YUV | 154.59 | 131.06 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 108 | 160 | 0 | 0.56 | 0.34 | 0.04 | 337.06 | 0.86 | 0.69 |
| Hex | F4 | 6C | A0 | 0 | 38 | 22 | 4 | 151 | 56 | 45 |
| Octal | 364 | 154 | 240 | 0 | 70 | 42 | 4 | 521 | 126 | 105 |
| Binary | 11110100 | 1101100 | 10100000 | 0 | 111000 | 100010 | 100 | 101010001 | 1010110 | 1000101 |
Color Harmonies of #F46CA0
Complementary color
Monochromatic Colors of #F46CA0
Black with #F46CA0
Text Example
Text Example
White with #F46CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46CA0; }
p { color: rgb(244,108,160); }
H1.HeaderClassName
{
color: #F46CA0;
}
.AnyTagClassName
{
color: #F46CA0;
}
</style>
background-color css
<style>
a { background-color: #F46CA0; }
a { background-color: rgb(244,108,160); }
div.DivClassName
{
background-color: #F46CA0;
}
.BgClassName
{
background-color: #F46CA0;
}
</style>
border-color css
<style>
span { border-color: #F46CA0; }
span { border-color: rgb(244,108,160); }
td.TdClassName
{
border-color: #F46CA0;
}
.TagClassName
{
border-color: #F46CA0;
}
</style>