Shades of Ruby #F61E6D
Tints of Ruby #F61E6D
RGB
CMYK
RGB Variations
Color information
#F61E6D (or 0xF61E6D) is known color: Ruby. HEX triplet: F6, 1E and 6D. RGB value is (246,30,109). Sum of RGB (Red+Green+Blue) = 246+30+109=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E6D is #09E192. Grayscale: #676767. Windows color (decimal): -647571 or 7151350. OLE color: 7151350.
HSL color Cylindrical-coordinate representation of color #F61E6D: hue angle of 338.06º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61E6D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 109 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.04 |
| HSL | 338.06º | 0.92% | 0.54% | - |
| HSV(B) | 338.06º | 0.88% | 0.96% | - |
| XYZ | 41.23 | 21.63 | 16.47 | - |
| YUV | 103.59 | 131.06 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 109 | 0 | 0.88 | 0.56 | 0.04 | 338.06 | 0.92 | 0.54 |
| Hex | F6 | 1E | 6D | 0 | 58 | 38 | 4 | 152 | 5C | 36 |
| Octal | 366 | 36 | 155 | 0 | 130 | 70 | 4 | 522 | 134 | 66 |
| Binary | 11110110 | 11110 | 1101101 | 0 | 1011000 | 111000 | 100 | 101010010 | 1011100 | 110110 |
Color Harmonies of #F61E6D
Complementary color
Monochromatic Colors of #F61E6D
Black with #F61E6D
Text Example
Text Example
White with #F61E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E6D; }
p { color: rgb(246,30,109); }
H1.HeaderClassName
{
color: #F61E6D;
}
.AnyTagClassName
{
color: #F61E6D;
}
</style>
background-color css
<style>
a { background-color: #F61E6D; }
a { background-color: rgb(246,30,109); }
div.DivClassName
{
background-color: #F61E6D;
}
.BgClassName
{
background-color: #F61E6D;
}
</style>
border-color css
<style>
span { border-color: #F61E6D; }
span { border-color: rgb(246,30,109); }
td.TdClassName
{
border-color: #F61E6D;
}
.TagClassName
{
border-color: #F61E6D;
}
</style>