Shades of Ruby #F11977
Tints of Ruby #F11977
RGB
CMYK
RGB Variations
Color information
#F11977 (or 0xF11977) is known color: Ruby. HEX triplet: F1, 19 and 77. RGB value is (241,25,119). Sum of RGB (Red+Green+Blue) = 241+25+119=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F11977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11977 is #0EE688. Grayscale: #646464. Windows color (decimal): -976521 or 7805425. OLE color: 7805425.
HSL color Cylindrical-coordinate representation of color #F11977: hue angle of 333.89º 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 #F11977 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 119 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.05 |
| HSL | 333.89º | 0.89% | 0.52% | - |
| HSV(B) | 333.89º | 0.9% | 0.95% | - |
| XYZ | 39.95 | 20.73 | 19.35 | - |
| YUV | 100.3 | 138.56 | 228.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 119 | 0 | 0.90 | 0.51 | 0.05 | 333.89 | 0.89 | 0.52 |
| Hex | F1 | 19 | 77 | 0 | 5A | 33 | 5 | 14E | 59 | 34 |
| Octal | 361 | 31 | 167 | 0 | 132 | 63 | 5 | 516 | 131 | 64 |
| Binary | 11110001 | 11001 | 1110111 | 0 | 1011010 | 110011 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F11977
Complementary color
Monochromatic Colors of #F11977
Black with #F11977
Text Example
Text Example
White with #F11977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11977; }
p { color: rgb(241,25,119); }
H1.HeaderClassName
{
color: #F11977;
}
.AnyTagClassName
{
color: #F11977;
}
</style>
background-color css
<style>
a { background-color: #F11977; }
a { background-color: rgb(241,25,119); }
div.DivClassName
{
background-color: #F11977;
}
.BgClassName
{
background-color: #F11977;
}
</style>
border-color css
<style>
span { border-color: #F11977; }
span { border-color: rgb(241,25,119); }
td.TdClassName
{
border-color: #F11977;
}
.TagClassName
{
border-color: #F11977;
}
</style>