Shades of Ruby #F11963
Tints of Ruby #F11963
RGB
CMYK
RGB Variations
Color information
#F11963 (or 0xF11963) is known color: Ruby. HEX triplet: F1, 19 and 63. RGB value is (241,25,99). Sum of RGB (Red+Green+Blue) = 241+25+99=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F11963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11963 is #0EE69C. Grayscale: #616161. Windows color (decimal): -976541 or 6494705. OLE color: 6494705.
HSL color Cylindrical-coordinate representation of color #F11963: hue angle of 339.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11963 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 99 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.05 |
| HSL | 339.44º | 0.89% | 0.52% | - |
| HSV(B) | 339.44º | 0.9% | 0.95% | - |
| XYZ | 38.88 | 20.3 | 13.67 | - |
| YUV | 98.02 | 128.56 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 99 | 0 | 0.90 | 0.59 | 0.05 | 339.44 | 0.89 | 0.52 |
| Hex | F1 | 19 | 63 | 0 | 5A | 3B | 5 | 153 | 59 | 34 |
| Octal | 361 | 31 | 143 | 0 | 132 | 73 | 5 | 523 | 131 | 64 |
| Binary | 11110001 | 11001 | 1100011 | 0 | 1011010 | 111011 | 101 | 101010011 | 1011001 | 110100 |
Color Harmonies of #F11963
Complementary color
Monochromatic Colors of #F11963
Black with #F11963
Text Example
Text Example
White with #F11963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11963; }
p { color: rgb(241,25,99); }
H1.HeaderClassName
{
color: #F11963;
}
.AnyTagClassName
{
color: #F11963;
}
</style>
background-color css
<style>
a { background-color: #F11963; }
a { background-color: rgb(241,25,99); }
div.DivClassName
{
background-color: #F11963;
}
.BgClassName
{
background-color: #F11963;
}
</style>
border-color css
<style>
span { border-color: #F11963; }
span { border-color: rgb(241,25,99); }
td.TdClassName
{
border-color: #F11963;
}
.TagClassName
{
border-color: #F11963;
}
</style>