Shades of Ruby #F5196D
Tints of Ruby #F5196D
RGB
CMYK
RGB Variations
Color information
#F5196D (or 0xF5196D) is known color: Ruby. HEX triplet: F5, 19 and 6D. RGB value is (245,25,109). Sum of RGB (Red+Green+Blue) = 245+25+109=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F5196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5196D is #0AE692. Grayscale: #646464. Windows color (decimal): -714387 or 7150069. OLE color: 7150069.
HSL color Cylindrical-coordinate representation of color #F5196D: hue angle of 337.09º 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 #F5196D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 109 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.04 |
| HSL | 337.09º | 0.92% | 0.53% | - |
| HSV(B) | 337.09º | 0.9% | 0.96% | - |
| XYZ | 40.76 | 21.21 | 16.41 | - |
| YUV | 100.36 | 132.89 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 109 | 0 | 0.90 | 0.56 | 0.04 | 337.09 | 0.92 | 0.53 |
| Hex | F5 | 19 | 6D | 0 | 5A | 38 | 4 | 151 | 5C | 35 |
| Octal | 365 | 31 | 155 | 0 | 132 | 70 | 4 | 521 | 134 | 65 |
| Binary | 11110101 | 11001 | 1101101 | 0 | 1011010 | 111000 | 100 | 101010001 | 1011100 | 110101 |
Color Harmonies of #F5196D
Complementary color
Monochromatic Colors of #F5196D
Black with #F5196D
Text Example
Text Example
White with #F5196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5196D; }
p { color: rgb(245,25,109); }
H1.HeaderClassName
{
color: #F5196D;
}
.AnyTagClassName
{
color: #F5196D;
}
</style>
background-color css
<style>
a { background-color: #F5196D; }
a { background-color: rgb(245,25,109); }
div.DivClassName
{
background-color: #F5196D;
}
.BgClassName
{
background-color: #F5196D;
}
</style>
border-color css
<style>
span { border-color: #F5196D; }
span { border-color: rgb(245,25,109); }
td.TdClassName
{
border-color: #F5196D;
}
.TagClassName
{
border-color: #F5196D;
}
</style>