Shades of Ruby #F6196C
Tints of Ruby #F6196C
RGB
CMYK
RGB Variations
Color information
#F6196C (or 0xF6196C) is known color: Ruby. HEX triplet: F6, 19 and 6C. RGB value is (246,25,108). Sum of RGB (Red+Green+Blue) = 246+25+108=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F6196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6196C is #09E693. Grayscale: #646464. Windows color (decimal): -648852 or 7084534. OLE color: 7084534.
HSL color Cylindrical-coordinate representation of color #F6196C: hue angle of 337.47º 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 #F6196C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 108 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.04 |
| HSL | 337.47º | 0.92% | 0.53% | - |
| HSV(B) | 337.47º | 0.9% | 0.96% | - |
| XYZ | 41.06 | 21.37 | 16.15 | - |
| YUV | 100.54 | 132.22 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 108 | 0 | 0.90 | 0.56 | 0.04 | 337.47 | 0.92 | 0.53 |
| Hex | F6 | 19 | 6C | 0 | 5A | 38 | 4 | 151 | 5C | 35 |
| Octal | 366 | 31 | 154 | 0 | 132 | 70 | 4 | 521 | 134 | 65 |
| Binary | 11110110 | 11001 | 1101100 | 0 | 1011010 | 111000 | 100 | 101010001 | 1011100 | 110101 |
Color Harmonies of #F6196C
Complementary color
Monochromatic Colors of #F6196C
Black with #F6196C
Text Example
Text Example
White with #F6196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6196C; }
p { color: rgb(246,25,108); }
H1.HeaderClassName
{
color: #F6196C;
}
.AnyTagClassName
{
color: #F6196C;
}
</style>
background-color css
<style>
a { background-color: #F6196C; }
a { background-color: rgb(246,25,108); }
div.DivClassName
{
background-color: #F6196C;
}
.BgClassName
{
background-color: #F6196C;
}
</style>
border-color css
<style>
span { border-color: #F6196C; }
span { border-color: rgb(246,25,108); }
td.TdClassName
{
border-color: #F6196C;
}
.TagClassName
{
border-color: #F6196C;
}
</style>