Shades of Ruby #F61961
Tints of Ruby #F61961
RGB
CMYK
RGB Variations
Color information
#F61961 (or 0xF61961) is known color: Ruby. HEX triplet: F6, 19 and 61. RGB value is (246,25,97). Sum of RGB (Red+Green+Blue) = 246+25+97=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F61961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61961 is #09E69E. Grayscale: #636363. Windows color (decimal): -648863 or 6363638. OLE color: 6363638.
HSL color Cylindrical-coordinate representation of color #F61961: hue angle of 340.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61961 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 97 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.04 |
| HSL | 340.45º | 0.92% | 0.53% | - |
| HSV(B) | 340.45º | 0.9% | 0.96% | - |
| XYZ | 40.51 | 21.15 | 13.26 | - |
| YUV | 99.29 | 126.72 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 97 | 0 | 0.90 | 0.61 | 0.04 | 340.45 | 0.92 | 0.53 |
| Hex | F6 | 19 | 61 | 0 | 5A | 3D | 4 | 154 | 5C | 35 |
| Octal | 366 | 31 | 141 | 0 | 132 | 75 | 4 | 524 | 134 | 65 |
| Binary | 11110110 | 11001 | 1100001 | 0 | 1011010 | 111101 | 100 | 101010100 | 1011100 | 110101 |
Color Harmonies of #F61961
Complementary color
Monochromatic Colors of #F61961
Black with #F61961
Text Example
Text Example
White with #F61961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61961; }
p { color: rgb(246,25,97); }
H1.HeaderClassName
{
color: #F61961;
}
.AnyTagClassName
{
color: #F61961;
}
</style>
background-color css
<style>
a { background-color: #F61961; }
a { background-color: rgb(246,25,97); }
div.DivClassName
{
background-color: #F61961;
}
.BgClassName
{
background-color: #F61961;
}
</style>
border-color css
<style>
span { border-color: #F61961; }
span { border-color: rgb(246,25,97); }
td.TdClassName
{
border-color: #F61961;
}
.TagClassName
{
border-color: #F61961;
}
</style>