Shades of Ruby #F11077
Tints of Ruby #F11077
RGB
CMYK
RGB Variations
Color information
#F11077 (or 0xF11077) is known color: Ruby. HEX triplet: F1, 10 and 77. RGB value is (241,16,119). Sum of RGB (Red+Green+Blue) = 241+16+119=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F11077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11077 is #0EEF88. Grayscale: #5E5E5E. Windows color (decimal): -978825 or 7803121. OLE color: 7803121.
HSL color Cylindrical-coordinate representation of color #F11077: hue angle of 332.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11077 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 119 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 332.53º | 0.89% | 0.5% | - |
| HSV(B) | 332.53º | 0.93% | 0.95% | - |
| XYZ | 39.79 | 20.4 | 19.29 | - |
| YUV | 95.02 | 141.54 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 119 | 0 | 0.93 | 0.51 | 0.05 | 332.53 | 0.89 | 0.5 |
| Hex | F1 | 10 | 77 | 0 | 5D | 33 | 5 | 14D | 59 | 32 |
| Octal | 361 | 20 | 167 | 0 | 135 | 63 | 5 | 515 | 131 | 62 |
| Binary | 11110001 | 10000 | 1110111 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011001 | 110010 |
Color Harmonies of #F11077
Complementary color
Monochromatic Colors of #F11077
Black with #F11077
Text Example
Text Example
White with #F11077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11077; }
p { color: rgb(241,16,119); }
H1.HeaderClassName
{
color: #F11077;
}
.AnyTagClassName
{
color: #F11077;
}
</style>
background-color css
<style>
a { background-color: #F11077; }
a { background-color: rgb(241,16,119); }
div.DivClassName
{
background-color: #F11077;
}
.BgClassName
{
background-color: #F11077;
}
</style>
border-color css
<style>
span { border-color: #F11077; }
span { border-color: rgb(241,16,119); }
td.TdClassName
{
border-color: #F11077;
}
.TagClassName
{
border-color: #F11077;
}
</style>