Shades of Ruby #F11371
Tints of Ruby #F11371
RGB
CMYK
RGB Variations
Color information
#F11371 (or 0xF11371) is known color: Ruby. HEX triplet: F1, 13 and 71. RGB value is (241,19,113). Sum of RGB (Red+Green+Blue) = 241+19+113=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F11371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11371 is #0EEC8E. Grayscale: #5F5F5F. Windows color (decimal): -978063 or 7410673. OLE color: 7410673.
HSL color Cylindrical-coordinate representation of color #F11371: hue angle of 334.59º 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 #F11371 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.05 |
| HSL | 334.59º | 0.89% | 0.51% | - |
| HSV(B) | 334.59º | 0.92% | 0.95% | - |
| XYZ | 39.49 | 20.36 | 17.47 | - |
| YUV | 96.09 | 137.55 | 231.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 113 | 0 | 0.92 | 0.53 | 0.05 | 334.59 | 0.89 | 0.51 |
| Hex | F1 | 13 | 71 | 0 | 5C | 35 | 5 | 14F | 59 | 33 |
| Octal | 361 | 23 | 161 | 0 | 134 | 65 | 5 | 517 | 131 | 63 |
| Binary | 11110001 | 10011 | 1110001 | 0 | 1011100 | 110101 | 101 | 101001111 | 1011001 | 110011 |
Color Harmonies of #F11371
Complementary color
Monochromatic Colors of #F11371
Black with #F11371
Text Example
Text Example
White with #F11371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11371; }
p { color: rgb(241,19,113); }
H1.HeaderClassName
{
color: #F11371;
}
.AnyTagClassName
{
color: #F11371;
}
</style>
background-color css
<style>
a { background-color: #F11371; }
a { background-color: rgb(241,19,113); }
div.DivClassName
{
background-color: #F11371;
}
.BgClassName
{
background-color: #F11371;
}
</style>
border-color css
<style>
span { border-color: #F11371; }
span { border-color: rgb(241,19,113); }
td.TdClassName
{
border-color: #F11371;
}
.TagClassName
{
border-color: #F11371;
}
</style>