Shades of Ruby #F1106D
Tints of Ruby #F1106D
RGB
CMYK
RGB Variations
Color information
#F1106D (or 0xF1106D) is known color: Ruby. HEX triplet: F1, 10 and 6D. RGB value is (241,16,109). Sum of RGB (Red+Green+Blue) = 241+16+109=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F1106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1106D is #0EEF92. Grayscale: #5D5D5D. Windows color (decimal): -978835 or 7147761. OLE color: 7147761.
HSL color Cylindrical-coordinate representation of color #F1106D: hue angle of 335.2º 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 #F1106D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.05 |
| HSL | 335.2º | 0.89% | 0.5% | - |
| HSV(B) | 335.2º | 0.93% | 0.95% | - |
| XYZ | 39.22 | 20.18 | 16.3 | - |
| YUV | 93.88 | 136.54 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 109 | 0 | 0.93 | 0.55 | 0.05 | 335.2 | 0.89 | 0.5 |
| Hex | F1 | 10 | 6D | 0 | 5D | 37 | 5 | 14F | 59 | 32 |
| Octal | 361 | 20 | 155 | 0 | 135 | 67 | 5 | 517 | 131 | 62 |
| Binary | 11110001 | 10000 | 1101101 | 0 | 1011101 | 110111 | 101 | 101001111 | 1011001 | 110010 |
Color Harmonies of #F1106D
Complementary color
Monochromatic Colors of #F1106D
Black with #F1106D
Text Example
Text Example
White with #F1106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1106D; }
p { color: rgb(241,16,109); }
H1.HeaderClassName
{
color: #F1106D;
}
.AnyTagClassName
{
color: #F1106D;
}
</style>
background-color css
<style>
a { background-color: #F1106D; }
a { background-color: rgb(241,16,109); }
div.DivClassName
{
background-color: #F1106D;
}
.BgClassName
{
background-color: #F1106D;
}
</style>
border-color css
<style>
span { border-color: #F1106D; }
span { border-color: rgb(241,16,109); }
td.TdClassName
{
border-color: #F1106D;
}
.TagClassName
{
border-color: #F1106D;
}
</style>