Shades of Ruby #F11171
Tints of Ruby #F11171
RGB
CMYK
RGB Variations
Color information
#F11171 (or 0xF11171) is known color: Ruby. HEX triplet: F1, 11 and 71. RGB value is (241,17,113). Sum of RGB (Red+Green+Blue) = 241+17+113=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F11171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11171 is #0EEE8E. Grayscale: #5E5E5E. Windows color (decimal): -978575 or 7410161. OLE color: 7410161.
HSL color Cylindrical-coordinate representation of color #F11171: hue angle of 334.29º 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 #F11171 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 113 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.05 |
| HSL | 334.29º | 0.89% | 0.51% | - |
| HSV(B) | 334.29º | 0.93% | 0.95% | - |
| XYZ | 39.46 | 20.29 | 17.46 | - |
| YUV | 94.92 | 138.21 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 113 | 0 | 0.93 | 0.53 | 0.05 | 334.29 | 0.89 | 0.51 |
| Hex | F1 | 11 | 71 | 0 | 5D | 35 | 5 | 14E | 59 | 33 |
| Octal | 361 | 21 | 161 | 0 | 135 | 65 | 5 | 516 | 131 | 63 |
| Binary | 11110001 | 10001 | 1110001 | 0 | 1011101 | 110101 | 101 | 101001110 | 1011001 | 110011 |
Color Harmonies of #F11171
Complementary color
Monochromatic Colors of #F11171
Black with #F11171
Text Example
Text Example
White with #F11171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11171; }
p { color: rgb(241,17,113); }
H1.HeaderClassName
{
color: #F11171;
}
.AnyTagClassName
{
color: #F11171;
}
</style>
background-color css
<style>
a { background-color: #F11171; }
a { background-color: rgb(241,17,113); }
div.DivClassName
{
background-color: #F11171;
}
.BgClassName
{
background-color: #F11171;
}
</style>
border-color css
<style>
span { border-color: #F11171; }
span { border-color: rgb(241,17,113); }
td.TdClassName
{
border-color: #F11171;
}
.TagClassName
{
border-color: #F11171;
}
</style>