Shades of Ruby #F21176
Tints of Ruby #F21176
RGB
CMYK
RGB Variations
Color information
#F21176 (or 0xF21176) is known color: Ruby. HEX triplet: F2, 11 and 76. RGB value is (242,17,118). Sum of RGB (Red+Green+Blue) = 242+17+118=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F21176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21176 is #0DEE89. Grayscale: #5F5F5F. Windows color (decimal): -913034 or 7737842. OLE color: 7737842.
HSL color Cylindrical-coordinate representation of color #F21176: hue angle of 333.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21176 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 118 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 333.07º | 0.9% | 0.51% | - |
| HSV(B) | 333.07º | 0.93% | 0.95% | - |
| XYZ | 40.09 | 20.59 | 19 | - |
| YUV | 95.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 118 | 0 | 0.93 | 0.51 | 0.05 | 333.07 | 0.9 | 0.51 |
| Hex | F2 | 11 | 76 | 0 | 5D | 33 | 5 | 14D | 5A | 33 |
| Octal | 362 | 21 | 166 | 0 | 135 | 63 | 5 | 515 | 132 | 63 |
| Binary | 11110010 | 10001 | 1110110 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F21176
Complementary color
Monochromatic Colors of #F21176
Black with #F21176
Text Example
Text Example
White with #F21176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21176; }
p { color: rgb(242,17,118); }
H1.HeaderClassName
{
color: #F21176;
}
.AnyTagClassName
{
color: #F21176;
}
</style>
background-color css
<style>
a { background-color: #F21176; }
a { background-color: rgb(242,17,118); }
div.DivClassName
{
background-color: #F21176;
}
.BgClassName
{
background-color: #F21176;
}
</style>
border-color css
<style>
span { border-color: #F21176; }
span { border-color: rgb(242,17,118); }
td.TdClassName
{
border-color: #F21176;
}
.TagClassName
{
border-color: #F21176;
}
</style>