Shades of Ruby #F51776
Tints of Ruby #F51776
RGB
CMYK
RGB Variations
Color information
#F51776 (or 0xF51776) is known color: Ruby. HEX triplet: F5, 17 and 76. RGB value is (245,23,118). Sum of RGB (Red+Green+Blue) = 245+23+118=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F51776 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51776 is #0AE889. Grayscale: #646464. Windows color (decimal): -714890 or 7739381. OLE color: 7739381.
HSL color Cylindrical-coordinate representation of color #F51776: hue angle of 334.32º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51776 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 118 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.04 |
| HSL | 334.32º | 0.92% | 0.53% | - |
| HSV(B) | 334.32º | 0.91% | 0.96% | - |
| XYZ | 41.23 | 21.33 | 19.08 | - |
| YUV | 100.21 | 138.05 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 118 | 0 | 0.91 | 0.52 | 0.04 | 334.32 | 0.92 | 0.53 |
| Hex | F5 | 17 | 76 | 0 | 5B | 34 | 4 | 14E | 5C | 35 |
| Octal | 365 | 27 | 166 | 0 | 133 | 64 | 4 | 516 | 134 | 65 |
| Binary | 11110101 | 10111 | 1110110 | 0 | 1011011 | 110100 | 100 | 101001110 | 1011100 | 110101 |
Color Harmonies of #F51776
Complementary color
Monochromatic Colors of #F51776
Black with #F51776
Text Example
Text Example
White with #F51776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51776; }
p { color: rgb(245,23,118); }
H1.HeaderClassName
{
color: #F51776;
}
.AnyTagClassName
{
color: #F51776;
}
</style>
background-color css
<style>
a { background-color: #F51776; }
a { background-color: rgb(245,23,118); }
div.DivClassName
{
background-color: #F51776;
}
.BgClassName
{
background-color: #F51776;
}
</style>
border-color css
<style>
span { border-color: #F51776; }
span { border-color: rgb(245,23,118); }
td.TdClassName
{
border-color: #F51776;
}
.TagClassName
{
border-color: #F51776;
}
</style>