Shades of Tickle Me Pink #F5759F
Tints of Tickle Me Pink #F5759F
RGB
CMYK
RGB Variations
Color information
#F5759F (or 0xF5759F) is known color: Tickle Me Pink. HEX triplet: F5, 75 and 9F. RGB value is (245,117,159). Sum of RGB (Red+Green+Blue) = 245+117+159=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5759F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5759F is #0A8A60. Grayscale: #A0A0A0. Windows color (decimal): -690785 or 10450421. OLE color: 10450421.
HSL color Cylindrical-coordinate representation of color #F5759F: hue angle of 340.31º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5759F is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 159 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.04 |
| HSL | 340.31º | 0.86% | 0.71% | - |
| HSV(B) | 340.31º | 0.52% | 0.96% | - |
| XYZ | 50.28 | 34.64 | 36.84 | - |
| YUV | 160.06 | 127.41 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 159 | 0 | 0.52 | 0.35 | 0.04 | 340.31 | 0.86 | 0.71 |
| Hex | F5 | 75 | 9F | 0 | 34 | 23 | 4 | 154 | 56 | 47 |
| Octal | 365 | 165 | 237 | 0 | 64 | 43 | 4 | 524 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10011111 | 0 | 110100 | 100011 | 100 | 101010100 | 1010110 | 1000111 |
Color Harmonies of #F5759F
Complementary color
Monochromatic Colors of #F5759F
Black with #F5759F
Text Example
Text Example
White with #F5759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5759F; }
p { color: rgb(245,117,159); }
H1.HeaderClassName
{
color: #F5759F;
}
.AnyTagClassName
{
color: #F5759F;
}
</style>
background-color css
<style>
a { background-color: #F5759F; }
a { background-color: rgb(245,117,159); }
div.DivClassName
{
background-color: #F5759F;
}
.BgClassName
{
background-color: #F5759F;
}
</style>
border-color css
<style>
span { border-color: #F5759F; }
span { border-color: rgb(245,117,159); }
td.TdClassName
{
border-color: #F5759F;
}
.TagClassName
{
border-color: #F5759F;
}
</style>