Shades of Ruby #F61B63
Tints of Ruby #F61B63
RGB
CMYK
RGB Variations
Color information
#F61B63 (or 0xF61B63) is known color: Ruby. HEX triplet: F6, 1B and 63. RGB value is (246,27,99). Sum of RGB (Red+Green+Blue) = 246+27+99=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B63 is #09E49C. Grayscale: #646464. Windows color (decimal): -648349 or 6495222. OLE color: 6495222.
HSL color Cylindrical-coordinate representation of color #F61B63: hue angle of 340.27º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61B63 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 99 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.04 |
| HSL | 340.27º | 0.92% | 0.54% | - |
| HSV(B) | 340.27º | 0.89% | 0.96% | - |
| XYZ | 40.65 | 21.28 | 13.77 | - |
| YUV | 100.69 | 127.05 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 99 | 0 | 0.89 | 0.60 | 0.04 | 340.27 | 0.92 | 0.54 |
| Hex | F6 | 1B | 63 | 0 | 59 | 3C | 4 | 154 | 5C | 36 |
| Octal | 366 | 33 | 143 | 0 | 131 | 74 | 4 | 524 | 134 | 66 |
| Binary | 11110110 | 11011 | 1100011 | 0 | 1011001 | 111100 | 100 | 101010100 | 1011100 | 110110 |
Color Harmonies of #F61B63
Complementary color
Monochromatic Colors of #F61B63
Black with #F61B63
Text Example
Text Example
White with #F61B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61B63; }
p { color: rgb(246,27,99); }
H1.HeaderClassName
{
color: #F61B63;
}
.AnyTagClassName
{
color: #F61B63;
}
</style>
background-color css
<style>
a { background-color: #F61B63; }
a { background-color: rgb(246,27,99); }
div.DivClassName
{
background-color: #F61B63;
}
.BgClassName
{
background-color: #F61B63;
}
</style>
border-color css
<style>
span { border-color: #F61B63; }
span { border-color: rgb(246,27,99); }
td.TdClassName
{
border-color: #F61B63;
}
.TagClassName
{
border-color: #F61B63;
}
</style>