var r = "fefefe", color = (parseInt(r, 16) ^ 0xFFFFFF | 0x1000000).toString(16).substring(1); alert('#' + color);