Shades of Ruby #F11176
Tints of Ruby #F11176
RGB
CMYK
RGB Variations
Color information
#F11176 (or 0xF11176) is known color: Ruby. HEX triplet: F1, 11 and 76. RGB value is (241,17,118). Sum of RGB (Red+Green+Blue) = 241+17+118=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F11176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11176 is #0EEE89. Grayscale: #5F5F5F. Windows color (decimal): -978570 or 7737841. OLE color: 7737841.
HSL color Cylindrical-coordinate representation of color #F11176: hue angle of 332.95º degrees, saturation: 0.89, 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 #F11176 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 118 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 332.95º | 0.89% | 0.51% | - |
| HSV(B) | 332.95º | 0.93% | 0.95% | - |
| XYZ | 39.75 | 20.41 | 18.98 | - |
| YUV | 95.49 | 140.71 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 118 | 0 | 0.93 | 0.51 | 0.05 | 332.95 | 0.89 | 0.51 |
| Hex | F1 | 11 | 76 | 0 | 5D | 33 | 5 | 14D | 59 | 33 |
| Octal | 361 | 21 | 166 | 0 | 135 | 63 | 5 | 515 | 131 | 63 |
| Binary | 11110001 | 10001 | 1110110 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011001 | 110011 |
Color Harmonies of #F11176
Complementary color
Monochromatic Colors of #F11176
Black with #F11176
Text Example
Text Example
White with #F11176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11176; }
p { color: rgb(241,17,118); }
H1.HeaderClassName
{
color: #F11176;
}
.AnyTagClassName
{
color: #F11176;
}
</style>
background-color css
<style>
a { background-color: #F11176; }
a { background-color: rgb(241,17,118); }
div.DivClassName
{
background-color: #F11176;
}
.BgClassName
{
background-color: #F11176;
}
</style>
border-color css
<style>
span { border-color: #F11176; }
span { border-color: rgb(241,17,118); }
td.TdClassName
{
border-color: #F11176;
}
.TagClassName
{
border-color: #F11176;
}
</style>