Shades of Tickle Me Pink #F575AC
Tints of Tickle Me Pink #F575AC
RGB
CMYK
RGB Variations
Color information
#F575AC (or 0xF575AC) is known color: Tickle Me Pink. HEX triplet: F5, 75 and AC. RGB value is (245,117,172). Sum of RGB (Red+Green+Blue) = 245+117+172=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F575AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F575AC is #0A8A53. Grayscale: #A1A1A1. Windows color (decimal): -690772 or 11302389. OLE color: 11302389.
HSL color Cylindrical-coordinate representation of color #F575AC: hue angle of 334.22º 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 #F575AC is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 172 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.04 |
| HSL | 334.22º | 0.86% | 0.71% | - |
| HSV(B) | 334.22º | 0.52% | 0.96% | - |
| XYZ | 51.46 | 35.11 | 43.09 | - |
| YUV | 161.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 172 | 0 | 0.52 | 0.30 | 0.04 | 334.22 | 0.86 | 0.71 |
| Hex | F5 | 75 | AC | 0 | 34 | 1E | 4 | 14E | 56 | 47 |
| Octal | 365 | 165 | 254 | 0 | 64 | 36 | 4 | 516 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10101100 | 0 | 110100 | 11110 | 100 | 101001110 | 1010110 | 1000111 |
Color Harmonies of #F575AC
Complementary color
Monochromatic Colors of #F575AC
Black with #F575AC
Text Example
Text Example
White with #F575AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575AC; }
p { color: rgb(245,117,172); }
H1.HeaderClassName
{
color: #F575AC;
}
.AnyTagClassName
{
color: #F575AC;
}
</style>
background-color css
<style>
a { background-color: #F575AC; }
a { background-color: rgb(245,117,172); }
div.DivClassName
{
background-color: #F575AC;
}
.BgClassName
{
background-color: #F575AC;
}
</style>
border-color css
<style>
span { border-color: #F575AC; }
span { border-color: rgb(245,117,172); }
td.TdClassName
{
border-color: #F575AC;
}
.TagClassName
{
border-color: #F575AC;
}
</style>