Shades of Ruby #F11377
Tints of Ruby #F11377
RGB
CMYK
RGB Variations
Color information
#F11377 (or 0xF11377) is known color: Ruby. HEX triplet: F1, 13 and 77. RGB value is (241,19,119). Sum of RGB (Red+Green+Blue) = 241+19+119=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F11377 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11377 is #0EEC88. Grayscale: #606060. Windows color (decimal): -978057 or 7803889. OLE color: 7803889.
HSL color Cylindrical-coordinate representation of color #F11377: hue angle of 332.97º 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 #F11377 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 119 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.05 |
| HSL | 332.97º | 0.89% | 0.51% | - |
| HSV(B) | 332.97º | 0.92% | 0.95% | - |
| XYZ | 39.84 | 20.5 | 19.31 | - |
| YUV | 96.78 | 140.55 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 119 | 0 | 0.92 | 0.51 | 0.05 | 332.97 | 0.89 | 0.51 |
| Hex | F1 | 13 | 77 | 0 | 5C | 33 | 5 | 14D | 59 | 33 |
| Octal | 361 | 23 | 167 | 0 | 134 | 63 | 5 | 515 | 131 | 63 |
| Binary | 11110001 | 10011 | 1110111 | 0 | 1011100 | 110011 | 101 | 101001101 | 1011001 | 110011 |
Color Harmonies of #F11377
Complementary color
Monochromatic Colors of #F11377
Black with #F11377
Text Example
Text Example
White with #F11377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11377; }
p { color: rgb(241,19,119); }
H1.HeaderClassName
{
color: #F11377;
}
.AnyTagClassName
{
color: #F11377;
}
</style>
background-color css
<style>
a { background-color: #F11377; }
a { background-color: rgb(241,19,119); }
div.DivClassName
{
background-color: #F11377;
}
.BgClassName
{
background-color: #F11377;
}
</style>
border-color css
<style>
span { border-color: #F11377; }
span { border-color: rgb(241,19,119); }
td.TdClassName
{
border-color: #F11377;
}
.TagClassName
{
border-color: #F11377;
}
</style>