Shades of Tickle Me Pink #F585AD
Tints of Tickle Me Pink #F585AD
RGB
CMYK
RGB Variations
Color information
#F585AD (or 0xF585AD) is known color: Tickle Me Pink. HEX triplet: F5, 85 and AD. RGB value is (245,133,173). Sum of RGB (Red+Green+Blue) = 245+133+173=551 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.46% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 245 - color contains mainly: red. Hex color #F585AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585AD is #0A7A52. Grayscale: #ABABAB. Windows color (decimal): -686675 or 11372021. OLE color: 11372021.
HSL color Cylindrical-coordinate representation of color #F585AD: hue angle of 338.57º 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 #F585AD is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 173 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.04 |
| HSL | 338.57º | 0.85% | 0.74% | - |
| HSV(B) | 338.57º | 0.46% | 0.96% | - |
| XYZ | 53.59 | 39.2 | 44.28 | - |
| YUV | 171.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 173 | 0 | 0.46 | 0.29 | 0.04 | 338.57 | 0.85 | 0.74 |
| Hex | F5 | 85 | AD | 0 | 2E | 1D | 4 | 153 | 55 | 4A |
| Octal | 365 | 205 | 255 | 0 | 56 | 35 | 4 | 523 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10101101 | 0 | 101110 | 11101 | 100 | 101010011 | 1010101 | 1001010 |
Color Harmonies of #F585AD
Complementary color
Monochromatic Colors of #F585AD
Black with #F585AD
Text Example
Text Example
White with #F585AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585AD; }
p { color: rgb(245,133,173); }
H1.HeaderClassName
{
color: #F585AD;
}
.AnyTagClassName
{
color: #F585AD;
}
</style>
background-color css
<style>
a { background-color: #F585AD; }
a { background-color: rgb(245,133,173); }
div.DivClassName
{
background-color: #F585AD;
}
.BgClassName
{
background-color: #F585AD;
}
</style>
border-color css
<style>
span { border-color: #F585AD; }
span { border-color: rgb(245,133,173); }
td.TdClassName
{
border-color: #F585AD;
}
.TagClassName
{
border-color: #F585AD;
}
</style>