Shades of Tickle Me Pink #FF6C9B
Tints of Tickle Me Pink #FF6C9B
RGB
CMYK
RGB Variations
Color information
#FF6C9B (or 0xFF6C9B) is known color: Tickle Me Pink. HEX triplet: FF, 6C and 9B. RGB value is (255,108,155). Sum of RGB (Red+Green+Blue) = 255+108+155=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C9B is #009364. Grayscale: #9D9D9D. Windows color (decimal): -37733 or 10185983. OLE color: 10185983.
HSL color Cylindrical-coordinate representation of color #FF6C9B: hue angle of 340.82º 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 #FF6C9B is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 155 | - |
| CMYK | 0 | 0.58 | 0.39 | 0 |
| HSL | 340.82º | 1% | 0.71% | - |
| HSV(B) | 340.82º | 0.58% | 1% | - |
| XYZ | 52.52 | 34.35 | 34.87 | - |
| YUV | 157.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 155 | 0 | 0.58 | 0.39 | 0 | 340.82 | 1 | 0.71 |
| Hex | FF | 6C | 9B | 0 | 3A | 27 | 0 | 155 | 64 | 47 |
| Octal | 377 | 154 | 233 | 0 | 72 | 47 | 0 | 525 | 144 | 107 |
| Binary | 11111111 | 1101100 | 10011011 | 0 | 111010 | 100111 | 0 | 101010101 | 1100100 | 1000111 |
Color Harmonies of #FF6C9B
Complementary color
Monochromatic Colors of #FF6C9B
Black with #FF6C9B
Text Example
Text Example
White with #FF6C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C9B; }
p { color: rgb(255,108,155); }
H1.HeaderClassName
{
color: #FF6C9B;
}
.AnyTagClassName
{
color: #FF6C9B;
}
</style>
background-color css
<style>
a { background-color: #FF6C9B; }
a { background-color: rgb(255,108,155); }
div.DivClassName
{
background-color: #FF6C9B;
}
.BgClassName
{
background-color: #FF6C9B;
}
</style>
border-color css
<style>
span { border-color: #FF6C9B; }
span { border-color: rgb(255,108,155); }
td.TdClassName
{
border-color: #FF6C9B;
}
.TagClassName
{
border-color: #FF6C9B;
}
</style>