Shades of Ruby #F11078
Tints of Ruby #F11078
RGB
CMYK
RGB Variations
Color information
#F11078 (or 0xF11078) is known color: Ruby. HEX triplet: F1, 10 and 78. RGB value is (241,16,120). Sum of RGB (Red+Green+Blue) = 241+16+120=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F11078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11078 is #0EEF87. Grayscale: #5E5E5E. Windows color (decimal): -978824 or 7868657. OLE color: 7868657.
HSL color Cylindrical-coordinate representation of color #F11078: hue angle of 332.27º 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 #F11078 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.05 |
| HSL | 332.27º | 0.89% | 0.5% | - |
| HSV(B) | 332.27º | 0.93% | 0.95% | - |
| XYZ | 39.85 | 20.43 | 19.61 | - |
| YUV | 95.13 | 142.04 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 120 | 0 | 0.93 | 0.50 | 0.05 | 332.27 | 0.89 | 0.5 |
| Hex | F1 | 10 | 78 | 0 | 5D | 32 | 5 | 14C | 59 | 32 |
| Octal | 361 | 20 | 170 | 0 | 135 | 62 | 5 | 514 | 131 | 62 |
| Binary | 11110001 | 10000 | 1111000 | 0 | 1011101 | 110010 | 101 | 101001100 | 1011001 | 110010 |
Color Harmonies of #F11078
Complementary color
Monochromatic Colors of #F11078
Black with #F11078
Text Example
Text Example
White with #F11078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11078; }
p { color: rgb(241,16,120); }
H1.HeaderClassName
{
color: #F11078;
}
.AnyTagClassName
{
color: #F11078;
}
</style>
background-color css
<style>
a { background-color: #F11078; }
a { background-color: rgb(241,16,120); }
div.DivClassName
{
background-color: #F11078;
}
.BgClassName
{
background-color: #F11078;
}
</style>
border-color css
<style>
span { border-color: #F11078; }
span { border-color: rgb(241,16,120); }
td.TdClassName
{
border-color: #F11078;
}
.TagClassName
{
border-color: #F11078;
}
</style>