Shades of Ruby #F6136C
Tints of Ruby #F6136C
RGB
CMYK
RGB Variations
Color information
#F6136C (or 0xF6136C) is known color: Ruby. HEX triplet: F6, 13 and 6C. RGB value is (246,19,108). Sum of RGB (Red+Green+Blue) = 246+19+108=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F6136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6136C is #09EC93. Grayscale: #606060. Windows color (decimal): -650388 or 7082998. OLE color: 7082998.
HSL color Cylindrical-coordinate representation of color #F6136C: hue angle of 336.48º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6136C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.04 |
| HSL | 336.48º | 0.93% | 0.52% | - |
| HSV(B) | 336.48º | 0.92% | 0.96% | - |
| XYZ | 40.95 | 21.14 | 16.11 | - |
| YUV | 97.02 | 134.21 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 108 | 0 | 0.92 | 0.56 | 0.04 | 336.48 | 0.93 | 0.52 |
| Hex | F6 | 13 | 6C | 0 | 5C | 38 | 4 | 150 | 5D | 34 |
| Octal | 366 | 23 | 154 | 0 | 134 | 70 | 4 | 520 | 135 | 64 |
| Binary | 11110110 | 10011 | 1101100 | 0 | 1011100 | 111000 | 100 | 101010000 | 1011101 | 110100 |
Color Harmonies of #F6136C
Complementary color
Monochromatic Colors of #F6136C
Black with #F6136C
Text Example
Text Example
White with #F6136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6136C; }
p { color: rgb(246,19,108); }
H1.HeaderClassName
{
color: #F6136C;
}
.AnyTagClassName
{
color: #F6136C;
}
</style>
background-color css
<style>
a { background-color: #F6136C; }
a { background-color: rgb(246,19,108); }
div.DivClassName
{
background-color: #F6136C;
}
.BgClassName
{
background-color: #F6136C;
}
</style>
border-color css
<style>
span { border-color: #F6136C; }
span { border-color: rgb(246,19,108); }
td.TdClassName
{
border-color: #F6136C;
}
.TagClassName
{
border-color: #F6136C;
}
</style>