Shades of Ruby #F5116D
Tints of Ruby #F5116D
RGB
CMYK
RGB Variations
Color information
#F5116D (or 0xF5116D) is known color: Ruby. HEX triplet: F5, 11 and 6D. RGB value is (245,17,109). Sum of RGB (Red+Green+Blue) = 245+17+109=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5116D is #0AEE92. Grayscale: #5F5F5F. Windows color (decimal): -716435 or 7148021. OLE color: 7148021.
HSL color Cylindrical-coordinate representation of color #F5116D: hue angle of 335.79º 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 #F5116D is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.04 |
| HSL | 335.79º | 0.92% | 0.51% | - |
| HSV(B) | 335.79º | 0.93% | 0.96% | - |
| XYZ | 40.62 | 20.92 | 16.36 | - |
| YUV | 95.66 | 135.54 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 109 | 0 | 0.93 | 0.56 | 0.04 | 335.79 | 0.92 | 0.51 |
| Hex | F5 | 11 | 6D | 0 | 5D | 38 | 4 | 150 | 5C | 33 |
| Octal | 365 | 21 | 155 | 0 | 135 | 70 | 4 | 520 | 134 | 63 |
| Binary | 11110101 | 10001 | 1101101 | 0 | 1011101 | 111000 | 100 | 101010000 | 1011100 | 110011 |
Color Harmonies of #F5116D
Complementary color
Monochromatic Colors of #F5116D
Black with #F5116D
Text Example
Text Example
White with #F5116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5116D; }
p { color: rgb(245,17,109); }
H1.HeaderClassName
{
color: #F5116D;
}
.AnyTagClassName
{
color: #F5116D;
}
</style>
background-color css
<style>
a { background-color: #F5116D; }
a { background-color: rgb(245,17,109); }
div.DivClassName
{
background-color: #F5116D;
}
.BgClassName
{
background-color: #F5116D;
}
</style>
border-color css
<style>
span { border-color: #F5116D; }
span { border-color: rgb(245,17,109); }
td.TdClassName
{
border-color: #F5116D;
}
.TagClassName
{
border-color: #F5116D;
}
</style>