Shades of Tickle Me Pink #F07CA0
Tints of Tickle Me Pink #F07CA0
RGB
CMYK
RGB Variations
Color information
#F07CA0 (or 0xF07CA0) is known color: Tickle Me Pink. HEX triplet: F0, 7C and A0. RGB value is (240,124,160). Sum of RGB (Red+Green+Blue) = 240+124+160=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07CA0 is #0F835F. Grayscale: #A2A2A2. Windows color (decimal): -1016672 or 10517744. OLE color: 10517744.
HSL color Cylindrical-coordinate representation of color #F07CA0: hue angle of 341.38º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CA0 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 160 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.06 |
| HSL | 341.38º | 0.79% | 0.71% | - |
| HSV(B) | 341.38º | 0.48% | 0.94% | - |
| XYZ | 49.49 | 35.48 | 37.5 | - |
| YUV | 162.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 160 | 0 | 0.48 | 0.33 | 0.06 | 341.38 | 0.79 | 0.71 |
| Hex | F0 | 7C | A0 | 0 | 30 | 21 | 6 | 155 | 4F | 47 |
| Octal | 360 | 174 | 240 | 0 | 60 | 41 | 6 | 525 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10100000 | 0 | 110000 | 100001 | 110 | 101010101 | 1001111 | 1000111 |
Color Harmonies of #F07CA0
Complementary color
Monochromatic Colors of #F07CA0
Black with #F07CA0
Text Example
Text Example
White with #F07CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CA0; }
p { color: rgb(240,124,160); }
H1.HeaderClassName
{
color: #F07CA0;
}
.AnyTagClassName
{
color: #F07CA0;
}
</style>
background-color css
<style>
a { background-color: #F07CA0; }
a { background-color: rgb(240,124,160); }
div.DivClassName
{
background-color: #F07CA0;
}
.BgClassName
{
background-color: #F07CA0;
}
</style>
border-color css
<style>
span { border-color: #F07CA0; }
span { border-color: rgb(240,124,160); }
td.TdClassName
{
border-color: #F07CA0;
}
.TagClassName
{
border-color: #F07CA0;
}
</style>