Shades of Ruby #F11374
Tints of Ruby #F11374
RGB
CMYK
RGB Variations
Color information
#F11374 (or 0xF11374) is known color: Ruby. HEX triplet: F1, 13 and 74. RGB value is (241,19,116). Sum of RGB (Red+Green+Blue) = 241+19+116=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F11374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11374 is #0EEC8B. Grayscale: #606060. Windows color (decimal): -978060 or 7607281. OLE color: 7607281.
HSL color Cylindrical-coordinate representation of color #F11374: hue angle of 333.78º 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 #F11374 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 116 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.05 |
| HSL | 333.78º | 0.89% | 0.51% | - |
| HSV(B) | 333.78º | 0.92% | 0.95% | - |
| XYZ | 39.66 | 20.43 | 18.38 | - |
| YUV | 96.44 | 139.05 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 116 | 0 | 0.92 | 0.52 | 0.05 | 333.78 | 0.89 | 0.51 |
| Hex | F1 | 13 | 74 | 0 | 5C | 34 | 5 | 14E | 59 | 33 |
| Octal | 361 | 23 | 164 | 0 | 134 | 64 | 5 | 516 | 131 | 63 |
| Binary | 11110001 | 10011 | 1110100 | 0 | 1011100 | 110100 | 101 | 101001110 | 1011001 | 110011 |
Color Harmonies of #F11374
Complementary color
Monochromatic Colors of #F11374
Black with #F11374
Text Example
Text Example
White with #F11374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11374; }
p { color: rgb(241,19,116); }
H1.HeaderClassName
{
color: #F11374;
}
.AnyTagClassName
{
color: #F11374;
}
</style>
background-color css
<style>
a { background-color: #F11374; }
a { background-color: rgb(241,19,116); }
div.DivClassName
{
background-color: #F11374;
}
.BgClassName
{
background-color: #F11374;
}
</style>
border-color css
<style>
span { border-color: #F11374; }
span { border-color: rgb(241,19,116); }
td.TdClassName
{
border-color: #F11374;
}
.TagClassName
{
border-color: #F11374;
}
</style>