Shades of Ruby #F61863
Tints of Ruby #F61863
RGB
CMYK
RGB Variations
Color information
#F61863 (or 0xF61863) is known color: Ruby. HEX triplet: F6, 18 and 63. RGB value is (246,24,99). Sum of RGB (Red+Green+Blue) = 246+24+99=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F61863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61863 is #09E79C. Grayscale: #626262. Windows color (decimal): -649117 or 6494454. OLE color: 6494454.
HSL color Cylindrical-coordinate representation of color #F61863: hue angle of 339.73º 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 #F61863 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 99 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.04 |
| HSL | 339.73º | 0.93% | 0.53% | - |
| HSV(B) | 339.73º | 0.9% | 0.96% | - |
| XYZ | 40.58 | 21.15 | 13.75 | - |
| YUV | 98.93 | 128.05 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 99 | 0 | 0.90 | 0.60 | 0.04 | 339.73 | 0.93 | 0.53 |
| Hex | F6 | 18 | 63 | 0 | 5A | 3C | 4 | 154 | 5C | 35 |
| Octal | 366 | 30 | 143 | 0 | 132 | 74 | 4 | 524 | 134 | 65 |
| Binary | 11110110 | 11000 | 1100011 | 0 | 1011010 | 111100 | 100 | 101010100 | 1011100 | 110101 |
Color Harmonies of #F61863
Complementary color
Monochromatic Colors of #F61863
Black with #F61863
Text Example
Text Example
White with #F61863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61863; }
p { color: rgb(246,24,99); }
H1.HeaderClassName
{
color: #F61863;
}
.AnyTagClassName
{
color: #F61863;
}
</style>
background-color css
<style>
a { background-color: #F61863; }
a { background-color: rgb(246,24,99); }
div.DivClassName
{
background-color: #F61863;
}
.BgClassName
{
background-color: #F61863;
}
</style>
border-color css
<style>
span { border-color: #F61863; }
span { border-color: rgb(246,24,99); }
td.TdClassName
{
border-color: #F61863;
}
.TagClassName
{
border-color: #F61863;
}
</style>