Shades of Ruby #F11174
Tints of Ruby #F11174
RGB
CMYK
RGB Variations
Color information
#F11174 (or 0xF11174) is known color: Ruby. HEX triplet: F1, 11 and 74. RGB value is (241,17,116). Sum of RGB (Red+Green+Blue) = 241+17+116=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F11174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11174 is #0EEE8B. Grayscale: #5F5F5F. Windows color (decimal): -978572 or 7606769. OLE color: 7606769.
HSL color Cylindrical-coordinate representation of color #F11174: hue angle of 333.48º 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 #F11174 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 116 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.48º | 0.89% | 0.51% | - |
| HSV(B) | 333.48º | 0.93% | 0.95% | - |
| XYZ | 39.63 | 20.36 | 18.36 | - |
| YUV | 95.26 | 139.71 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 116 | 0 | 0.93 | 0.52 | 0.05 | 333.48 | 0.89 | 0.51 |
| Hex | F1 | 11 | 74 | 0 | 5D | 34 | 5 | 14D | 59 | 33 |
| Octal | 361 | 21 | 164 | 0 | 135 | 64 | 5 | 515 | 131 | 63 |
| Binary | 11110001 | 10001 | 1110100 | 0 | 1011101 | 110100 | 101 | 101001101 | 1011001 | 110011 |
Color Harmonies of #F11174
Complementary color
Monochromatic Colors of #F11174
Black with #F11174
Text Example
Text Example
White with #F11174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11174; }
p { color: rgb(241,17,116); }
H1.HeaderClassName
{
color: #F11174;
}
.AnyTagClassName
{
color: #F11174;
}
</style>
background-color css
<style>
a { background-color: #F11174; }
a { background-color: rgb(241,17,116); }
div.DivClassName
{
background-color: #F11174;
}
.BgClassName
{
background-color: #F11174;
}
</style>
border-color css
<style>
span { border-color: #F11174; }
span { border-color: rgb(241,17,116); }
td.TdClassName
{
border-color: #F11174;
}
.TagClassName
{
border-color: #F11174;
}
</style>