Shades of Ruby #F11477
Tints of Ruby #F11477
RGB
CMYK
RGB Variations
Color information
#F11477 (or 0xF11477) is known color: Ruby. HEX triplet: F1, 14 and 77. RGB value is (241,20,119). Sum of RGB (Red+Green+Blue) = 241+20+119=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F11477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11477 is #0EEB88. Grayscale: #616161. Windows color (decimal): -977801 or 7804145. OLE color: 7804145.
HSL color Cylindrical-coordinate representation of color #F11477: hue angle of 333.12º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11477 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 119 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.05 |
| HSL | 333.12º | 0.89% | 0.51% | - |
| HSV(B) | 333.12º | 0.92% | 0.95% | - |
| XYZ | 39.86 | 20.53 | 19.32 | - |
| YUV | 97.37 | 140.22 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 119 | 0 | 0.92 | 0.51 | 0.05 | 333.12 | 0.89 | 0.51 |
| Hex | F1 | 14 | 77 | 0 | 5C | 33 | 5 | 14D | 59 | 33 |
| Octal | 361 | 24 | 167 | 0 | 134 | 63 | 5 | 515 | 131 | 63 |
| Binary | 11110001 | 10100 | 1110111 | 0 | 1011100 | 110011 | 101 | 101001101 | 1011001 | 110011 |
Color Harmonies of #F11477
Complementary color
Monochromatic Colors of #F11477
Black with #F11477
Text Example
Text Example
White with #F11477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11477; }
p { color: rgb(241,20,119); }
H1.HeaderClassName
{
color: #F11477;
}
.AnyTagClassName
{
color: #F11477;
}
</style>
background-color css
<style>
a { background-color: #F11477; }
a { background-color: rgb(241,20,119); }
div.DivClassName
{
background-color: #F11477;
}
.BgClassName
{
background-color: #F11477;
}
</style>
border-color css
<style>
span { border-color: #F11477; }
span { border-color: rgb(241,20,119); }
td.TdClassName
{
border-color: #F11477;
}
.TagClassName
{
border-color: #F11477;
}
</style>