Shades of Ruby #F61C62
Tints of Ruby #F61C62
RGB
CMYK
RGB Variations
Color information
#F61C62 (or 0xF61C62) is known color: Ruby. HEX triplet: F6, 1C and 62. RGB value is (246,28,98). Sum of RGB (Red+Green+Blue) = 246+28+98=372 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.13% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C62 is #09E39D. Grayscale: #656565. Windows color (decimal): -648094 or 6429942. OLE color: 6429942.
HSL color Cylindrical-coordinate representation of color #F61C62: hue angle of 340.73º 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 #F61C62 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 98 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.04 |
| HSL | 340.73º | 0.92% | 0.54% | - |
| HSV(B) | 340.73º | 0.89% | 0.96% | - |
| XYZ | 40.63 | 21.31 | 13.53 | - |
| YUV | 101.16 | 126.22 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 98 | 0 | 0.89 | 0.60 | 0.04 | 340.73 | 0.92 | 0.54 |
| Hex | F6 | 1C | 62 | 0 | 59 | 3C | 4 | 155 | 5C | 36 |
| Octal | 366 | 34 | 142 | 0 | 131 | 74 | 4 | 525 | 134 | 66 |
| Binary | 11110110 | 11100 | 1100010 | 0 | 1011001 | 111100 | 100 | 101010101 | 1011100 | 110110 |
Color Harmonies of #F61C62
Complementary color
Monochromatic Colors of #F61C62
Black with #F61C62
Text Example
Text Example
White with #F61C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C62; }
p { color: rgb(246,28,98); }
H1.HeaderClassName
{
color: #F61C62;
}
.AnyTagClassName
{
color: #F61C62;
}
</style>
background-color css
<style>
a { background-color: #F61C62; }
a { background-color: rgb(246,28,98); }
div.DivClassName
{
background-color: #F61C62;
}
.BgClassName
{
background-color: #F61C62;
}
</style>
border-color css
<style>
span { border-color: #F61C62; }
span { border-color: rgb(246,28,98); }
td.TdClassName
{
border-color: #F61C62;
}
.TagClassName
{
border-color: #F61C62;
}
</style>