Shades of Ruby #F61973
Tints of Ruby #F61973
RGB
CMYK
RGB Variations
Color information
#F61973 (or 0xF61973) is known color: Ruby. HEX triplet: F6, 19 and 73. RGB value is (246,25,115). Sum of RGB (Red+Green+Blue) = 246+25+115=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F61973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61973 is #09E68C. Grayscale: #656565. Windows color (decimal): -648845 or 7543286. OLE color: 7543286.
HSL color Cylindrical-coordinate representation of color #F61973: hue angle of 335.57º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61973 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 115 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.04 |
| HSL | 335.57º | 0.92% | 0.53% | - |
| HSV(B) | 335.57º | 0.9% | 0.96% | - |
| XYZ | 41.45 | 21.53 | 18.19 | - |
| YUV | 101.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 115 | 0 | 0.90 | 0.53 | 0.04 | 335.57 | 0.92 | 0.53 |
| Hex | F6 | 19 | 73 | 0 | 5A | 35 | 4 | 150 | 5C | 35 |
| Octal | 366 | 31 | 163 | 0 | 132 | 65 | 4 | 520 | 134 | 65 |
| Binary | 11110110 | 11001 | 1110011 | 0 | 1011010 | 110101 | 100 | 101010000 | 1011100 | 110101 |
Color Harmonies of #F61973
Complementary color
Monochromatic Colors of #F61973
Black with #F61973
Text Example
Text Example
White with #F61973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61973; }
p { color: rgb(246,25,115); }
H1.HeaderClassName
{
color: #F61973;
}
.AnyTagClassName
{
color: #F61973;
}
</style>
background-color css
<style>
a { background-color: #F61973; }
a { background-color: rgb(246,25,115); }
div.DivClassName
{
background-color: #F61973;
}
.BgClassName
{
background-color: #F61973;
}
</style>
border-color css
<style>
span { border-color: #F61973; }
span { border-color: rgb(246,25,115); }
td.TdClassName
{
border-color: #F61973;
}
.TagClassName
{
border-color: #F61973;
}
</style>