Shades of Tickle Me Pink #FF6B96
Tints of Tickle Me Pink #FF6B96
RGB
CMYK
RGB Variations
Color information
#FF6B96 (or 0xFF6B96) is known color: Tickle Me Pink. HEX triplet: FF, 6B and 96. RGB value is (255,107,150). Sum of RGB (Red+Green+Blue) = 255+107+150=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B96 is #009469. Grayscale: #9C9C9C. Windows color (decimal): -37994 or 9858047. OLE color: 9858047.
HSL color Cylindrical-coordinate representation of color #FF6B96: hue angle of 342.57º 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 #FF6B96 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 150 | - |
| CMYK | 0 | 0.58 | 0.41 | 0 |
| HSL | 342.57º | 1% | 0.71% | - |
| HSV(B) | 342.57º | 0.58% | 1% | - |
| XYZ | 52 | 33.98 | 32.67 | - |
| YUV | 156.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 150 | 0 | 0.58 | 0.41 | 0 | 342.57 | 1 | 0.71 |
| Hex | FF | 6B | 96 | 0 | 3A | 29 | 0 | 157 | 64 | 47 |
| Octal | 377 | 153 | 226 | 0 | 72 | 51 | 0 | 527 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10010110 | 0 | 111010 | 101001 | 0 | 101010111 | 1100100 | 1000111 |
Color Harmonies of #FF6B96
Complementary color
Monochromatic Colors of #FF6B96
Black with #FF6B96
Text Example
Text Example
White with #FF6B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6B96; }
p { color: rgb(255,107,150); }
H1.HeaderClassName
{
color: #FF6B96;
}
.AnyTagClassName
{
color: #FF6B96;
}
</style>
background-color css
<style>
a { background-color: #FF6B96; }
a { background-color: rgb(255,107,150); }
div.DivClassName
{
background-color: #FF6B96;
}
.BgClassName
{
background-color: #FF6B96;
}
</style>
border-color css
<style>
span { border-color: #FF6B96; }
span { border-color: rgb(255,107,150); }
td.TdClassName
{
border-color: #FF6B96;
}
.TagClassName
{
border-color: #FF6B96;
}
</style>