Shades of Tickle Me Pink #F5819D
Tints of Tickle Me Pink #F5819D
RGB
CMYK
RGB Variations
Color information
#F5819D (or 0xF5819D) is known color: Tickle Me Pink. HEX triplet: F5, 81 and 9D. RGB value is (245,129,157). Sum of RGB (Red+Green+Blue) = 245+129+157=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5819D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5819D is #0A7E62. Grayscale: #A6A6A6. Windows color (decimal): -687715 or 10322421. OLE color: 10322421.
HSL color Cylindrical-coordinate representation of color #F5819D: hue angle of 345.52º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5819D is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 157 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.04 |
| HSL | 345.52º | 0.85% | 0.73% | - |
| HSV(B) | 345.52º | 0.47% | 0.96% | - |
| XYZ | 51.59 | 37.55 | 36.43 | - |
| YUV | 166.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 157 | 0 | 0.47 | 0.36 | 0.04 | 345.52 | 0.85 | 0.73 |
| Hex | F5 | 81 | 9D | 0 | 2F | 24 | 4 | 15A | 55 | 49 |
| Octal | 365 | 201 | 235 | 0 | 57 | 44 | 4 | 532 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10011101 | 0 | 101111 | 100100 | 100 | 101011010 | 1010101 | 1001001 |
Color Harmonies of #F5819D
Complementary color
Monochromatic Colors of #F5819D
Black with #F5819D
Text Example
Text Example
White with #F5819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5819D; }
p { color: rgb(245,129,157); }
H1.HeaderClassName
{
color: #F5819D;
}
.AnyTagClassName
{
color: #F5819D;
}
</style>
background-color css
<style>
a { background-color: #F5819D; }
a { background-color: rgb(245,129,157); }
div.DivClassName
{
background-color: #F5819D;
}
.BgClassName
{
background-color: #F5819D;
}
</style>
border-color css
<style>
span { border-color: #F5819D; }
span { border-color: rgb(245,129,157); }
td.TdClassName
{
border-color: #F5819D;
}
.TagClassName
{
border-color: #F5819D;
}
</style>