Shades of Tickle Me Pink #F585AB
Tints of Tickle Me Pink #F585AB
RGB
CMYK
RGB Variations
Color information
#F585AB (or 0xF585AB) is known color: Tickle Me Pink. HEX triplet: F5, 85 and AB. RGB value is (245,133,171). Sum of RGB (Red+Green+Blue) = 245+133+171=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F585AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585AB is #0A7A54. Grayscale: #AAAAAA. Windows color (decimal): -686677 or 11240949. OLE color: 11240949.
HSL color Cylindrical-coordinate representation of color #F585AB: hue angle of 339.64º 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 #F585AB is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 171 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.04 |
| HSL | 339.64º | 0.85% | 0.74% | - |
| HSV(B) | 339.64º | 0.46% | 0.96% | - |
| XYZ | 53.39 | 39.13 | 43.27 | - |
| YUV | 170.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 171 | 0 | 0.46 | 0.30 | 0.04 | 339.64 | 0.85 | 0.74 |
| Hex | F5 | 85 | AB | 0 | 2E | 1E | 4 | 154 | 55 | 4A |
| Octal | 365 | 205 | 253 | 0 | 56 | 36 | 4 | 524 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10101011 | 0 | 101110 | 11110 | 100 | 101010100 | 1010101 | 1001010 |
Color Harmonies of #F585AB
Complementary color
Monochromatic Colors of #F585AB
Black with #F585AB
Text Example
Text Example
White with #F585AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585AB; }
p { color: rgb(245,133,171); }
H1.HeaderClassName
{
color: #F585AB;
}
.AnyTagClassName
{
color: #F585AB;
}
</style>
background-color css
<style>
a { background-color: #F585AB; }
a { background-color: rgb(245,133,171); }
div.DivClassName
{
background-color: #F585AB;
}
.BgClassName
{
background-color: #F585AB;
}
</style>
border-color css
<style>
span { border-color: #F585AB; }
span { border-color: rgb(245,133,171); }
td.TdClassName
{
border-color: #F585AB;
}
.TagClassName
{
border-color: #F585AB;
}
</style>