Shades of Ruby #F61861
Tints of Ruby #F61861
RGB
CMYK
RGB Variations
Color information
#F61861 (or 0xF61861) is known color: Ruby. HEX triplet: F6, 18 and 61. RGB value is (246,24,97). Sum of RGB (Red+Green+Blue) = 246+24+97=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F61861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61861 is #09E79E. Grayscale: #626262. Windows color (decimal): -649119 or 6363382. OLE color: 6363382.
HSL color Cylindrical-coordinate representation of color #F61861: hue angle of 340.27º degrees, saturation: 0.93, 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 #F61861 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 97 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.04 |
| HSL | 340.27º | 0.93% | 0.53% | - |
| HSV(B) | 340.27º | 0.9% | 0.96% | - |
| XYZ | 40.49 | 21.11 | 13.25 | - |
| YUV | 98.7 | 127.05 | 233.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 97 | 0 | 0.90 | 0.61 | 0.04 | 340.27 | 0.93 | 0.53 |
| Hex | F6 | 18 | 61 | 0 | 5A | 3D | 4 | 154 | 5C | 35 |
| Octal | 366 | 30 | 141 | 0 | 132 | 75 | 4 | 524 | 134 | 65 |
| Binary | 11110110 | 11000 | 1100001 | 0 | 1011010 | 111101 | 100 | 101010100 | 1011100 | 110101 |
Color Harmonies of #F61861
Complementary color
Monochromatic Colors of #F61861
Black with #F61861
Text Example
Text Example
White with #F61861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61861; }
p { color: rgb(246,24,97); }
H1.HeaderClassName
{
color: #F61861;
}
.AnyTagClassName
{
color: #F61861;
}
</style>
background-color css
<style>
a { background-color: #F61861; }
a { background-color: rgb(246,24,97); }
div.DivClassName
{
background-color: #F61861;
}
.BgClassName
{
background-color: #F61861;
}
</style>
border-color css
<style>
span { border-color: #F61861; }
span { border-color: rgb(246,24,97); }
td.TdClassName
{
border-color: #F61861;
}
.TagClassName
{
border-color: #F61861;
}
</style>