Converts hex color to rgb and calculates appropriate corresponding foreground.
A simple library for handling conversion of color models (such as rgb, rgba, hex, hsl, etc) and generating different color harmonies (such as complementary, monochromatic, etc).
Converts a hex color value to it's coresponding rgb value and returns it in an array like format of red, green, blue color values