Shades of Ruby #F9196D
Tints of Ruby #F9196D
RGB
CMYK
RGB Variations
Color information
#F9196D (or 0xF9196D) is known color: Ruby. HEX triplet: F9, 19 and 6D. RGB value is (249,25,109). Sum of RGB (Red+Green+Blue) = 249+25+109=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F9196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9196D is #06E692. Grayscale: #656565. Windows color (decimal): -452243 or 7150073. OLE color: 7150073.
HSL color Cylindrical-coordinate representation of color #F9196D: hue angle of 337.5º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9196D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 109 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.02 |
| HSL | 337.5º | 0.95% | 0.54% | - |
| HSV(B) | 337.5º | 0.9% | 0.98% | - |
| XYZ | 42.17 | 21.94 | 16.48 | - |
| YUV | 101.55 | 132.21 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 109 | 0 | 0.90 | 0.56 | 0.02 | 337.5 | 0.95 | 0.54 |
| Hex | F9 | 19 | 6D | 0 | 5A | 38 | 2 | 152 | 5F | 36 |
| Octal | 371 | 31 | 155 | 0 | 132 | 70 | 2 | 522 | 137 | 66 |
| Binary | 11111001 | 11001 | 1101101 | 0 | 1011010 | 111000 | 10 | 101010010 | 1011111 | 110110 |
Color Harmonies of #F9196D
Complementary color
Monochromatic Colors of #F9196D
Black with #F9196D
Text Example
Text Example
White with #F9196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9196D; }
p { color: rgb(249,25,109); }
H1.HeaderClassName
{
color: #F9196D;
}
.AnyTagClassName
{
color: #F9196D;
}
</style>
background-color css
<style>
a { background-color: #F9196D; }
a { background-color: rgb(249,25,109); }
div.DivClassName
{
background-color: #F9196D;
}
.BgClassName
{
background-color: #F9196D;
}
</style>
border-color css
<style>
span { border-color: #F9196D; }
span { border-color: rgb(249,25,109); }
td.TdClassName
{
border-color: #F9196D;
}
.TagClassName
{
border-color: #F9196D;
}
</style>