Shades of Ruby #F51964
Tints of Ruby #F51964
RGB
CMYK
RGB Variations
Color information
#F51964 (or 0xF51964) is known color: Ruby. HEX triplet: F5, 19 and 64. RGB value is (245,25,100). Sum of RGB (Red+Green+Blue) = 245+25+100=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F51964 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51964 is #0AE69B. Grayscale: #636363. Windows color (decimal): -714396 or 6560245. OLE color: 6560245.
HSL color Cylindrical-coordinate representation of color #F51964: hue angle of 339.55º 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 #F51964 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 100 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.04 |
| HSL | 339.55º | 0.92% | 0.53% | - |
| HSV(B) | 339.55º | 0.9% | 0.96% | - |
| XYZ | 40.3 | 21.03 | 13.99 | - |
| YUV | 99.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 100 | 0 | 0.90 | 0.59 | 0.04 | 339.55 | 0.92 | 0.53 |
| Hex | F5 | 19 | 64 | 0 | 5A | 3B | 4 | 154 | 5C | 35 |
| Octal | 365 | 31 | 144 | 0 | 132 | 73 | 4 | 524 | 134 | 65 |
| Binary | 11110101 | 11001 | 1100100 | 0 | 1011010 | 111011 | 100 | 101010100 | 1011100 | 110101 |
Color Harmonies of #F51964
Complementary color
Monochromatic Colors of #F51964
Black with #F51964
Text Example
Text Example
White with #F51964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51964; }
p { color: rgb(245,25,100); }
H1.HeaderClassName
{
color: #F51964;
}
.AnyTagClassName
{
color: #F51964;
}
</style>
background-color css
<style>
a { background-color: #F51964; }
a { background-color: rgb(245,25,100); }
div.DivClassName
{
background-color: #F51964;
}
.BgClassName
{
background-color: #F51964;
}
</style>
border-color css
<style>
span { border-color: #F51964; }
span { border-color: rgb(245,25,100); }
td.TdClassName
{
border-color: #F51964;
}
.TagClassName
{
border-color: #F51964;
}
</style>