Shades of Ruby #F11168
Tints of Ruby #F11168
RGB
CMYK
RGB Variations
Color information
#F11168 (or 0xF11168) is known color: Ruby. HEX triplet: F1, 11 and 68. RGB value is (241,17,104). Sum of RGB (Red+Green+Blue) = 241+17+104=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11168 is #0EEE97. Grayscale: #5D5D5D. Windows color (decimal): -978584 or 6820337. OLE color: 6820337.
HSL color Cylindrical-coordinate representation of color #F11168: hue angle of 336.7º 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 #F11168 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 104 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.05 |
| HSL | 336.7º | 0.89% | 0.51% | - |
| HSV(B) | 336.7º | 0.93% | 0.95% | - |
| XYZ | 38.97 | 20.1 | 14.92 | - |
| YUV | 93.89 | 133.71 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 104 | 0 | 0.93 | 0.57 | 0.05 | 336.7 | 0.89 | 0.51 |
| Hex | F1 | 11 | 68 | 0 | 5D | 39 | 5 | 151 | 59 | 33 |
| Octal | 361 | 21 | 150 | 0 | 135 | 71 | 5 | 521 | 131 | 63 |
| Binary | 11110001 | 10001 | 1101000 | 0 | 1011101 | 111001 | 101 | 101010001 | 1011001 | 110011 |
Color Harmonies of #F11168
Complementary color
Monochromatic Colors of #F11168
Black with #F11168
Text Example
Text Example
White with #F11168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11168; }
p { color: rgb(241,17,104); }
H1.HeaderClassName
{
color: #F11168;
}
.AnyTagClassName
{
color: #F11168;
}
</style>
background-color css
<style>
a { background-color: #F11168; }
a { background-color: rgb(241,17,104); }
div.DivClassName
{
background-color: #F11168;
}
.BgClassName
{
background-color: #F11168;
}
</style>
border-color css
<style>
span { border-color: #F11168; }
span { border-color: rgb(241,17,104); }
td.TdClassName
{
border-color: #F11168;
}
.TagClassName
{
border-color: #F11168;
}
</style>