Shades of Ruby #F6136B
Tints of Ruby #F6136B
RGB
CMYK
RGB Variations
Color information
#F6136B (or 0xF6136B) is known color: Ruby. HEX triplet: F6, 13 and 6B. RGB value is (246,19,107). Sum of RGB (Red+Green+Blue) = 246+19+107=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F6136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6136B is #09EC94. Grayscale: #606060. Windows color (decimal): -650389 or 7017462. OLE color: 7017462.
HSL color Cylindrical-coordinate representation of color #F6136B: hue angle of 336.74º 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 #F6136B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 107 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.04 |
| HSL | 336.74º | 0.93% | 0.52% | - |
| HSV(B) | 336.74º | 0.92% | 0.96% | - |
| XYZ | 40.89 | 21.12 | 15.83 | - |
| YUV | 96.91 | 133.71 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 107 | 0 | 0.92 | 0.57 | 0.04 | 336.74 | 0.93 | 0.52 |
| Hex | F6 | 13 | 6B | 0 | 5C | 39 | 4 | 151 | 5D | 34 |
| Octal | 366 | 23 | 153 | 0 | 134 | 71 | 4 | 521 | 135 | 64 |
| Binary | 11110110 | 10011 | 1101011 | 0 | 1011100 | 111001 | 100 | 101010001 | 1011101 | 110100 |
Color Harmonies of #F6136B
Complementary color
Monochromatic Colors of #F6136B
Black with #F6136B
Text Example
Text Example
White with #F6136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6136B; }
p { color: rgb(246,19,107); }
H1.HeaderClassName
{
color: #F6136B;
}
.AnyTagClassName
{
color: #F6136B;
}
</style>
background-color css
<style>
a { background-color: #F6136B; }
a { background-color: rgb(246,19,107); }
div.DivClassName
{
background-color: #F6136B;
}
.BgClassName
{
background-color: #F6136B;
}
</style>
border-color css
<style>
span { border-color: #F6136B; }
span { border-color: rgb(246,19,107); }
td.TdClassName
{
border-color: #F6136B;
}
.TagClassName
{
border-color: #F6136B;
}
</style>