Shades of Ruby #F11661
Tints of Ruby #F11661
RGB
CMYK
RGB Variations
Color information
#F11661 (or 0xF11661) is known color: Ruby. HEX triplet: F1, 16 and 61. RGB value is (241,22,97). Sum of RGB (Red+Green+Blue) = 241+22+97=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F11661 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11661 is #0EE99E. Grayscale: #5F5F5F. Windows color (decimal): -977311 or 6362865. OLE color: 6362865.
HSL color Cylindrical-coordinate representation of color #F11661: hue angle of 339.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11661 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 97 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.05 |
| HSL | 339.45º | 0.89% | 0.52% | - |
| HSV(B) | 339.45º | 0.91% | 0.95% | - |
| XYZ | 38.72 | 20.14 | 13.16 | - |
| YUV | 96.03 | 128.55 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 97 | 0 | 0.91 | 0.60 | 0.05 | 339.45 | 0.89 | 0.52 |
| Hex | F1 | 16 | 61 | 0 | 5B | 3C | 5 | 153 | 59 | 34 |
| Octal | 361 | 26 | 141 | 0 | 133 | 74 | 5 | 523 | 131 | 64 |
| Binary | 11110001 | 10110 | 1100001 | 0 | 1011011 | 111100 | 101 | 101010011 | 1011001 | 110100 |
Color Harmonies of #F11661
Complementary color
Monochromatic Colors of #F11661
Black with #F11661
Text Example
Text Example
White with #F11661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11661; }
p { color: rgb(241,22,97); }
H1.HeaderClassName
{
color: #F11661;
}
.AnyTagClassName
{
color: #F11661;
}
</style>
background-color css
<style>
a { background-color: #F11661; }
a { background-color: rgb(241,22,97); }
div.DivClassName
{
background-color: #F11661;
}
.BgClassName
{
background-color: #F11661;
}
</style>
border-color css
<style>
span { border-color: #F11661; }
span { border-color: rgb(241,22,97); }
td.TdClassName
{
border-color: #F11661;
}
.TagClassName
{
border-color: #F11661;
}
</style>