0.1.0 • Published 8 years ago
@defo550/rgb-to-hex v0.1.0
Convert RGB color to HEX
Installation
Package is distributed via npm:
npm i @defo550/rgb-to-hex
Usage
const rgbToHex = require('@defo550/rgb-to-hex');
rgbToHex(246, 141, 100);
// 'f68d64'
rgbToHex('rgb(58 81 113)');
// '3a5171'