Shades of Ruby #F61E6C
Tints of Ruby #F61E6C
RGB
CMYK
RGB Variations
Color information
#F61E6C (or 0xF61E6C) is known color: Ruby. HEX triplet: F6, 1E and 6C. RGB value is (246,30,108). Sum of RGB (Red+Green+Blue) = 246+30+108=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61E6C is #09E193. Grayscale: #676767. Windows color (decimal): -647572 or 7085814. OLE color: 7085814.
HSL color Cylindrical-coordinate representation of color #F61E6C: hue angle of 338.33º 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 #F61E6C is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 108 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.04 |
| HSL | 338.33º | 0.92% | 0.54% | - |
| HSV(B) | 338.33º | 0.88% | 0.96% | - |
| XYZ | 41.18 | 21.6 | 16.19 | - |
| YUV | 103.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 108 | 0 | 0.88 | 0.56 | 0.04 | 338.33 | 0.92 | 0.54 |
| Hex | F6 | 1E | 6C | 0 | 58 | 38 | 4 | 152 | 5C | 36 |
| Octal | 366 | 36 | 154 | 0 | 130 | 70 | 4 | 522 | 134 | 66 |
| Binary | 11110110 | 11110 | 1101100 | 0 | 1011000 | 111000 | 100 | 101010010 | 1011100 | 110110 |
Color Harmonies of #F61E6C
Complementary color
Monochromatic Colors of #F61E6C
Black with #F61E6C
Text Example
Text Example
White with #F61E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E6C; }
p { color: rgb(246,30,108); }
H1.HeaderClassName
{
color: #F61E6C;
}
.AnyTagClassName
{
color: #F61E6C;
}
</style>
background-color css
<style>
a { background-color: #F61E6C; }
a { background-color: rgb(246,30,108); }
div.DivClassName
{
background-color: #F61E6C;
}
.BgClassName
{
background-color: #F61E6C;
}
</style>
border-color css
<style>
span { border-color: #F61E6C; }
span { border-color: rgb(246,30,108); }
td.TdClassName
{
border-color: #F61E6C;
}
.TagClassName
{
border-color: #F61E6C;
}
</style>