Shades of Ruby #F21E73
Tints of Ruby #F21E73
RGB
CMYK
RGB Variations
Color information
#F21E73 (or 0xF21E73) is known color: Ruby. HEX triplet: F2, 1E and 73. RGB value is (242,30,115). Sum of RGB (Red+Green+Blue) = 242+30+115=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E73 is #0DE18C. Grayscale: #666666. Windows color (decimal): -909709 or 7544562. OLE color: 7544562.
HSL color Cylindrical-coordinate representation of color #F21E73: hue angle of 335.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21E73 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 115 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.05 |
| HSL | 335.94º | 0.89% | 0.53% | - |
| HSV(B) | 335.94º | 0.88% | 0.95% | - |
| XYZ | 40.18 | 21.04 | 18.16 | - |
| YUV | 103.08 | 134.74 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 115 | 0 | 0.88 | 0.52 | 0.05 | 335.94 | 0.89 | 0.53 |
| Hex | F2 | 1E | 73 | 0 | 58 | 34 | 5 | 150 | 59 | 35 |
| Octal | 362 | 36 | 163 | 0 | 130 | 64 | 5 | 520 | 131 | 65 |
| Binary | 11110010 | 11110 | 1110011 | 0 | 1011000 | 110100 | 101 | 101010000 | 1011001 | 110101 |
Color Harmonies of #F21E73
Complementary color
Monochromatic Colors of #F21E73
Black with #F21E73
Text Example
Text Example
White with #F21E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E73; }
p { color: rgb(242,30,115); }
H1.HeaderClassName
{
color: #F21E73;
}
.AnyTagClassName
{
color: #F21E73;
}
</style>
background-color css
<style>
a { background-color: #F21E73; }
a { background-color: rgb(242,30,115); }
div.DivClassName
{
background-color: #F21E73;
}
.BgClassName
{
background-color: #F21E73;
}
</style>
border-color css
<style>
span { border-color: #F21E73; }
span { border-color: rgb(242,30,115); }
td.TdClassName
{
border-color: #F21E73;
}
.TagClassName
{
border-color: #F21E73;
}
</style>