Shades of Ruby #F51E6D
Tints of Ruby #F51E6D
RGB
CMYK
RGB Variations
Color information
#F51E6D (or 0xF51E6D) is known color: Ruby. HEX triplet: F5, 1E and 6D. RGB value is (245,30,109). Sum of RGB (Red+Green+Blue) = 245+30+109=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51E6D is #0AE192. Grayscale: #676767. Windows color (decimal): -713107 or 7151349. OLE color: 7151349.
HSL color Cylindrical-coordinate representation of color #F51E6D: hue angle of 337.95º 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 #F51E6D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 109 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.04 |
| HSL | 337.95º | 0.91% | 0.54% | - |
| HSV(B) | 337.95º | 0.88% | 0.96% | - |
| XYZ | 40.88 | 21.45 | 16.45 | - |
| YUV | 103.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 109 | 0 | 0.88 | 0.56 | 0.04 | 337.95 | 0.91 | 0.54 |
| Hex | F5 | 1E | 6D | 0 | 58 | 38 | 4 | 152 | 5B | 36 |
| Octal | 365 | 36 | 155 | 0 | 130 | 70 | 4 | 522 | 133 | 66 |
| Binary | 11110101 | 11110 | 1101101 | 0 | 1011000 | 111000 | 100 | 101010010 | 1011011 | 110110 |
Color Harmonies of #F51E6D
Complementary color
Monochromatic Colors of #F51E6D
Black with #F51E6D
Text Example
Text Example
White with #F51E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E6D; }
p { color: rgb(245,30,109); }
H1.HeaderClassName
{
color: #F51E6D;
}
.AnyTagClassName
{
color: #F51E6D;
}
</style>
background-color css
<style>
a { background-color: #F51E6D; }
a { background-color: rgb(245,30,109); }
div.DivClassName
{
background-color: #F51E6D;
}
.BgClassName
{
background-color: #F51E6D;
}
</style>
border-color css
<style>
span { border-color: #F51E6D; }
span { border-color: rgb(245,30,109); }
td.TdClassName
{
border-color: #F51E6D;
}
.TagClassName
{
border-color: #F51E6D;
}
</style>