Shades of Tickle Me Pink #FF809C
Tints of Tickle Me Pink #FF809C
RGB
CMYK
RGB Variations
Color information
#FF809C (or 0xFF809C) is known color: Tickle Me Pink. HEX triplet: FF, 80 and 9C. RGB value is (255,128,156). Sum of RGB (Red+Green+Blue) = 255+128+156=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF809C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF809C is #007F63. Grayscale: #A9A9A9. Windows color (decimal): -32612 or 10256639. OLE color: 10256639.
HSL color Cylindrical-coordinate representation of color #FF809C: hue angle of 346.77º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF809C is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 156 | - |
| CMYK | 0 | 0.50 | 0.39 | 0 |
| HSL | 346.77º | 1% | 0.75% | - |
| HSV(B) | 346.77º | 0.5% | 1% | - |
| XYZ | 54.96 | 39.1 | 36.1 | - |
| YUV | 169.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 156 | 0 | 0.50 | 0.39 | 0 | 346.77 | 1 | 0.75 |
| Hex | FF | 80 | 9C | 0 | 32 | 27 | 0 | 15B | 64 | 4B |
| Octal | 377 | 200 | 234 | 0 | 62 | 47 | 0 | 533 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10011100 | 0 | 110010 | 100111 | 0 | 101011011 | 1100100 | 1001011 |
Color Harmonies of #FF809C
Complementary color
Monochromatic Colors of #FF809C
Black with #FF809C
Text Example
Text Example
White with #FF809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF809C; }
p { color: rgb(255,128,156); }
H1.HeaderClassName
{
color: #FF809C;
}
.AnyTagClassName
{
color: #FF809C;
}
</style>
background-color css
<style>
a { background-color: #FF809C; }
a { background-color: rgb(255,128,156); }
div.DivClassName
{
background-color: #FF809C;
}
.BgClassName
{
background-color: #FF809C;
}
</style>
border-color css
<style>
span { border-color: #FF809C; }
span { border-color: rgb(255,128,156); }
td.TdClassName
{
border-color: #FF809C;
}
.TagClassName
{
border-color: #FF809C;
}
</style>