Shades of Ruby #F11376
Tints of Ruby #F11376
RGB
CMYK
RGB Variations
Color information
#F11376 (or 0xF11376) is known color: Ruby. HEX triplet: F1, 13 and 76. RGB value is (241,19,118). Sum of RGB (Red+Green+Blue) = 241+19+118=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F11376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11376 is #0EEC89. Grayscale: #606060. Windows color (decimal): -978058 or 7738353. OLE color: 7738353.
HSL color Cylindrical-coordinate representation of color #F11376: hue angle of 333.24º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11376 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 118 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.05 |
| HSL | 333.24º | 0.89% | 0.51% | - |
| HSV(B) | 333.24º | 0.92% | 0.95% | - |
| XYZ | 39.78 | 20.47 | 18.99 | - |
| YUV | 96.66 | 140.05 | 230.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 118 | 0 | 0.92 | 0.51 | 0.05 | 333.24 | 0.89 | 0.51 |
| Hex | F1 | 13 | 76 | 0 | 5C | 33 | 5 | 14D | 59 | 33 |
| Octal | 361 | 23 | 166 | 0 | 134 | 63 | 5 | 515 | 131 | 63 |
| Binary | 11110001 | 10011 | 1110110 | 0 | 1011100 | 110011 | 101 | 101001101 | 1011001 | 110011 |
Color Harmonies of #F11376
Complementary color
Monochromatic Colors of #F11376
Black with #F11376
Text Example
Text Example
White with #F11376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11376; }
p { color: rgb(241,19,118); }
H1.HeaderClassName
{
color: #F11376;
}
.AnyTagClassName
{
color: #F11376;
}
</style>
background-color css
<style>
a { background-color: #F11376; }
a { background-color: rgb(241,19,118); }
div.DivClassName
{
background-color: #F11376;
}
.BgClassName
{
background-color: #F11376;
}
</style>
border-color css
<style>
span { border-color: #F11376; }
span { border-color: rgb(241,19,118); }
td.TdClassName
{
border-color: #F11376;
}
.TagClassName
{
border-color: #F11376;
}
</style>