hex2rgb | R Documentation |
Hex to RGB colors
hex2rgb(color)
color |
Color in hex format (e.g. "#ffffff"). |
A color in RGB format (e.g. c(255, 255, 255)
).
hex2rgb("#ffffff")
hex2rgb("#000000")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.