Shades of Tickle Me Pink #F680AF
Tints of Tickle Me Pink #F680AF
RGB
CMYK
RGB Variations
Color information
#F680AF (or 0xF680AF) is known color: Tickle Me Pink. HEX triplet: F6, 80 and AF. RGB value is (246,128,175). Sum of RGB (Red+Green+Blue) = 246+128+175=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F680AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F680AF is #097F50. Grayscale: #A8A8A8. Windows color (decimal): -622417 or 11501814. OLE color: 11501814.
HSL color Cylindrical-coordinate representation of color #F680AF: hue angle of 336.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680AF is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 175 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.04 |
| HSL | 336.1º | 0.87% | 0.73% | - |
| HSV(B) | 336.1º | 0.48% | 0.96% | - |
| XYZ | 53.46 | 38.13 | 45.1 | - |
| YUV | 168.64 | 131.59 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 175 | 0 | 0.48 | 0.29 | 0.04 | 336.1 | 0.87 | 0.73 |
| Hex | F6 | 80 | AF | 0 | 30 | 1D | 4 | 150 | 57 | 49 |
| Octal | 366 | 200 | 257 | 0 | 60 | 35 | 4 | 520 | 127 | 111 |
| Binary | 11110110 | 10000000 | 10101111 | 0 | 110000 | 11101 | 100 | 101010000 | 1010111 | 1001001 |
Color Harmonies of #F680AF
Complementary color
Monochromatic Colors of #F680AF
Black with #F680AF
Text Example
Text Example
White with #F680AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680AF; }
p { color: rgb(246,128,175); }
H1.HeaderClassName
{
color: #F680AF;
}
.AnyTagClassName
{
color: #F680AF;
}
</style>
background-color css
<style>
a { background-color: #F680AF; }
a { background-color: rgb(246,128,175); }
div.DivClassName
{
background-color: #F680AF;
}
.BgClassName
{
background-color: #F680AF;
}
</style>
border-color css
<style>
span { border-color: #F680AF; }
span { border-color: rgb(246,128,175); }
td.TdClassName
{
border-color: #F680AF;
}
.TagClassName
{
border-color: #F680AF;
}
</style>