Shades of Ruby #F11075
Tints of Ruby #F11075
RGB
CMYK
RGB Variations
Color information
#F11075 (or 0xF11075) is known color: Ruby. HEX triplet: F1, 10 and 75. RGB value is (241,16,117). Sum of RGB (Red+Green+Blue) = 241+16+117=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F11075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11075 is #0EEF8A. Grayscale: #5E5E5E. Windows color (decimal): -978827 or 7672049. OLE color: 7672049.
HSL color Cylindrical-coordinate representation of color #F11075: hue angle of 333.07º 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 #F11075 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 333.07º | 0.89% | 0.5% | - |
| HSV(B) | 333.07º | 0.93% | 0.95% | - |
| XYZ | 39.67 | 20.36 | 18.67 | - |
| YUV | 94.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 117 | 0 | 0.93 | 0.51 | 0.05 | 333.07 | 0.89 | 0.5 |
| Hex | F1 | 10 | 75 | 0 | 5D | 33 | 5 | 14D | 59 | 32 |
| Octal | 361 | 20 | 165 | 0 | 135 | 63 | 5 | 515 | 131 | 62 |
| Binary | 11110001 | 10000 | 1110101 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011001 | 110010 |
Color Harmonies of #F11075
Complementary color
Monochromatic Colors of #F11075
Black with #F11075
Text Example
Text Example
White with #F11075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11075; }
p { color: rgb(241,16,117); }
H1.HeaderClassName
{
color: #F11075;
}
.AnyTagClassName
{
color: #F11075;
}
</style>
background-color css
<style>
a { background-color: #F11075; }
a { background-color: rgb(241,16,117); }
div.DivClassName
{
background-color: #F11075;
}
.BgClassName
{
background-color: #F11075;
}
</style>
border-color css
<style>
span { border-color: #F11075; }
span { border-color: rgb(241,16,117); }
td.TdClassName
{
border-color: #F11075;
}
.TagClassName
{
border-color: #F11075;
}
</style>