Shades of Ruby #F11070
Tints of Ruby #F11070
RGB
CMYK
RGB Variations
Color information
#F11070 (or 0xF11070) is known color: Ruby. HEX triplet: F1, 10 and 70. RGB value is (241,16,112). Sum of RGB (Red+Green+Blue) = 241+16+112=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F11070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11070 is #0EEF8F. Grayscale: #5E5E5E. Windows color (decimal): -978832 or 7344369. OLE color: 7344369.
HSL color Cylindrical-coordinate representation of color #F11070: hue angle of 334.4º 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 #F11070 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 112 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 334.4º | 0.89% | 0.5% | - |
| HSV(B) | 334.4º | 0.93% | 0.95% | - |
| XYZ | 39.39 | 20.24 | 17.16 | - |
| YUV | 94.22 | 138.04 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 112 | 0 | 0.93 | 0.54 | 0.05 | 334.4 | 0.89 | 0.5 |
| Hex | F1 | 10 | 70 | 0 | 5D | 36 | 5 | 14E | 59 | 32 |
| Octal | 361 | 20 | 160 | 0 | 135 | 66 | 5 | 516 | 131 | 62 |
| Binary | 11110001 | 10000 | 1110000 | 0 | 1011101 | 110110 | 101 | 101001110 | 1011001 | 110010 |
Color Harmonies of #F11070
Complementary color
Monochromatic Colors of #F11070
Black with #F11070
Text Example
Text Example
White with #F11070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11070; }
p { color: rgb(241,16,112); }
H1.HeaderClassName
{
color: #F11070;
}
.AnyTagClassName
{
color: #F11070;
}
</style>
background-color css
<style>
a { background-color: #F11070; }
a { background-color: rgb(241,16,112); }
div.DivClassName
{
background-color: #F11070;
}
.BgClassName
{
background-color: #F11070;
}
</style>
border-color css
<style>
span { border-color: #F11070; }
span { border-color: rgb(241,16,112); }
td.TdClassName
{
border-color: #F11070;
}
.TagClassName
{
border-color: #F11070;
}
</style>