Shades of Ruby #F11965
Tints of Ruby #F11965
RGB
CMYK
RGB Variations
Color information
#F11965 (or 0xF11965) is known color: Ruby. HEX triplet: F1, 19 and 65. RGB value is (241,25,101). Sum of RGB (Red+Green+Blue) = 241+25+101=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F11965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11965 is #0EE69A. Grayscale: #626262. Windows color (decimal): -976539 or 6625777. OLE color: 6625777.
HSL color Cylindrical-coordinate representation of color #F11965: hue angle of 338.89º 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 #F11965 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 101 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.05 |
| HSL | 338.89º | 0.89% | 0.52% | - |
| HSV(B) | 338.89º | 0.9% | 0.95% | - |
| XYZ | 38.97 | 20.34 | 14.18 | - |
| YUV | 98.25 | 129.56 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 101 | 0 | 0.90 | 0.58 | 0.05 | 338.89 | 0.89 | 0.52 |
| Hex | F1 | 19 | 65 | 0 | 5A | 3A | 5 | 153 | 59 | 34 |
| Octal | 361 | 31 | 145 | 0 | 132 | 72 | 5 | 523 | 131 | 64 |
| Binary | 11110001 | 11001 | 1100101 | 0 | 1011010 | 111010 | 101 | 101010011 | 1011001 | 110100 |
Color Harmonies of #F11965
Complementary color
Monochromatic Colors of #F11965
Black with #F11965
Text Example
Text Example
White with #F11965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11965; }
p { color: rgb(241,25,101); }
H1.HeaderClassName
{
color: #F11965;
}
.AnyTagClassName
{
color: #F11965;
}
</style>
background-color css
<style>
a { background-color: #F11965; }
a { background-color: rgb(241,25,101); }
div.DivClassName
{
background-color: #F11965;
}
.BgClassName
{
background-color: #F11965;
}
</style>
border-color css
<style>
span { border-color: #F11965; }
span { border-color: rgb(241,25,101); }
td.TdClassName
{
border-color: #F11965;
}
.TagClassName
{
border-color: #F11965;
}
</style>