Shades of Ruby #F11976
Tints of Ruby #F11976
RGB
CMYK
RGB Variations
Color information
#F11976 (or 0xF11976) is known color: Ruby. HEX triplet: F1, 19 and 76. RGB value is (241,25,118). Sum of RGB (Red+Green+Blue) = 241+25+118=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11976 is #0EE689. Grayscale: #646464. Windows color (decimal): -976522 or 7739889. OLE color: 7739889.
HSL color Cylindrical-coordinate representation of color #F11976: hue angle of 334.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11976 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 118 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 334.17º | 0.89% | 0.52% | - |
| HSV(B) | 334.17º | 0.9% | 0.95% | - |
| XYZ | 39.89 | 20.7 | 19.03 | - |
| YUV | 100.19 | 138.06 | 228.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 118 | 0 | 0.90 | 0.51 | 0.05 | 334.17 | 0.89 | 0.52 |
| Hex | F1 | 19 | 76 | 0 | 5A | 33 | 5 | 14E | 59 | 34 |
| Octal | 361 | 31 | 166 | 0 | 132 | 63 | 5 | 516 | 131 | 64 |
| Binary | 11110001 | 11001 | 1110110 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F11976
Complementary color
Monochromatic Colors of #F11976
Black with #F11976
Text Example
Text Example
White with #F11976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11976; }
p { color: rgb(241,25,118); }
H1.HeaderClassName
{
color: #F11976;
}
.AnyTagClassName
{
color: #F11976;
}
</style>
background-color css
<style>
a { background-color: #F11976; }
a { background-color: rgb(241,25,118); }
div.DivClassName
{
background-color: #F11976;
}
.BgClassName
{
background-color: #F11976;
}
</style>
border-color css
<style>
span { border-color: #F11976; }
span { border-color: rgb(241,25,118); }
td.TdClassName
{
border-color: #F11976;
}
.TagClassName
{
border-color: #F11976;
}
</style>