Shades of Ruby #F61C5B
Tints of Ruby #F61C5B
RGB
CMYK
RGB Variations
Color information
#F61C5B (or 0xF61C5B) is known color: Ruby. HEX triplet: F6, 1C and 5B. RGB value is (246,28,91). Sum of RGB (Red+Green+Blue) = 246+28+91=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C5B is #09E3A4. Grayscale: #646464. Windows color (decimal): -648101 or 5971190. OLE color: 5971190.
HSL color Cylindrical-coordinate representation of color #F61C5B: hue angle of 342.66º 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 #F61C5B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 91 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.04 |
| HSL | 342.66º | 0.92% | 0.54% | - |
| HSV(B) | 342.66º | 0.89% | 0.96% | - |
| XYZ | 40.31 | 21.18 | 11.86 | - |
| YUV | 100.36 | 122.72 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 91 | 0 | 0.89 | 0.63 | 0.04 | 342.66 | 0.92 | 0.54 |
| Hex | F6 | 1C | 5B | 0 | 59 | 3F | 4 | 157 | 5C | 36 |
| Octal | 366 | 34 | 133 | 0 | 131 | 77 | 4 | 527 | 134 | 66 |
| Binary | 11110110 | 11100 | 1011011 | 0 | 1011001 | 111111 | 100 | 101010111 | 1011100 | 110110 |
Color Harmonies of #F61C5B
Complementary color
Monochromatic Colors of #F61C5B
Black with #F61C5B
Text Example
Text Example
White with #F61C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C5B; }
p { color: rgb(246,28,91); }
H1.HeaderClassName
{
color: #F61C5B;
}
.AnyTagClassName
{
color: #F61C5B;
}
</style>
background-color css
<style>
a { background-color: #F61C5B; }
a { background-color: rgb(246,28,91); }
div.DivClassName
{
background-color: #F61C5B;
}
.BgClassName
{
background-color: #F61C5B;
}
</style>
border-color css
<style>
span { border-color: #F61C5B; }
span { border-color: rgb(246,28,91); }
td.TdClassName
{
border-color: #F61C5B;
}
.TagClassName
{
border-color: #F61C5B;
}
</style>