Shades of Tickle Me Pink #F585A8
Tints of Tickle Me Pink #F585A8
RGB
CMYK
RGB Variations
Color information
#F585A8 (or 0xF585A8) is known color: Tickle Me Pink. HEX triplet: F5, 85 and A8. RGB value is (245,133,168). Sum of RGB (Red+Green+Blue) = 245+133+168=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F585A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585A8 is #0A7A57. Grayscale: #AAAAAA. Windows color (decimal): -686680 or 11044341. OLE color: 11044341.
HSL color Cylindrical-coordinate representation of color #F585A8: hue angle of 341.25º 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 #F585A8 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 133 | 168 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.04 |
| HSL | 341.25º | 0.85% | 0.74% | - |
| HSV(B) | 341.25º | 0.46% | 0.96% | - |
| XYZ | 53.11 | 39.01 | 41.78 | - |
| YUV | 170.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 133 | 168 | 0 | 0.46 | 0.31 | 0.04 | 341.25 | 0.85 | 0.74 |
| Hex | F5 | 85 | A8 | 0 | 2E | 1F | 4 | 155 | 55 | 4A |
| Octal | 365 | 205 | 250 | 0 | 56 | 37 | 4 | 525 | 125 | 112 |
| Binary | 11110101 | 10000101 | 10101000 | 0 | 101110 | 11111 | 100 | 101010101 | 1010101 | 1001010 |
Color Harmonies of #F585A8
Complementary color
Monochromatic Colors of #F585A8
Black with #F585A8
Text Example
Text Example
White with #F585A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F585A8; }
p { color: rgb(245,133,168); }
H1.HeaderClassName
{
color: #F585A8;
}
.AnyTagClassName
{
color: #F585A8;
}
</style>
background-color css
<style>
a { background-color: #F585A8; }
a { background-color: rgb(245,133,168); }
div.DivClassName
{
background-color: #F585A8;
}
.BgClassName
{
background-color: #F585A8;
}
</style>
border-color css
<style>
span { border-color: #F585A8; }
span { border-color: rgb(245,133,168); }
td.TdClassName
{
border-color: #F585A8;
}
.TagClassName
{
border-color: #F585A8;
}
</style>