Shades of Ruby #F51876
Tints of Ruby #F51876
RGB
CMYK
RGB Variations
Color information
#F51876 (or 0xF51876) is known color: Ruby. HEX triplet: F5, 18 and 76. RGB value is (245,24,118). Sum of RGB (Red+Green+Blue) = 245+24+118=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F51876 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51876 is #0AE789. Grayscale: #646464. Windows color (decimal): -714634 or 7739637. OLE color: 7739637.
HSL color Cylindrical-coordinate representation of color #F51876: hue angle of 334.48º 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 #F51876 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 118 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.04 |
| HSL | 334.48º | 0.92% | 0.53% | - |
| HSV(B) | 334.48º | 0.9% | 0.96% | - |
| XYZ | 41.25 | 21.37 | 19.09 | - |
| YUV | 100.8 | 137.72 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 118 | 0 | 0.90 | 0.52 | 0.04 | 334.48 | 0.92 | 0.53 |
| Hex | F5 | 18 | 76 | 0 | 5A | 34 | 4 | 14E | 5C | 35 |
| Octal | 365 | 30 | 166 | 0 | 132 | 64 | 4 | 516 | 134 | 65 |
| Binary | 11110101 | 11000 | 1110110 | 0 | 1011010 | 110100 | 100 | 101001110 | 1011100 | 110101 |
Color Harmonies of #F51876
Complementary color
Monochromatic Colors of #F51876
Black with #F51876
Text Example
Text Example
White with #F51876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51876; }
p { color: rgb(245,24,118); }
H1.HeaderClassName
{
color: #F51876;
}
.AnyTagClassName
{
color: #F51876;
}
</style>
background-color css
<style>
a { background-color: #F51876; }
a { background-color: rgb(245,24,118); }
div.DivClassName
{
background-color: #F51876;
}
.BgClassName
{
background-color: #F51876;
}
</style>
border-color css
<style>
span { border-color: #F51876; }
span { border-color: rgb(245,24,118); }
td.TdClassName
{
border-color: #F51876;
}
.TagClassName
{
border-color: #F51876;
}
</style>