Shades of Ruby #F51E76
Tints of Ruby #F51E76
RGB
CMYK
RGB Variations
Color information
#F51E76 (or 0xF51E76) is known color: Ruby. HEX triplet: F5, 1E and 76. RGB value is (245,30,118). Sum of RGB (Red+Green+Blue) = 245+30+118=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E76 is #0AE189. Grayscale: #686868. Windows color (decimal): -713098 or 7741173. OLE color: 7741173.
HSL color Cylindrical-coordinate representation of color #F51E76: hue angle of 335.44º degrees, saturation: 0.91, 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 #F51E76 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 118 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.04 |
| HSL | 335.44º | 0.91% | 0.54% | - |
| HSV(B) | 335.44º | 0.88% | 0.96% | - |
| XYZ | 41.39 | 21.65 | 19.14 | - |
| YUV | 104.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 118 | 0 | 0.88 | 0.52 | 0.04 | 335.44 | 0.91 | 0.54 |
| Hex | F5 | 1E | 76 | 0 | 58 | 34 | 4 | 14F | 5B | 36 |
| Octal | 365 | 36 | 166 | 0 | 130 | 64 | 4 | 517 | 133 | 66 |
| Binary | 11110101 | 11110 | 1110110 | 0 | 1011000 | 110100 | 100 | 101001111 | 1011011 | 110110 |
Color Harmonies of #F51E76
Complementary color
Monochromatic Colors of #F51E76
Black with #F51E76
Text Example
Text Example
White with #F51E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E76; }
p { color: rgb(245,30,118); }
H1.HeaderClassName
{
color: #F51E76;
}
.AnyTagClassName
{
color: #F51E76;
}
</style>
background-color css
<style>
a { background-color: #F51E76; }
a { background-color: rgb(245,30,118); }
div.DivClassName
{
background-color: #F51E76;
}
.BgClassName
{
background-color: #F51E76;
}
</style>
border-color css
<style>
span { border-color: #F51E76; }
span { border-color: rgb(245,30,118); }
td.TdClassName
{
border-color: #F51E76;
}
.TagClassName
{
border-color: #F51E76;
}
</style>