Shades of Ruby #F61761
Tints of Ruby #F61761
RGB
CMYK
RGB Variations
Color information
#F61761 (or 0xF61761) is known color: Ruby. HEX triplet: F6, 17 and 61. RGB value is (246,23,97). Sum of RGB (Red+Green+Blue) = 246+23+97=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F61761 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61761 is #09E89E. Grayscale: #626262. Windows color (decimal): -649375 or 6363126. OLE color: 6363126.
HSL color Cylindrical-coordinate representation of color #F61761: hue angle of 340.09º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61761 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 97 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.04 |
| HSL | 340.09º | 0.93% | 0.53% | - |
| HSV(B) | 340.09º | 0.91% | 0.96% | - |
| XYZ | 40.47 | 21.07 | 13.24 | - |
| YUV | 98.11 | 127.38 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 97 | 0 | 0.91 | 0.61 | 0.04 | 340.09 | 0.93 | 0.53 |
| Hex | F6 | 17 | 61 | 0 | 5B | 3D | 4 | 154 | 5D | 35 |
| Octal | 366 | 27 | 141 | 0 | 133 | 75 | 4 | 524 | 135 | 65 |
| Binary | 11110110 | 10111 | 1100001 | 0 | 1011011 | 111101 | 100 | 101010100 | 1011101 | 110101 |
Color Harmonies of #F61761
Complementary color
Monochromatic Colors of #F61761
Black with #F61761
Text Example
Text Example
White with #F61761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61761; }
p { color: rgb(246,23,97); }
H1.HeaderClassName
{
color: #F61761;
}
.AnyTagClassName
{
color: #F61761;
}
</style>
background-color css
<style>
a { background-color: #F61761; }
a { background-color: rgb(246,23,97); }
div.DivClassName
{
background-color: #F61761;
}
.BgClassName
{
background-color: #F61761;
}
</style>
border-color css
<style>
span { border-color: #F61761; }
span { border-color: rgb(246,23,97); }
td.TdClassName
{
border-color: #F61761;
}
.TagClassName
{
border-color: #F61761;
}
</style>