Shades of Tickle Me Pink #FF6C96
Tints of Tickle Me Pink #FF6C96
RGB
CMYK
RGB Variations
Color information
#FF6C96 (or 0xFF6C96) is known color: Tickle Me Pink. HEX triplet: FF, 6C and 96. RGB value is (255,108,150). Sum of RGB (Red+Green+Blue) = 255+108+150=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C96 is #009369. Grayscale: #9C9C9C. Windows color (decimal): -37738 or 9858303. OLE color: 9858303.
HSL color Cylindrical-coordinate representation of color #FF6C96: hue angle of 342.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C96 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 150 | - |
| CMYK | 0 | 0.58 | 0.41 | 0 |
| HSL | 342.86º | 1% | 0.71% | - |
| HSV(B) | 342.86º | 0.58% | 1% | - |
| XYZ | 52.11 | 34.19 | 32.71 | - |
| YUV | 156.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 150 | 0 | 0.58 | 0.41 | 0 | 342.86 | 1 | 0.71 |
| Hex | FF | 6C | 96 | 0 | 3A | 29 | 0 | 157 | 64 | 47 |
| Octal | 377 | 154 | 226 | 0 | 72 | 51 | 0 | 527 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10010110 | 0 | 111010 | 101001 | 0 | 101010111 | 1100100 | 1000111 |
Color Harmonies of #FF6C96
Complementary color
Monochromatic Colors of #FF6C96
Black with #FF6C96
Text Example
Text Example
White with #FF6C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C96; }
p { color: rgb(255,108,150); }
H1.HeaderClassName
{
color: #FF6C96;
}
.AnyTagClassName
{
color: #FF6C96;
}
</style>
background-color css
<style>
a { background-color: #FF6C96; }
a { background-color: rgb(255,108,150); }
div.DivClassName
{
background-color: #FF6C96;
}
.BgClassName
{
background-color: #FF6C96;
}
</style>
border-color css
<style>
span { border-color: #FF6C96; }
span { border-color: rgb(255,108,150); }
td.TdClassName
{
border-color: #FF6C96;
}
.TagClassName
{
border-color: #FF6C96;
}
</style>