Shades of Ruby #F51D73
Tints of Ruby #F51D73
RGB
CMYK
RGB Variations
Color information
#F51D73 (or 0xF51D73) is known color: Ruby. HEX triplet: F5, 1D and 73. RGB value is (245,29,115). Sum of RGB (Red+Green+Blue) = 245+29+115=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51D73 is #0AE28C. Grayscale: #676767. Windows color (decimal): -713357 or 7544309. OLE color: 7544309.
HSL color Cylindrical-coordinate representation of color #F51D73: hue angle of 336.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51D73 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 115 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.04 |
| HSL | 336.11º | 0.92% | 0.54% | - |
| HSV(B) | 336.11º | 0.88% | 0.96% | - |
| XYZ | 41.19 | 21.53 | 18.2 | - |
| YUV | 103.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 115 | 0 | 0.88 | 0.53 | 0.04 | 336.11 | 0.92 | 0.54 |
| Hex | F5 | 1D | 73 | 0 | 58 | 35 | 4 | 150 | 5C | 36 |
| Octal | 365 | 35 | 163 | 0 | 130 | 65 | 4 | 520 | 134 | 66 |
| Binary | 11110101 | 11101 | 1110011 | 0 | 1011000 | 110101 | 100 | 101010000 | 1011100 | 110110 |
Color Harmonies of #F51D73
Complementary color
Monochromatic Colors of #F51D73
Black with #F51D73
Text Example
Text Example
White with #F51D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51D73; }
p { color: rgb(245,29,115); }
H1.HeaderClassName
{
color: #F51D73;
}
.AnyTagClassName
{
color: #F51D73;
}
</style>
background-color css
<style>
a { background-color: #F51D73; }
a { background-color: rgb(245,29,115); }
div.DivClassName
{
background-color: #F51D73;
}
.BgClassName
{
background-color: #F51D73;
}
</style>
border-color css
<style>
span { border-color: #F51D73; }
span { border-color: rgb(245,29,115); }
td.TdClassName
{
border-color: #F51D73;
}
.TagClassName
{
border-color: #F51D73;
}
</style>