Shades of Ruby #F51A65
Tints of Ruby #F51A65
RGB
CMYK
RGB Variations
Color information
#F51A65 (or 0xF51A65) is known color: Ruby. HEX triplet: F5, 1A and 65. RGB value is (245,26,101). Sum of RGB (Red+Green+Blue) = 245+26+101=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51A65 is #0AE59A. Grayscale: #636363. Windows color (decimal): -714139 or 6626037. OLE color: 6626037.
HSL color Cylindrical-coordinate representation of color #F51A65: hue angle of 339.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51A65 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 101 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.04 |
| HSL | 339.45º | 0.92% | 0.53% | - |
| HSV(B) | 339.45º | 0.89% | 0.96% | - |
| XYZ | 40.37 | 21.09 | 14.25 | - |
| YUV | 100.03 | 128.55 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 101 | 0 | 0.89 | 0.59 | 0.04 | 339.45 | 0.92 | 0.53 |
| Hex | F5 | 1A | 65 | 0 | 59 | 3B | 4 | 153 | 5C | 35 |
| Octal | 365 | 32 | 145 | 0 | 131 | 73 | 4 | 523 | 134 | 65 |
| Binary | 11110101 | 11010 | 1100101 | 0 | 1011001 | 111011 | 100 | 101010011 | 1011100 | 110101 |
Color Harmonies of #F51A65
Complementary color
Monochromatic Colors of #F51A65
Black with #F51A65
Text Example
Text Example
White with #F51A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51A65; }
p { color: rgb(245,26,101); }
H1.HeaderClassName
{
color: #F51A65;
}
.AnyTagClassName
{
color: #F51A65;
}
</style>
background-color css
<style>
a { background-color: #F51A65; }
a { background-color: rgb(245,26,101); }
div.DivClassName
{
background-color: #F51A65;
}
.BgClassName
{
background-color: #F51A65;
}
</style>
border-color css
<style>
span { border-color: #F51A65; }
span { border-color: rgb(245,26,101); }
td.TdClassName
{
border-color: #F51A65;
}
.TagClassName
{
border-color: #F51A65;
}
</style>