Shades of Ruby #F6166F
Tints of Ruby #F6166F
RGB
CMYK
RGB Variations
Color information
#F6166F (or 0xF6166F) is known color: Ruby. HEX triplet: F6, 16 and 6F. RGB value is (246,22,111). Sum of RGB (Red+Green+Blue) = 246+22+111=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F6166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6166F is #09E990. Grayscale: #626262. Windows color (decimal): -649617 or 7280374. OLE color: 7280374.
HSL color Cylindrical-coordinate representation of color #F6166F: hue angle of 336.16º 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 #F6166F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.04 |
| HSL | 336.16º | 0.93% | 0.53% | - |
| HSV(B) | 336.16º | 0.91% | 0.96% | - |
| XYZ | 41.16 | 21.31 | 16.98 | - |
| YUV | 99.12 | 134.71 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 111 | 0 | 0.91 | 0.55 | 0.04 | 336.16 | 0.93 | 0.53 |
| Hex | F6 | 16 | 6F | 0 | 5B | 37 | 4 | 150 | 5D | 35 |
| Octal | 366 | 26 | 157 | 0 | 133 | 67 | 4 | 520 | 135 | 65 |
| Binary | 11110110 | 10110 | 1101111 | 0 | 1011011 | 110111 | 100 | 101010000 | 1011101 | 110101 |
Color Harmonies of #F6166F
Complementary color
Monochromatic Colors of #F6166F
Black with #F6166F
Text Example
Text Example
White with #F6166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6166F; }
p { color: rgb(246,22,111); }
H1.HeaderClassName
{
color: #F6166F;
}
.AnyTagClassName
{
color: #F6166F;
}
</style>
background-color css
<style>
a { background-color: #F6166F; }
a { background-color: rgb(246,22,111); }
div.DivClassName
{
background-color: #F6166F;
}
.BgClassName
{
background-color: #F6166F;
}
</style>
border-color css
<style>
span { border-color: #F6166F; }
span { border-color: rgb(246,22,111); }
td.TdClassName
{
border-color: #F6166F;
}
.TagClassName
{
border-color: #F6166F;
}
</style>