Shades of Tickle Me Pink #F585A2
Tints of Tickle Me Pink #F585A2
RGB
CMYK
RGB Variations
Color information
#F585A2 (or 0xF585A2) is known color: Tickle Me Pink. HEX triplet: F5, 85 and A2. RGB value is (245,133,162). Sum of RGB (Red+Green+Blue) = 245+133+162=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F585A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585A2 is #0A7A5D. Grayscale: #A9A9A9. Windows color (decimal): -686686 or 10651125. OLE color: 10651125.
HSL color Cylindrical-coordinate representation of color #F585A2: hue angle of 344.46º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F585A2 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 162 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.04 |
| HSL | 344.46º | 0.85% | 0.74% | - |
| HSV(B) | 344.46º | 0.46% | 0.96% | - |
| XYZ | 52.57 | 38.8 | 38.9 | - |
| YUV | 169.79 | 123.61 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 162 | 0 | 0.46 | 0.34 | 0.04 | 344.46 | 0.85 | 0.74 |
| Hex | F5 | 85 | A2 | 0 | 2E | 22 | 4 | 158 | 55 | 4A |
| Octal | 365 | 205 | 242 | 0 | 56 | 42 | 4 | 530 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10100010 | 0 | 101110 | 100010 | 100 | 101011000 | 1010101 | 1001010 |
Color Harmonies of #F585A2
Complementary color
Monochromatic Colors of #F585A2
Black with #F585A2
Text Example
Text Example
White with #F585A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585A2; }
p { color: rgb(245,133,162); }
H1.HeaderClassName
{
color: #F585A2;
}
.AnyTagClassName
{
color: #F585A2;
}
</style>
background-color css
<style>
a { background-color: #F585A2; }
a { background-color: rgb(245,133,162); }
div.DivClassName
{
background-color: #F585A2;
}
.BgClassName
{
background-color: #F585A2;
}
</style>
border-color css
<style>
span { border-color: #F585A2; }
span { border-color: rgb(245,133,162); }
td.TdClassName
{
border-color: #F585A2;
}
.TagClassName
{
border-color: #F585A2;
}
</style>