Shades of Ruby #F61C64
Tints of Ruby #F61C64
RGB
CMYK
RGB Variations
Color information
#F61C64 (or 0xF61C64) is known color: Ruby. HEX triplet: F6, 1C and 64. RGB value is (246,28,100). Sum of RGB (Red+Green+Blue) = 246+28+100=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C64 is #09E39B. Grayscale: #656565. Windows color (decimal): -648092 or 6561014. OLE color: 6561014.
HSL color Cylindrical-coordinate representation of color #F61C64: hue angle of 340.18º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C64 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 100 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.04 |
| HSL | 340.18º | 0.92% | 0.54% | - |
| HSV(B) | 340.18º | 0.89% | 0.96% | - |
| XYZ | 40.72 | 21.34 | 14.03 | - |
| YUV | 101.39 | 127.22 | 231.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 100 | 0 | 0.89 | 0.59 | 0.04 | 340.18 | 0.92 | 0.54 |
| Hex | F6 | 1C | 64 | 0 | 59 | 3B | 4 | 154 | 5C | 36 |
| Octal | 366 | 34 | 144 | 0 | 131 | 73 | 4 | 524 | 134 | 66 |
| Binary | 11110110 | 11100 | 1100100 | 0 | 1011001 | 111011 | 100 | 101010100 | 1011100 | 110110 |
Color Harmonies of #F61C64
Complementary color
Monochromatic Colors of #F61C64
Black with #F61C64
Text Example
Text Example
White with #F61C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C64; }
p { color: rgb(246,28,100); }
H1.HeaderClassName
{
color: #F61C64;
}
.AnyTagClassName
{
color: #F61C64;
}
</style>
background-color css
<style>
a { background-color: #F61C64; }
a { background-color: rgb(246,28,100); }
div.DivClassName
{
background-color: #F61C64;
}
.BgClassName
{
background-color: #F61C64;
}
</style>
border-color css
<style>
span { border-color: #F61C64; }
span { border-color: rgb(246,28,100); }
td.TdClassName
{
border-color: #F61C64;
}
.TagClassName
{
border-color: #F61C64;
}
</style>