Shades of Ruby #F21773
Tints of Ruby #F21773
RGB
CMYK
RGB Variations
Color information
#F21773 (or 0xF21773) is known color: Ruby. HEX triplet: F2, 17 and 73. RGB value is (242,23,115). Sum of RGB (Red+Green+Blue) = 242+23+115=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F21773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21773 is #0DE88C. Grayscale: #626262. Windows color (decimal): -911501 or 7542770. OLE color: 7542770.
HSL color Cylindrical-coordinate representation of color #F21773: hue angle of 334.79º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21773 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 115 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.05 |
| HSL | 334.79º | 0.89% | 0.52% | - |
| HSV(B) | 334.79º | 0.9% | 0.95% | - |
| XYZ | 40.02 | 20.73 | 18.11 | - |
| YUV | 98.97 | 137.05 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 115 | 0 | 0.90 | 0.52 | 0.05 | 334.79 | 0.89 | 0.52 |
| Hex | F2 | 17 | 73 | 0 | 5A | 34 | 5 | 14F | 59 | 34 |
| Octal | 362 | 27 | 163 | 0 | 132 | 64 | 5 | 517 | 131 | 64 |
| Binary | 11110010 | 10111 | 1110011 | 0 | 1011010 | 110100 | 101 | 101001111 | 1011001 | 110100 |
Color Harmonies of #F21773
Complementary color
Monochromatic Colors of #F21773
Black with #F21773
Text Example
Text Example
White with #F21773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21773; }
p { color: rgb(242,23,115); }
H1.HeaderClassName
{
color: #F21773;
}
.AnyTagClassName
{
color: #F21773;
}
</style>
background-color css
<style>
a { background-color: #F21773; }
a { background-color: rgb(242,23,115); }
div.DivClassName
{
background-color: #F21773;
}
.BgClassName
{
background-color: #F21773;
}
</style>
border-color css
<style>
span { border-color: #F21773; }
span { border-color: rgb(242,23,115); }
td.TdClassName
{
border-color: #F21773;
}
.TagClassName
{
border-color: #F21773;
}
</style>