Shades of Ruby #F51963
Tints of Ruby #F51963
RGB
CMYK
RGB Variations
Color information
#F51963 (or 0xF51963) is known color: Ruby. HEX triplet: F5, 19 and 63. RGB value is (245,25,99). Sum of RGB (Red+Green+Blue) = 245+25+99=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 25 (10.16% from 255 or 6.78% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F51963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51963 is #0AE69C. Grayscale: #636363. Windows color (decimal): -714397 or 6494709. OLE color: 6494709.
HSL color Cylindrical-coordinate representation of color #F51963: hue angle of 339.82º 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 #F51963 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 99 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.04 |
| HSL | 339.82º | 0.92% | 0.53% | - |
| HSV(B) | 339.82º | 0.9% | 0.96% | - |
| XYZ | 40.26 | 21.01 | 13.74 | - |
| YUV | 99.22 | 127.89 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 99 | 0 | 0.90 | 0.60 | 0.04 | 339.82 | 0.92 | 0.53 |
| Hex | F5 | 19 | 63 | 0 | 5A | 3C | 4 | 154 | 5C | 35 |
| Octal | 365 | 31 | 143 | 0 | 132 | 74 | 4 | 524 | 134 | 65 |
| Binary | 11110101 | 11001 | 1100011 | 0 | 1011010 | 111100 | 100 | 101010100 | 1011100 | 110101 |
Color Harmonies of #F51963
Complementary color
Monochromatic Colors of #F51963
Black with #F51963
Text Example
Text Example
White with #F51963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51963; }
p { color: rgb(245,25,99); }
H1.HeaderClassName
{
color: #F51963;
}
.AnyTagClassName
{
color: #F51963;
}
</style>
background-color css
<style>
a { background-color: #F51963; }
a { background-color: rgb(245,25,99); }
div.DivClassName
{
background-color: #F51963;
}
.BgClassName
{
background-color: #F51963;
}
</style>
border-color css
<style>
span { border-color: #F51963; }
span { border-color: rgb(245,25,99); }
td.TdClassName
{
border-color: #F51963;
}
.TagClassName
{
border-color: #F51963;
}
</style>