Inverts a color.
COLORINVERT(color)
color
COLORINVERT("#FF0000")
Result: rgba(0, 255, 255, 1.0000)
rgba(0, 255, 255, 1.0000)
Note: This will return the inverted color of the original red color.