Shades of Ruby #F1106B
Tints of Ruby #F1106B
RGB
CMYK
RGB Variations
Color information
#F1106B (or 0xF1106B) is known color: Ruby. HEX triplet: F1, 10 and 6B. RGB value is (241,16,107). Sum of RGB (Red+Green+Blue) = 241+16+107=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F1106B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1106B is #0EEF94. Grayscale: #5D5D5D. Windows color (decimal): -978837 or 7016689. OLE color: 7016689.
HSL color Cylindrical-coordinate representation of color #F1106B: hue angle of 335.73º 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 #F1106B is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.05 |
| HSL | 335.73º | 0.89% | 0.5% | - |
| HSV(B) | 335.73º | 0.93% | 0.95% | - |
| XYZ | 39.11 | 20.13 | 15.73 | - |
| YUV | 93.65 | 135.54 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 107 | 0 | 0.93 | 0.56 | 0.05 | 335.73 | 0.89 | 0.5 |
| Hex | F1 | 10 | 6B | 0 | 5D | 38 | 5 | 150 | 59 | 32 |
| Octal | 361 | 20 | 153 | 0 | 135 | 70 | 5 | 520 | 131 | 62 |
| Binary | 11110001 | 10000 | 1101011 | 0 | 1011101 | 111000 | 101 | 101010000 | 1011001 | 110010 |
Color Harmonies of #F1106B
Complementary color
Monochromatic Colors of #F1106B
Black with #F1106B
Text Example
Text Example
White with #F1106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1106B; }
p { color: rgb(241,16,107); }
H1.HeaderClassName
{
color: #F1106B;
}
.AnyTagClassName
{
color: #F1106B;
}
</style>
background-color css
<style>
a { background-color: #F1106B; }
a { background-color: rgb(241,16,107); }
div.DivClassName
{
background-color: #F1106B;
}
.BgClassName
{
background-color: #F1106B;
}
</style>
border-color css
<style>
span { border-color: #F1106B; }
span { border-color: rgb(241,16,107); }
td.TdClassName
{
border-color: #F1106B;
}
.TagClassName
{
border-color: #F1106B;
}
</style>