Shades of Ruby #F1106C
Tints of Ruby #F1106C
RGB
CMYK
RGB Variations
Color information
#F1106C (or 0xF1106C) is known color: Ruby. HEX triplet: F1, 10 and 6C. RGB value is (241,16,108). Sum of RGB (Red+Green+Blue) = 241+16+108=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F1106C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1106C is #0EEF93. Grayscale: #5D5D5D. Windows color (decimal): -978836 or 7082225. OLE color: 7082225.
HSL color Cylindrical-coordinate representation of color #F1106C: hue angle of 335.47º 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 #F1106C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.05 |
| HSL | 335.47º | 0.89% | 0.5% | - |
| HSV(B) | 335.47º | 0.93% | 0.95% | - |
| XYZ | 39.17 | 20.15 | 16.01 | - |
| YUV | 93.76 | 136.04 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 108 | 0 | 0.93 | 0.55 | 0.05 | 335.47 | 0.89 | 0.5 |
| Hex | F1 | 10 | 6C | 0 | 5D | 37 | 5 | 14F | 59 | 32 |
| Octal | 361 | 20 | 154 | 0 | 135 | 67 | 5 | 517 | 131 | 62 |
| Binary | 11110001 | 10000 | 1101100 | 0 | 1011101 | 110111 | 101 | 101001111 | 1011001 | 110010 |
Color Harmonies of #F1106C
Complementary color
Monochromatic Colors of #F1106C
Black with #F1106C
Text Example
Text Example
White with #F1106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1106C; }
p { color: rgb(241,16,108); }
H1.HeaderClassName
{
color: #F1106C;
}
.AnyTagClassName
{
color: #F1106C;
}
</style>
background-color css
<style>
a { background-color: #F1106C; }
a { background-color: rgb(241,16,108); }
div.DivClassName
{
background-color: #F1106C;
}
.BgClassName
{
background-color: #F1106C;
}
</style>
border-color css
<style>
span { border-color: #F1106C; }
span { border-color: rgb(241,16,108); }
td.TdClassName
{
border-color: #F1106C;
}
.TagClassName
{
border-color: #F1106C;
}
</style>