Shades of Tickle Me Pink #F5809D
Tints of Tickle Me Pink #F5809D
RGB
CMYK
RGB Variations
Color information
#F5809D (or 0xF5809D) is known color: Tickle Me Pink. HEX triplet: F5, 80 and 9D. RGB value is (245,128,157). Sum of RGB (Red+Green+Blue) = 245+128+157=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5809D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5809D is #0A7F62. Grayscale: #A6A6A6. Windows color (decimal): -687971 or 10322165. OLE color: 10322165.
HSL color Cylindrical-coordinate representation of color #F5809D: hue angle of 345.13º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5809D is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 157 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.04 |
| HSL | 345.13º | 0.85% | 0.73% | - |
| HSV(B) | 345.13º | 0.48% | 0.96% | - |
| XYZ | 51.46 | 37.29 | 36.38 | - |
| YUV | 166.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 157 | 0 | 0.48 | 0.36 | 0.04 | 345.13 | 0.85 | 0.73 |
| Hex | F5 | 80 | 9D | 0 | 30 | 24 | 4 | 159 | 55 | 49 |
| Octal | 365 | 200 | 235 | 0 | 60 | 44 | 4 | 531 | 125 | 111 |
| Binary | 11110101 | 10000000 | 10011101 | 0 | 110000 | 100100 | 100 | 101011001 | 1010101 | 1001001 |
Color Harmonies of #F5809D
Complementary color
Monochromatic Colors of #F5809D
Black with #F5809D
Text Example
Text Example
White with #F5809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5809D; }
p { color: rgb(245,128,157); }
H1.HeaderClassName
{
color: #F5809D;
}
.AnyTagClassName
{
color: #F5809D;
}
</style>
background-color css
<style>
a { background-color: #F5809D; }
a { background-color: rgb(245,128,157); }
div.DivClassName
{
background-color: #F5809D;
}
.BgClassName
{
background-color: #F5809D;
}
</style>
border-color css
<style>
span { border-color: #F5809D; }
span { border-color: rgb(245,128,157); }
td.TdClassName
{
border-color: #F5809D;
}
.TagClassName
{
border-color: #F5809D;
}
</style>