Shades of Ruby #F6116D
Tints of Ruby #F6116D
RGB
CMYK
RGB Variations
Color information
#F6116D (or 0xF6116D) is known color: Ruby. HEX triplet: F6, 11 and 6D. RGB value is (246,17,109). Sum of RGB (Red+Green+Blue) = 246+17+109=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 17 (7.03% from 255 or 4.57% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6116D is #09EE92. Grayscale: #5F5F5F. Windows color (decimal): -650899 or 7148022. OLE color: 7148022.
HSL color Cylindrical-coordinate representation of color #F6116D: hue angle of 335.9º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6116D is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.04 |
| HSL | 335.9º | 0.93% | 0.52% | - |
| HSV(B) | 335.9º | 0.93% | 0.96% | - |
| XYZ | 40.97 | 21.1 | 16.38 | - |
| YUV | 95.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 109 | 0 | 0.93 | 0.56 | 0.04 | 335.9 | 0.93 | 0.52 |
| Hex | F6 | 11 | 6D | 0 | 5D | 38 | 4 | 150 | 5D | 34 |
| Octal | 366 | 21 | 155 | 0 | 135 | 70 | 4 | 520 | 135 | 64 |
| Binary | 11110110 | 10001 | 1101101 | 0 | 1011101 | 111000 | 100 | 101010000 | 1011101 | 110100 |
Color Harmonies of #F6116D
Complementary color
Monochromatic Colors of #F6116D
Black with #F6116D
Text Example
Text Example
White with #F6116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6116D; }
p { color: rgb(246,17,109); }
H1.HeaderClassName
{
color: #F6116D;
}
.AnyTagClassName
{
color: #F6116D;
}
</style>
background-color css
<style>
a { background-color: #F6116D; }
a { background-color: rgb(246,17,109); }
div.DivClassName
{
background-color: #F6116D;
}
.BgClassName
{
background-color: #F6116D;
}
</style>
border-color css
<style>
span { border-color: #F6116D; }
span { border-color: rgb(246,17,109); }
td.TdClassName
{
border-color: #F6116D;
}
.TagClassName
{
border-color: #F6116D;
}
</style>