Shades of Ruby #F51970
Tints of Ruby #F51970
RGB
CMYK
RGB Variations
Color information
#F51970 (or 0xF51970) is known color: Ruby. HEX triplet: F5, 19 and 70. RGB value is (245,25,112). Sum of RGB (Red+Green+Blue) = 245+25+112=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F51970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51970 is #0AE68F. Grayscale: #646464. Windows color (decimal): -714384 or 7346677. OLE color: 7346677.
HSL color Cylindrical-coordinate representation of color #F51970: hue angle of 336.27º 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 #F51970 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 112 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.04 |
| HSL | 336.27º | 0.92% | 0.53% | - |
| HSV(B) | 336.27º | 0.9% | 0.96% | - |
| XYZ | 40.93 | 21.28 | 17.28 | - |
| YUV | 100.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 112 | 0 | 0.90 | 0.54 | 0.04 | 336.27 | 0.92 | 0.53 |
| Hex | F5 | 19 | 70 | 0 | 5A | 36 | 4 | 150 | 5C | 35 |
| Octal | 365 | 31 | 160 | 0 | 132 | 66 | 4 | 520 | 134 | 65 |
| Binary | 11110101 | 11001 | 1110000 | 0 | 1011010 | 110110 | 100 | 101010000 | 1011100 | 110101 |
Color Harmonies of #F51970
Complementary color
Monochromatic Colors of #F51970
Black with #F51970
Text Example
Text Example
White with #F51970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51970; }
p { color: rgb(245,25,112); }
H1.HeaderClassName
{
color: #F51970;
}
.AnyTagClassName
{
color: #F51970;
}
</style>
background-color css
<style>
a { background-color: #F51970; }
a { background-color: rgb(245,25,112); }
div.DivClassName
{
background-color: #F51970;
}
.BgClassName
{
background-color: #F51970;
}
</style>
border-color css
<style>
span { border-color: #F51970; }
span { border-color: rgb(245,25,112); }
td.TdClassName
{
border-color: #F51970;
}
.TagClassName
{
border-color: #F51970;
}
</style>