Shades of Ruby #F6166A
Tints of Ruby #F6166A
RGB
CMYK
RGB Variations
Color information
#F6166A (or 0xF6166A) is known color: Ruby. HEX triplet: F6, 16 and 6A. RGB value is (246,22,106). Sum of RGB (Red+Green+Blue) = 246+22+106=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6166A is #09E995. Grayscale: #626262. Windows color (decimal): -649622 or 6952694. OLE color: 6952694.
HSL color Cylindrical-coordinate representation of color #F6166A: hue angle of 337.5º 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 #F6166A is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 106 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.04 |
| HSL | 337.5º | 0.93% | 0.53% | - |
| HSV(B) | 337.5º | 0.91% | 0.96% | - |
| XYZ | 40.89 | 21.21 | 15.57 | - |
| YUV | 98.55 | 132.21 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 106 | 0 | 0.91 | 0.57 | 0.04 | 337.5 | 0.93 | 0.53 |
| Hex | F6 | 16 | 6A | 0 | 5B | 39 | 4 | 152 | 5D | 35 |
| Octal | 366 | 26 | 152 | 0 | 133 | 71 | 4 | 522 | 135 | 65 |
| Binary | 11110110 | 10110 | 1101010 | 0 | 1011011 | 111001 | 100 | 101010010 | 1011101 | 110101 |
Color Harmonies of #F6166A
Complementary color
Monochromatic Colors of #F6166A
Black with #F6166A
Text Example
Text Example
White with #F6166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6166A; }
p { color: rgb(246,22,106); }
H1.HeaderClassName
{
color: #F6166A;
}
.AnyTagClassName
{
color: #F6166A;
}
</style>
background-color css
<style>
a { background-color: #F6166A; }
a { background-color: rgb(246,22,106); }
div.DivClassName
{
background-color: #F6166A;
}
.BgClassName
{
background-color: #F6166A;
}
</style>
border-color css
<style>
span { border-color: #F6166A; }
span { border-color: rgb(246,22,106); }
td.TdClassName
{
border-color: #F6166A;
}
.TagClassName
{
border-color: #F6166A;
}
</style>