Shades of Tickle Me Pink #F5819C
Tints of Tickle Me Pink #F5819C
RGB
CMYK
RGB Variations
Color information
#F5819C (or 0xF5819C) is known color: Tickle Me Pink. HEX triplet: F5, 81 and 9C. RGB value is (245,129,156). Sum of RGB (Red+Green+Blue) = 245+129+156=530 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.23% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 245 - color contains mainly: red. Hex color #F5819C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5819C is #0A7E63. Grayscale: #A6A6A6. Windows color (decimal): -687716 or 10256885. OLE color: 10256885.
HSL color Cylindrical-coordinate representation of color #F5819C: hue angle of 346.03º 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 #F5819C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 129 | 156 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.04 |
| HSL | 346.03º | 0.85% | 0.73% | - |
| HSV(B) | 346.03º | 0.47% | 0.96% | - |
| XYZ | 51.51 | 37.51 | 35.98 | - |
| YUV | 166.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 129 | 156 | 0 | 0.47 | 0.36 | 0.04 | 346.03 | 0.85 | 0.73 |
| Hex | F5 | 81 | 9C | 0 | 2F | 24 | 4 | 15A | 55 | 49 |
| Octal | 365 | 201 | 234 | 0 | 57 | 44 | 4 | 532 | 125 | 111 |
| Binary | 11110101 | 10000001 | 10011100 | 0 | 101111 | 100100 | 100 | 101011010 | 1010101 | 1001001 |
Color Harmonies of #F5819C
Complementary color
Monochromatic Colors of #F5819C
Black with #F5819C
Text Example
Text Example
White with #F5819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5819C; }
p { color: rgb(245,129,156); }
H1.HeaderClassName
{
color: #F5819C;
}
.AnyTagClassName
{
color: #F5819C;
}
</style>
background-color css
<style>
a { background-color: #F5819C; }
a { background-color: rgb(245,129,156); }
div.DivClassName
{
background-color: #F5819C;
}
.BgClassName
{
background-color: #F5819C;
}
</style>
border-color css
<style>
span { border-color: #F5819C; }
span { border-color: rgb(245,129,156); }
td.TdClassName
{
border-color: #F5819C;
}
.TagClassName
{
border-color: #F5819C;
}
</style>