Shades of Tickle Me Pink #F07CA8
Tints of Tickle Me Pink #F07CA8
RGB
CMYK
RGB Variations
Color information
#F07CA8 (or 0xF07CA8) is known color: Tickle Me Pink. HEX triplet: F0, 7C and A8. RGB value is (240,124,168). Sum of RGB (Red+Green+Blue) = 240+124+168=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07CA8 is #0F8357. Grayscale: #A3A3A3. Windows color (decimal): -1016664 or 11042032. OLE color: 11042032.
HSL color Cylindrical-coordinate representation of color #F07CA8: hue angle of 337.24º 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 #F07CA8 is Cyan = 0, Magento = 0.48, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 168 | - |
| CMYK | 0 | 0.48 | 0.3 | 0.06 |
| HSL | 337.24º | 0.79% | 0.71% | - |
| HSV(B) | 337.24º | 0.48% | 0.94% | - |
| XYZ | 50.21 | 35.77 | 41.3 | - |
| YUV | 163.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 168 | 0 | 0.48 | 0.3 | 0.06 | 337.24 | 0.79 | 0.71 |
| Hex | F0 | 7C | A8 | 0 | 30 | 1E | 6 | 151 | 4F | 47 |
| Octal | 360 | 174 | 250 | 0 | 60 | 36 | 6 | 521 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10101000 | 0 | 110000 | 11110 | 110 | 101010001 | 1001111 | 1000111 |
Color Harmonies of #F07CA8
Complementary color
Monochromatic Colors of #F07CA8
Black with #F07CA8
Text Example
Text Example
White with #F07CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CA8; }
p { color: rgb(240,124,168); }
H1.HeaderClassName
{
color: #F07CA8;
}
.AnyTagClassName
{
color: #F07CA8;
}
</style>
background-color css
<style>
a { background-color: #F07CA8; }
a { background-color: rgb(240,124,168); }
div.DivClassName
{
background-color: #F07CA8;
}
.BgClassName
{
background-color: #F07CA8;
}
</style>
border-color css
<style>
span { border-color: #F07CA8; }
span { border-color: rgb(240,124,168); }
td.TdClassName
{
border-color: #F07CA8;
}
.TagClassName
{
border-color: #F07CA8;
}
</style>