What is the RGB code for ruby?
The CSS color ruby in RGB format is rgb(202, 1, 71). Use this value directly in CSS, SVG, and most design tools.
How do I use ruby in CSS?
To apply ruby in CSS:
- Text color: color: rgb(202, 1, 71);
- Background: background-color: rgb(202, 1, 71);
- Border: border-color: rgb(202, 1, 71);
What are all the color format values for ruby?
| Format | Value |
|---|---|
| HEX | #ca0147 |
| RGB | rgb(202, 1, 71) |
| HSL | hsl(339.1, 99%, 39.8%) |
| CMYK | cmyk(0%, 99.5%, 64.9%, 20.8%) |
How do I convert ruby to RGB?
Select ruby from the color name list in our color converter. The RGB value — rgb(202, 1, 71) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does ruby belong to?
ruby belongs to the pink color family. It is a medium, vivid color with HSL values: hue 339.1°, saturation 99%, lightness 39.8%.
How do I create lighter and darker shades of ruby?
Lighter variant (lightness 54.8%): #fe1a69. Darker variant (lightness 24.799999999999997%): #7e012c. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.