Shades of Tickle Me Pink #F5719A
Tints of Tickle Me Pink #F5719A
RGB
CMYK
RGB Variations
Color information
#F5719A (or 0xF5719A) is known color: Tickle Me Pink. HEX triplet: F5, 71 and 9A. RGB value is (245,113,154). Sum of RGB (Red+Green+Blue) = 245+113+154=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5719A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5719A is #0A8E65. Grayscale: #9D9D9D. Windows color (decimal): -691814 or 10121717. OLE color: 10121717.
HSL color Cylindrical-coordinate representation of color #F5719A: hue angle of 341.36º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F5719A is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 154 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.04 |
| HSL | 341.36º | 0.87% | 0.7% | - |
| HSV(B) | 341.36º | 0.54% | 0.96% | - |
| XYZ | 49.39 | 33.56 | 34.45 | - |
| YUV | 157.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 154 | 0 | 0.54 | 0.37 | 0.04 | 341.36 | 0.87 | 0.7 |
| Hex | F5 | 71 | 9A | 0 | 36 | 25 | 4 | 155 | 57 | 46 |
| Octal | 365 | 161 | 232 | 0 | 66 | 45 | 4 | 525 | 127 | 106 |
| Binary | 11110101 | 1110001 | 10011010 | 0 | 110110 | 100101 | 100 | 101010101 | 1010111 | 1000110 |
Color Harmonies of #F5719A
Complementary color
Monochromatic Colors of #F5719A
Black with #F5719A
Text Example
Text Example
White with #F5719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5719A; }
p { color: rgb(245,113,154); }
H1.HeaderClassName
{
color: #F5719A;
}
.AnyTagClassName
{
color: #F5719A;
}
</style>
background-color css
<style>
a { background-color: #F5719A; }
a { background-color: rgb(245,113,154); }
div.DivClassName
{
background-color: #F5719A;
}
.BgClassName
{
background-color: #F5719A;
}
</style>
border-color css
<style>
span { border-color: #F5719A; }
span { border-color: rgb(245,113,154); }
td.TdClassName
{
border-color: #F5719A;
}
.TagClassName
{
border-color: #F5719A;
}
</style>