Shades of Tickle Me Pink #FF6BA0
Tints of Tickle Me Pink #FF6BA0
RGB
CMYK
RGB Variations
Color information
#FF6BA0 (or 0xFF6BA0) is known color: Tickle Me Pink. HEX triplet: FF, 6B and A0. RGB value is (255,107,160). Sum of RGB (Red+Green+Blue) = 255+107+160=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6BA0 is #00945F. Grayscale: #9D9D9D. Windows color (decimal): -37984 or 10513407. OLE color: 10513407.
HSL color Cylindrical-coordinate representation of color #FF6BA0: hue angle of 338.51º 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 #FF6BA0 is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 107 | 160 | - |
| CMYK | 0 | 0.58 | 0.37 | 0 |
| HSL | 338.51º | 1% | 0.71% | - |
| HSV(B) | 338.51º | 0.58% | 1% | - |
| XYZ | 52.84 | 34.31 | 37.1 | - |
| YUV | 157.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 107 | 160 | 0 | 0.58 | 0.37 | 0 | 338.51 | 1 | 0.71 |
| Hex | FF | 6B | A0 | 0 | 3A | 25 | 0 | 153 | 64 | 47 |
| Octal | 377 | 153 | 240 | 0 | 72 | 45 | 0 | 523 | 144 | 107 |
| Binary | 11111111 | 1101011 | 10100000 | 0 | 111010 | 100101 | 0 | 101010011 | 1100100 | 1000111 |
Color Harmonies of #FF6BA0
Complementary color
Monochromatic Colors of #FF6BA0
Black with #FF6BA0
Text Example
Text Example
White with #FF6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6BA0; }
p { color: rgb(255,107,160); }
H1.HeaderClassName
{
color: #FF6BA0;
}
.AnyTagClassName
{
color: #FF6BA0;
}
</style>
background-color css
<style>
a { background-color: #FF6BA0; }
a { background-color: rgb(255,107,160); }
div.DivClassName
{
background-color: #FF6BA0;
}
.BgClassName
{
background-color: #FF6BA0;
}
</style>
border-color css
<style>
span { border-color: #FF6BA0; }
span { border-color: rgb(255,107,160); }
td.TdClassName
{
border-color: #FF6BA0;
}
.TagClassName
{
border-color: #FF6BA0;
}
</style>