Shades of Tickle Me Pink #F575AB
Tints of Tickle Me Pink #F575AB
RGB
CMYK
RGB Variations
Color information
#F575AB (or 0xF575AB) is known color: Tickle Me Pink. HEX triplet: F5, 75 and AB. RGB value is (245,117,171). Sum of RGB (Red+Green+Blue) = 245+117+171=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F575AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F575AB is #0A8A54. Grayscale: #A1A1A1. Windows color (decimal): -690773 or 11236853. OLE color: 11236853.
HSL color Cylindrical-coordinate representation of color #F575AB: hue angle of 334.69º 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 #F575AB is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 171 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.04 |
| HSL | 334.69º | 0.86% | 0.71% | - |
| HSV(B) | 334.69º | 0.52% | 0.96% | - |
| XYZ | 51.37 | 35.08 | 42.59 | - |
| YUV | 161.43 | 133.41 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 171 | 0 | 0.52 | 0.30 | 0.04 | 334.69 | 0.86 | 0.71 |
| Hex | F5 | 75 | AB | 0 | 34 | 1E | 4 | 14F | 56 | 47 |
| Octal | 365 | 165 | 253 | 0 | 64 | 36 | 4 | 517 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10101011 | 0 | 110100 | 11110 | 100 | 101001111 | 1010110 | 1000111 |
Color Harmonies of #F575AB
Complementary color
Monochromatic Colors of #F575AB
Black with #F575AB
Text Example
Text Example
White with #F575AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575AB; }
p { color: rgb(245,117,171); }
H1.HeaderClassName
{
color: #F575AB;
}
.AnyTagClassName
{
color: #F575AB;
}
</style>
background-color css
<style>
a { background-color: #F575AB; }
a { background-color: rgb(245,117,171); }
div.DivClassName
{
background-color: #F575AB;
}
.BgClassName
{
background-color: #F575AB;
}
</style>
border-color css
<style>
span { border-color: #F575AB; }
span { border-color: rgb(245,117,171); }
td.TdClassName
{
border-color: #F575AB;
}
.TagClassName
{
border-color: #F575AB;
}
</style>