Shades of Ruby #F51861
Tints of Ruby #F51861
RGB
CMYK
RGB Variations
Color information
#F51861 (or 0xF51861) is known color: Ruby. HEX triplet: F5, 18 and 61. RGB value is (245,24,97). Sum of RGB (Red+Green+Blue) = 245+24+97=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F51861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51861 is #0AE79E. Grayscale: #626262. Windows color (decimal): -714655 or 6363381. OLE color: 6363381.
HSL color Cylindrical-coordinate representation of color #F51861: hue angle of 340.18º 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 #F51861 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 97 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.04 |
| HSL | 340.18º | 0.92% | 0.53% | - |
| HSV(B) | 340.18º | 0.9% | 0.96% | - |
| XYZ | 40.14 | 20.93 | 13.23 | - |
| YUV | 98.4 | 127.22 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 97 | 0 | 0.90 | 0.60 | 0.04 | 340.18 | 0.92 | 0.53 |
| Hex | F5 | 18 | 61 | 0 | 5A | 3C | 4 | 154 | 5C | 35 |
| Octal | 365 | 30 | 141 | 0 | 132 | 74 | 4 | 524 | 134 | 65 |
| Binary | 11110101 | 11000 | 1100001 | 0 | 1011010 | 111100 | 100 | 101010100 | 1011100 | 110101 |
Color Harmonies of #F51861
Complementary color
Monochromatic Colors of #F51861
Black with #F51861
Text Example
Text Example
White with #F51861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51861; }
p { color: rgb(245,24,97); }
H1.HeaderClassName
{
color: #F51861;
}
.AnyTagClassName
{
color: #F51861;
}
</style>
background-color css
<style>
a { background-color: #F51861; }
a { background-color: rgb(245,24,97); }
div.DivClassName
{
background-color: #F51861;
}
.BgClassName
{
background-color: #F51861;
}
</style>
border-color css
<style>
span { border-color: #F51861; }
span { border-color: rgb(245,24,97); }
td.TdClassName
{
border-color: #F51861;
}
.TagClassName
{
border-color: #F51861;
}
</style>