Shades of Ruby #F6136A
Tints of Ruby #F6136A
RGB
CMYK
RGB Variations
Color information
#F6136A (or 0xF6136A) is known color: Ruby. HEX triplet: F6, 13 and 6A. RGB value is (246,19,106). Sum of RGB (Red+Green+Blue) = 246+19+106=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6136A is #09EC95. Grayscale: #606060. Windows color (decimal): -650390 or 6951926. OLE color: 6951926.
HSL color Cylindrical-coordinate representation of color #F6136A: hue angle of 337º 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 #F6136A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.04 |
| HSL | 337º | 0.93% | 0.52% | - |
| HSV(B) | 337º | 0.92% | 0.96% | - |
| XYZ | 40.84 | 21.1 | 15.56 | - |
| YUV | 96.79 | 133.21 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 106 | 0 | 0.92 | 0.57 | 0.04 | 337 | 0.93 | 0.52 |
| Hex | F6 | 13 | 6A | 0 | 5C | 39 | 4 | 151 | 5D | 34 |
| Octal | 366 | 23 | 152 | 0 | 134 | 71 | 4 | 521 | 135 | 64 |
| Binary | 11110110 | 10011 | 1101010 | 0 | 1011100 | 111001 | 100 | 101010001 | 1011101 | 110100 |
Color Harmonies of #F6136A
Complementary color
Monochromatic Colors of #F6136A
Black with #F6136A
Text Example
Text Example
White with #F6136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6136A; }
p { color: rgb(246,19,106); }
H1.HeaderClassName
{
color: #F6136A;
}
.AnyTagClassName
{
color: #F6136A;
}
</style>
background-color css
<style>
a { background-color: #F6136A; }
a { background-color: rgb(246,19,106); }
div.DivClassName
{
background-color: #F6136A;
}
.BgClassName
{
background-color: #F6136A;
}
</style>
border-color css
<style>
span { border-color: #F6136A; }
span { border-color: rgb(246,19,106); }
td.TdClassName
{
border-color: #F6136A;
}
.TagClassName
{
border-color: #F6136A;
}
</style>