Shades of Tickle Me Pink #FF819C
Tints of Tickle Me Pink #FF819C
RGB
CMYK
RGB Variations
Color information
#FF819C (or 0xFF819C) is known color: Tickle Me Pink. HEX triplet: FF, 81 and 9C. RGB value is (255,129,156). Sum of RGB (Red+Green+Blue) = 255+129+156=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF819C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF819C is #007E63. Grayscale: #A9A9A9. Windows color (decimal): -32356 or 10256895. OLE color: 10256895.
HSL color Cylindrical-coordinate representation of color #FF819C: hue angle of 347.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF819C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 156 | - |
| CMYK | 0 | 0.49 | 0.39 | 0 |
| HSL | 347.14º | 1% | 0.75% | - |
| HSV(B) | 347.14º | 0.49% | 1% | - |
| XYZ | 55.09 | 39.36 | 36.15 | - |
| YUV | 169.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 156 | 0 | 0.49 | 0.39 | 0 | 347.14 | 1 | 0.75 |
| Hex | FF | 81 | 9C | 0 | 31 | 27 | 0 | 15B | 64 | 4B |
| Octal | 377 | 201 | 234 | 0 | 61 | 47 | 0 | 533 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10011100 | 0 | 110001 | 100111 | 0 | 101011011 | 1100100 | 1001011 |
Color Harmonies of #FF819C
Complementary color
Monochromatic Colors of #FF819C
Black with #FF819C
Text Example
Text Example
White with #FF819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF819C; }
p { color: rgb(255,129,156); }
H1.HeaderClassName
{
color: #FF819C;
}
.AnyTagClassName
{
color: #FF819C;
}
</style>
background-color css
<style>
a { background-color: #FF819C; }
a { background-color: rgb(255,129,156); }
div.DivClassName
{
background-color: #FF819C;
}
.BgClassName
{
background-color: #FF819C;
}
</style>
border-color css
<style>
span { border-color: #FF819C; }
span { border-color: rgb(255,129,156); }
td.TdClassName
{
border-color: #FF819C;
}
.TagClassName
{
border-color: #FF819C;
}
</style>