Shades of Ruby #F51176
Tints of Ruby #F51176
RGB
CMYK
RGB Variations
Color information
#F51176 (or 0xF51176) is known color: Ruby. HEX triplet: F5, 11 and 76. RGB value is (245,17,118). Sum of RGB (Red+Green+Blue) = 245+17+118=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F51176 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51176 is #0AEE89. Grayscale: #606060. Windows color (decimal): -716426 or 7737845. OLE color: 7737845.
HSL color Cylindrical-coordinate representation of color #F51176: hue angle of 333.42º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51176 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 118 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.04 |
| HSL | 333.42º | 0.92% | 0.51% | - |
| HSV(B) | 333.42º | 0.93% | 0.96% | - |
| XYZ | 41.13 | 21.12 | 19.05 | - |
| YUV | 96.69 | 140.04 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 118 | 0 | 0.93 | 0.52 | 0.04 | 333.42 | 0.92 | 0.51 |
| Hex | F5 | 11 | 76 | 0 | 5D | 34 | 4 | 14D | 5C | 33 |
| Octal | 365 | 21 | 166 | 0 | 135 | 64 | 4 | 515 | 134 | 63 |
| Binary | 11110101 | 10001 | 1110110 | 0 | 1011101 | 110100 | 100 | 101001101 | 1011100 | 110011 |
Color Harmonies of #F51176
Complementary color
Monochromatic Colors of #F51176
Black with #F51176
Text Example
Text Example
White with #F51176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51176; }
p { color: rgb(245,17,118); }
H1.HeaderClassName
{
color: #F51176;
}
.AnyTagClassName
{
color: #F51176;
}
</style>
background-color css
<style>
a { background-color: #F51176; }
a { background-color: rgb(245,17,118); }
div.DivClassName
{
background-color: #F51176;
}
.BgClassName
{
background-color: #F51176;
}
</style>
border-color css
<style>
span { border-color: #F51176; }
span { border-color: rgb(245,17,118); }
td.TdClassName
{
border-color: #F51176;
}
.TagClassName
{
border-color: #F51176;
}
</style>