Shades of Ruby #F61C5C
Tints of Ruby #F61C5C
RGB
CMYK
RGB Variations
Color information
#F61C5C (or 0xF61C5C) is known color: Ruby. HEX triplet: F6, 1C and 5C. RGB value is (246,28,92). Sum of RGB (Red+Green+Blue) = 246+28+92=366 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.21% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61C5C is #09E3A3. Grayscale: #646464. Windows color (decimal): -648100 or 6036726. OLE color: 6036726.
HSL color Cylindrical-coordinate representation of color #F61C5C: hue angle of 342.39º 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 #F61C5C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 92 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.04 |
| HSL | 342.39º | 0.92% | 0.54% | - |
| HSV(B) | 342.39º | 0.89% | 0.96% | - |
| XYZ | 40.35 | 21.2 | 12.09 | - |
| YUV | 100.48 | 123.22 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 92 | 0 | 0.89 | 0.63 | 0.04 | 342.39 | 0.92 | 0.54 |
| Hex | F6 | 1C | 5C | 0 | 59 | 3F | 4 | 156 | 5C | 36 |
| Octal | 366 | 34 | 134 | 0 | 131 | 77 | 4 | 526 | 134 | 66 |
| Binary | 11110110 | 11100 | 1011100 | 0 | 1011001 | 111111 | 100 | 101010110 | 1011100 | 110110 |
Color Harmonies of #F61C5C
Complementary color
Monochromatic Colors of #F61C5C
Black with #F61C5C
Text Example
Text Example
White with #F61C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C5C; }
p { color: rgb(246,28,92); }
H1.HeaderClassName
{
color: #F61C5C;
}
.AnyTagClassName
{
color: #F61C5C;
}
</style>
background-color css
<style>
a { background-color: #F61C5C; }
a { background-color: rgb(246,28,92); }
div.DivClassName
{
background-color: #F61C5C;
}
.BgClassName
{
background-color: #F61C5C;
}
</style>
border-color css
<style>
span { border-color: #F61C5C; }
span { border-color: rgb(246,28,92); }
td.TdClassName
{
border-color: #F61C5C;
}
.TagClassName
{
border-color: #F61C5C;
}
</style>