Shades of Tickle Me Pink #F985AF
Tints of Tickle Me Pink #F985AF
RGB
CMYK
RGB Variations
Color information
#F985AF (or 0xF985AF) is known color: Tickle Me Pink. HEX triplet: F9, 85 and AF. RGB value is (249,133,175). Sum of RGB (Red+Green+Blue) = 249+133+175=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F985AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985AF is #067A50. Grayscale: #ACACAC. Windows color (decimal): -424529 or 11503097. OLE color: 11503097.
HSL color Cylindrical-coordinate representation of color #F985AF: hue angle of 338.28º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985AF is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 175 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.02 |
| HSL | 338.28º | 0.91% | 0.75% | - |
| HSV(B) | 338.28º | 0.47% | 0.98% | - |
| XYZ | 55.19 | 40.01 | 45.37 | - |
| YUV | 172.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 175 | 0 | 0.47 | 0.30 | 0.02 | 338.28 | 0.91 | 0.75 |
| Hex | F9 | 85 | AF | 0 | 2F | 1E | 2 | 152 | 5B | 4B |
| Octal | 371 | 205 | 257 | 0 | 57 | 36 | 2 | 522 | 133 | 113 |
| Binary | 11111001 | 10000101 | 10101111 | 0 | 101111 | 11110 | 10 | 101010010 | 1011011 | 1001011 |
Color Harmonies of #F985AF
Complementary color
Monochromatic Colors of #F985AF
Black with #F985AF
Text Example
Text Example
White with #F985AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F985AF; }
p { color: rgb(249,133,175); }
H1.HeaderClassName
{
color: #F985AF;
}
.AnyTagClassName
{
color: #F985AF;
}
</style>
background-color css
<style>
a { background-color: #F985AF; }
a { background-color: rgb(249,133,175); }
div.DivClassName
{
background-color: #F985AF;
}
.BgClassName
{
background-color: #F985AF;
}
</style>
border-color css
<style>
span { border-color: #F985AF; }
span { border-color: rgb(249,133,175); }
td.TdClassName
{
border-color: #F985AF;
}
.TagClassName
{
border-color: #F985AF;
}
</style>