Shades of Tickle Me Pink #F585AF
Tints of Tickle Me Pink #F585AF
RGB
CMYK
RGB Variations
Color information
#F585AF (or 0xF585AF) is known color: Tickle Me Pink. HEX triplet: F5, 85 and AF. RGB value is (245,133,175). Sum of RGB (Red+Green+Blue) = 245+133+175=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F585AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585AF is #0A7A50. Grayscale: #ABABAB. Windows color (decimal): -686673 or 11503093. OLE color: 11503093.
HSL color Cylindrical-coordinate representation of color #F585AF: hue angle of 337.5º 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 #F585AF is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 175 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.04 |
| HSL | 337.5º | 0.85% | 0.74% | - |
| HSV(B) | 337.5º | 0.46% | 0.96% | - |
| XYZ | 53.78 | 39.28 | 45.31 | - |
| YUV | 171.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 175 | 0 | 0.46 | 0.29 | 0.04 | 337.5 | 0.85 | 0.74 |
| Hex | F5 | 85 | AF | 0 | 2E | 1D | 4 | 152 | 55 | 4A |
| Octal | 365 | 205 | 257 | 0 | 56 | 35 | 4 | 522 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10101111 | 0 | 101110 | 11101 | 100 | 101010010 | 1010101 | 1001010 |
Color Harmonies of #F585AF
Complementary color
Monochromatic Colors of #F585AF
Black with #F585AF
Text Example
Text Example
White with #F585AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585AF; }
p { color: rgb(245,133,175); }
H1.HeaderClassName
{
color: #F585AF;
}
.AnyTagClassName
{
color: #F585AF;
}
</style>
background-color css
<style>
a { background-color: #F585AF; }
a { background-color: rgb(245,133,175); }
div.DivClassName
{
background-color: #F585AF;
}
.BgClassName
{
background-color: #F585AF;
}
</style>
border-color css
<style>
span { border-color: #F585AF; }
span { border-color: rgb(245,133,175); }
td.TdClassName
{
border-color: #F585AF;
}
.TagClassName
{
border-color: #F585AF;
}
</style>