Shades of Ruby #F11A5E
Tints of Ruby #F11A5E
RGB
CMYK
RGB Variations
Color information
#F11A5E (or 0xF11A5E) is known color: Ruby. HEX triplet: F1, 1A and 5E. RGB value is (241,26,94). Sum of RGB (Red+Green+Blue) = 241+26+94=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A5E is #0EE5A1. Grayscale: #616161. Windows color (decimal): -976290 or 6167281. OLE color: 6167281.
HSL color Cylindrical-coordinate representation of color #F11A5E: hue angle of 341.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A5E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 94 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.05 |
| HSL | 341.02º | 0.88% | 0.52% | - |
| HSV(B) | 341.02º | 0.89% | 0.95% | - |
| XYZ | 38.67 | 20.25 | 12.46 | - |
| YUV | 98.04 | 125.73 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 94 | 0 | 0.89 | 0.61 | 0.05 | 341.02 | 0.88 | 0.52 |
| Hex | F1 | 1A | 5E | 0 | 59 | 3D | 5 | 155 | 58 | 34 |
| Octal | 361 | 32 | 136 | 0 | 131 | 75 | 5 | 525 | 130 | 64 |
| Binary | 11110001 | 11010 | 1011110 | 0 | 1011001 | 111101 | 101 | 101010101 | 1011000 | 110100 |
Color Harmonies of #F11A5E
Complementary color
Monochromatic Colors of #F11A5E
Black with #F11A5E
Text Example
Text Example
White with #F11A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A5E; }
p { color: rgb(241,26,94); }
H1.HeaderClassName
{
color: #F11A5E;
}
.AnyTagClassName
{
color: #F11A5E;
}
</style>
background-color css
<style>
a { background-color: #F11A5E; }
a { background-color: rgb(241,26,94); }
div.DivClassName
{
background-color: #F11A5E;
}
.BgClassName
{
background-color: #F11A5E;
}
</style>
border-color css
<style>
span { border-color: #F11A5E; }
span { border-color: rgb(241,26,94); }
td.TdClassName
{
border-color: #F11A5E;
}
.TagClassName
{
border-color: #F11A5E;
}
</style>