Shades of Tickle Me Pink #F5729B
Tints of Tickle Me Pink #F5729B
RGB
CMYK
RGB Variations
Color information
#F5729B (or 0xF5729B) is known color: Tickle Me Pink. HEX triplet: F5, 72 and 9B. RGB value is (245,114,155). Sum of RGB (Red+Green+Blue) = 245+114+155=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5729B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5729B is #0A8D64. Grayscale: #9D9D9D. Windows color (decimal): -691557 or 10187509. OLE color: 10187509.
HSL color Cylindrical-coordinate representation of color #F5729B: hue angle of 341.22º 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 #F5729B is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 155 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.04 |
| HSL | 341.22º | 0.87% | 0.7% | - |
| HSV(B) | 341.22º | 0.53% | 0.96% | - |
| XYZ | 49.59 | 33.81 | 34.92 | - |
| YUV | 157.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 155 | 0 | 0.53 | 0.37 | 0.04 | 341.22 | 0.87 | 0.7 |
| Hex | F5 | 72 | 9B | 0 | 35 | 25 | 4 | 155 | 57 | 46 |
| Octal | 365 | 162 | 233 | 0 | 65 | 45 | 4 | 525 | 127 | 106 |
| Binary | 11110101 | 1110010 | 10011011 | 0 | 110101 | 100101 | 100 | 101010101 | 1010111 | 1000110 |
Color Harmonies of #F5729B
Complementary color
Monochromatic Colors of #F5729B
Black with #F5729B
Text Example
Text Example
White with #F5729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5729B; }
p { color: rgb(245,114,155); }
H1.HeaderClassName
{
color: #F5729B;
}
.AnyTagClassName
{
color: #F5729B;
}
</style>
background-color css
<style>
a { background-color: #F5729B; }
a { background-color: rgb(245,114,155); }
div.DivClassName
{
background-color: #F5729B;
}
.BgClassName
{
background-color: #F5729B;
}
</style>
border-color css
<style>
span { border-color: #F5729B; }
span { border-color: rgb(245,114,155); }
td.TdClassName
{
border-color: #F5729B;
}
.TagClassName
{
border-color: #F5729B;
}
</style>