Shades of Ruby #F6166D
Tints of Ruby #F6166D
RGB
CMYK
RGB Variations
Color information
#F6166D (or 0xF6166D) is known color: Ruby. HEX triplet: F6, 16 and 6D. RGB value is (246,22,109). Sum of RGB (Red+Green+Blue) = 246+22+109=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F6166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6166D is #09E992. Grayscale: #626262. Windows color (decimal): -649619 or 7149302. OLE color: 7149302.
HSL color Cylindrical-coordinate representation of color #F6166D: hue angle of 336.7º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6166D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 109 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.04 |
| HSL | 336.7º | 0.93% | 0.53% | - |
| HSV(B) | 336.7º | 0.91% | 0.96% | - |
| XYZ | 41.05 | 21.27 | 16.41 | - |
| YUV | 98.89 | 133.71 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 109 | 0 | 0.91 | 0.56 | 0.04 | 336.7 | 0.93 | 0.53 |
| Hex | F6 | 16 | 6D | 0 | 5B | 38 | 4 | 151 | 5D | 35 |
| Octal | 366 | 26 | 155 | 0 | 133 | 70 | 4 | 521 | 135 | 65 |
| Binary | 11110110 | 10110 | 1101101 | 0 | 1011011 | 111000 | 100 | 101010001 | 1011101 | 110101 |
Color Harmonies of #F6166D
Complementary color
Monochromatic Colors of #F6166D
Black with #F6166D
Text Example
Text Example
White with #F6166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6166D; }
p { color: rgb(246,22,109); }
H1.HeaderClassName
{
color: #F6166D;
}
.AnyTagClassName
{
color: #F6166D;
}
</style>
background-color css
<style>
a { background-color: #F6166D; }
a { background-color: rgb(246,22,109); }
div.DivClassName
{
background-color: #F6166D;
}
.BgClassName
{
background-color: #F6166D;
}
</style>
border-color css
<style>
span { border-color: #F6166D; }
span { border-color: rgb(246,22,109); }
td.TdClassName
{
border-color: #F6166D;
}
.TagClassName
{
border-color: #F6166D;
}
</style>