Shades of Tickle Me Pink #F5729A
Tints of Tickle Me Pink #F5729A
RGB
CMYK
RGB Variations
Color information
#F5729A (or 0xF5729A) is known color: Tickle Me Pink. HEX triplet: F5, 72 and 9A. RGB value is (245,114,154). Sum of RGB (Red+Green+Blue) = 245+114+154=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5729A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5729A is #0A8D65. Grayscale: #9D9D9D. Windows color (decimal): -691558 or 10121973. OLE color: 10121973.
HSL color Cylindrical-coordinate representation of color #F5729A: hue angle of 341.68º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5729A is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 154 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.04 |
| HSL | 341.68º | 0.87% | 0.7% | - |
| HSV(B) | 341.68º | 0.53% | 0.96% | - |
| XYZ | 49.51 | 33.78 | 34.48 | - |
| YUV | 157.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 154 | 0 | 0.53 | 0.37 | 0.04 | 341.68 | 0.87 | 0.7 |
| Hex | F5 | 72 | 9A | 0 | 35 | 25 | 4 | 156 | 57 | 46 |
| Octal | 365 | 162 | 232 | 0 | 65 | 45 | 4 | 526 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10011010 | 0 | 110101 | 100101 | 100 | 101010110 | 1010111 | 1000110 |
Color Harmonies of #F5729A
Complementary color
Monochromatic Colors of #F5729A
Black with #F5729A
Text Example
Text Example
White with #F5729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5729A; }
p { color: rgb(245,114,154); }
H1.HeaderClassName
{
color: #F5729A;
}
.AnyTagClassName
{
color: #F5729A;
}
</style>
background-color css
<style>
a { background-color: #F5729A; }
a { background-color: rgb(245,114,154); }
div.DivClassName
{
background-color: #F5729A;
}
.BgClassName
{
background-color: #F5729A;
}
</style>
border-color css
<style>
span { border-color: #F5729A; }
span { border-color: rgb(245,114,154); }
td.TdClassName
{
border-color: #F5729A;
}
.TagClassName
{
border-color: #F5729A;
}
</style>