Shades of Ruby #F1106E
Tints of Ruby #F1106E
RGB
CMYK
RGB Variations
Color information
#F1106E (or 0xF1106E) is known color: Ruby. HEX triplet: F1, 10 and 6E. RGB value is (241,16,110). Sum of RGB (Red+Green+Blue) = 241+16+110=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F1106E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1106E is #0EEF91. Grayscale: #5D5D5D. Windows color (decimal): -978834 or 7213297. OLE color: 7213297.
HSL color Cylindrical-coordinate representation of color #F1106E: hue angle of 334.93º 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 #F1106E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 334.93º | 0.89% | 0.5% | - |
| HSV(B) | 334.93º | 0.93% | 0.95% | - |
| XYZ | 39.28 | 20.2 | 16.58 | - |
| YUV | 93.99 | 137.04 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 110 | 0 | 0.93 | 0.54 | 0.05 | 334.93 | 0.89 | 0.5 |
| Hex | F1 | 10 | 6E | 0 | 5D | 36 | 5 | 14F | 59 | 32 |
| Octal | 361 | 20 | 156 | 0 | 135 | 66 | 5 | 517 | 131 | 62 |
| Binary | 11110001 | 10000 | 1101110 | 0 | 1011101 | 110110 | 101 | 101001111 | 1011001 | 110010 |
Color Harmonies of #F1106E
Complementary color
Monochromatic Colors of #F1106E
Black with #F1106E
Text Example
Text Example
White with #F1106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1106E; }
p { color: rgb(241,16,110); }
H1.HeaderClassName
{
color: #F1106E;
}
.AnyTagClassName
{
color: #F1106E;
}
</style>
background-color css
<style>
a { background-color: #F1106E; }
a { background-color: rgb(241,16,110); }
div.DivClassName
{
background-color: #F1106E;
}
.BgClassName
{
background-color: #F1106E;
}
</style>
border-color css
<style>
span { border-color: #F1106E; }
span { border-color: rgb(241,16,110); }
td.TdClassName
{
border-color: #F1106E;
}
.TagClassName
{
border-color: #F1106E;
}
</style>