Shades of Tickle Me Pink #F5769C
Tints of Tickle Me Pink #F5769C
RGB
CMYK
RGB Variations
Color information
#F5769C (or 0xF5769C) is known color: Tickle Me Pink. HEX triplet: F5, 76 and 9C. RGB value is (245,118,156). Sum of RGB (Red+Green+Blue) = 245+118+156=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5769C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5769C is #0A8963. Grayscale: #A0A0A0. Windows color (decimal): -690532 or 10254069. OLE color: 10254069.
HSL color Cylindrical-coordinate representation of color #F5769C: hue angle of 342.05º 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 #F5769C is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 156 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.04 |
| HSL | 342.05º | 0.86% | 0.71% | - |
| HSV(B) | 342.05º | 0.52% | 0.96% | - |
| XYZ | 50.14 | 34.77 | 35.52 | - |
| YUV | 160.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 156 | 0 | 0.52 | 0.36 | 0.04 | 342.05 | 0.86 | 0.71 |
| Hex | F5 | 76 | 9C | 0 | 34 | 24 | 4 | 156 | 56 | 47 |
| Octal | 365 | 166 | 234 | 0 | 64 | 44 | 4 | 526 | 126 | 107 |
| Binary | 11110101 | 1110110 | 10011100 | 0 | 110100 | 100100 | 100 | 101010110 | 1010110 | 1000111 |
Color Harmonies of #F5769C
Complementary color
Monochromatic Colors of #F5769C
Black with #F5769C
Text Example
Text Example
White with #F5769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5769C; }
p { color: rgb(245,118,156); }
H1.HeaderClassName
{
color: #F5769C;
}
.AnyTagClassName
{
color: #F5769C;
}
</style>
background-color css
<style>
a { background-color: #F5769C; }
a { background-color: rgb(245,118,156); }
div.DivClassName
{
background-color: #F5769C;
}
.BgClassName
{
background-color: #F5769C;
}
</style>
border-color css
<style>
span { border-color: #F5769C; }
span { border-color: rgb(245,118,156); }
td.TdClassName
{
border-color: #F5769C;
}
.TagClassName
{
border-color: #F5769C;
}
</style>