Shades of Tickle Me Pink #F573A1
Tints of Tickle Me Pink #F573A1
RGB
CMYK
RGB Variations
Color information
#F573A1 (or 0xF573A1) is known color: Tickle Me Pink. HEX triplet: F5, 73 and A1. RGB value is (245,115,161). Sum of RGB (Red+Green+Blue) = 245+115+161=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F573A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F573A1 is #0A8C5E. Grayscale: #9F9F9F. Windows color (decimal): -691295 or 10580981. OLE color: 10580981.
HSL color Cylindrical-coordinate representation of color #F573A1: hue angle of 338.77º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573A1 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 161 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.04 |
| HSL | 338.77º | 0.87% | 0.71% | - |
| HSV(B) | 338.77º | 0.53% | 0.96% | - |
| XYZ | 50.22 | 34.25 | 37.68 | - |
| YUV | 159.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 161 | 0 | 0.53 | 0.34 | 0.04 | 338.77 | 0.87 | 0.71 |
| Hex | F5 | 73 | A1 | 0 | 35 | 22 | 4 | 153 | 57 | 47 |
| Octal | 365 | 163 | 241 | 0 | 65 | 42 | 4 | 523 | 127 | 107 |
| Binary | 11110101 | 1110011 | 10100001 | 0 | 110101 | 100010 | 100 | 101010011 | 1010111 | 1000111 |
Color Harmonies of #F573A1
Complementary color
Monochromatic Colors of #F573A1
Black with #F573A1
Text Example
Text Example
White with #F573A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573A1; }
p { color: rgb(245,115,161); }
H1.HeaderClassName
{
color: #F573A1;
}
.AnyTagClassName
{
color: #F573A1;
}
</style>
background-color css
<style>
a { background-color: #F573A1; }
a { background-color: rgb(245,115,161); }
div.DivClassName
{
background-color: #F573A1;
}
.BgClassName
{
background-color: #F573A1;
}
</style>
border-color css
<style>
span { border-color: #F573A1; }
span { border-color: rgb(245,115,161); }
td.TdClassName
{
border-color: #F573A1;
}
.TagClassName
{
border-color: #F573A1;
}
</style>