Shades of Ruby #F1126E
Tints of Ruby #F1126E
RGB
CMYK
RGB Variations
Color information
#F1126E (or 0xF1126E) is known color: Ruby. HEX triplet: F1, 12 and 6E. RGB value is (241,18,110). Sum of RGB (Red+Green+Blue) = 241+18+110=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1126E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1126E is #0EED91. Grayscale: #5F5F5F. Windows color (decimal): -978322 or 7213809. OLE color: 7213809.
HSL color Cylindrical-coordinate representation of color #F1126E: hue angle of 335.25º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1126E is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 110 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 335.25º | 0.89% | 0.51% | - |
| HSV(B) | 335.25º | 0.93% | 0.95% | - |
| XYZ | 39.31 | 20.26 | 16.59 | - |
| YUV | 95.17 | 136.38 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 110 | 0 | 0.93 | 0.54 | 0.05 | 335.25 | 0.89 | 0.51 |
| Hex | F1 | 12 | 6E | 0 | 5D | 36 | 5 | 14F | 59 | 33 |
| Octal | 361 | 22 | 156 | 0 | 135 | 66 | 5 | 517 | 131 | 63 |
| Binary | 11110001 | 10010 | 1101110 | 0 | 1011101 | 110110 | 101 | 101001111 | 1011001 | 110011 |
Color Harmonies of #F1126E
Complementary color
Monochromatic Colors of #F1126E
Black with #F1126E
Text Example
Text Example
White with #F1126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1126E; }
p { color: rgb(241,18,110); }
H1.HeaderClassName
{
color: #F1126E;
}
.AnyTagClassName
{
color: #F1126E;
}
</style>
background-color css
<style>
a { background-color: #F1126E; }
a { background-color: rgb(241,18,110); }
div.DivClassName
{
background-color: #F1126E;
}
.BgClassName
{
background-color: #F1126E;
}
</style>
border-color css
<style>
span { border-color: #F1126E; }
span { border-color: rgb(241,18,110); }
td.TdClassName
{
border-color: #F1126E;
}
.TagClassName
{
border-color: #F1126E;
}
</style>