Shades of Ruby #F1126F
Tints of Ruby #F1126F
RGB
CMYK
RGB Variations
Color information
#F1126F (or 0xF1126F) is known color: Ruby. HEX triplet: F1, 12 and 6F. RGB value is (241,18,111). Sum of RGB (Red+Green+Blue) = 241+18+111=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1126F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1126F is #0EED90. Grayscale: #5F5F5F. Windows color (decimal): -978321 or 7279345. OLE color: 7279345.
HSL color Cylindrical-coordinate representation of color #F1126F: hue angle of 334.98º 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 #F1126F is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 111 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 334.98º | 0.89% | 0.51% | - |
| HSV(B) | 334.98º | 0.93% | 0.95% | - |
| XYZ | 39.36 | 20.28 | 16.88 | - |
| YUV | 95.28 | 136.88 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 111 | 0 | 0.93 | 0.54 | 0.05 | 334.98 | 0.89 | 0.51 |
| Hex | F1 | 12 | 6F | 0 | 5D | 36 | 5 | 14F | 59 | 33 |
| Octal | 361 | 22 | 157 | 0 | 135 | 66 | 5 | 517 | 131 | 63 |
| Binary | 11110001 | 10010 | 1101111 | 0 | 1011101 | 110110 | 101 | 101001111 | 1011001 | 110011 |
Color Harmonies of #F1126F
Complementary color
Monochromatic Colors of #F1126F
Black with #F1126F
Text Example
Text Example
White with #F1126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1126F; }
p { color: rgb(241,18,111); }
H1.HeaderClassName
{
color: #F1126F;
}
.AnyTagClassName
{
color: #F1126F;
}
</style>
background-color css
<style>
a { background-color: #F1126F; }
a { background-color: rgb(241,18,111); }
div.DivClassName
{
background-color: #F1126F;
}
.BgClassName
{
background-color: #F1126F;
}
</style>
border-color css
<style>
span { border-color: #F1126F; }
span { border-color: rgb(241,18,111); }
td.TdClassName
{
border-color: #F1126F;
}
.TagClassName
{
border-color: #F1126F;
}
</style>