Shades of Ruby #F21E72
Tints of Ruby #F21E72
RGB
CMYK
RGB Variations
Color information
#F21E72 (or 0xF21E72) is known color: Ruby. HEX triplet: F2, 1E and 72. RGB value is (242,30,114). Sum of RGB (Red+Green+Blue) = 242+30+114=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F21E72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21E72 is #0DE18D. Grayscale: #666666. Windows color (decimal): -909710 or 7479026. OLE color: 7479026.
HSL color Cylindrical-coordinate representation of color #F21E72: hue angle of 336.23º 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 #F21E72 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 30 | 114 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.05 |
| HSL | 336.23º | 0.89% | 0.53% | - |
| HSV(B) | 336.23º | 0.88% | 0.95% | - |
| XYZ | 40.12 | 21.02 | 17.86 | - |
| YUV | 102.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 30 | 114 | 0 | 0.88 | 0.53 | 0.05 | 336.23 | 0.89 | 0.53 |
| Hex | F2 | 1E | 72 | 0 | 58 | 35 | 5 | 150 | 59 | 35 |
| Octal | 362 | 36 | 162 | 0 | 130 | 65 | 5 | 520 | 131 | 65 |
| Binary | 11110010 | 11110 | 1110010 | 0 | 1011000 | 110101 | 101 | 101010000 | 1011001 | 110101 |
Color Harmonies of #F21E72
Complementary color
Monochromatic Colors of #F21E72
Black with #F21E72
Text Example
Text Example
White with #F21E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21E72; }
p { color: rgb(242,30,114); }
H1.HeaderClassName
{
color: #F21E72;
}
.AnyTagClassName
{
color: #F21E72;
}
</style>
background-color css
<style>
a { background-color: #F21E72; }
a { background-color: rgb(242,30,114); }
div.DivClassName
{
background-color: #F21E72;
}
.BgClassName
{
background-color: #F21E72;
}
</style>
border-color css
<style>
span { border-color: #F21E72; }
span { border-color: rgb(242,30,114); }
td.TdClassName
{
border-color: #F21E72;
}
.TagClassName
{
border-color: #F21E72;
}
</style>