Shades of Ruby #F61966
Tints of Ruby #F61966
RGB
CMYK
RGB Variations
Color information
#F61966 (or 0xF61966) is known color: Ruby. HEX triplet: F6, 19 and 66. RGB value is (246,25,102). Sum of RGB (Red+Green+Blue) = 246+25+102=373 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.95% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 246 - color contains mainly: red. Hex color #F61966 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61966 is #09E699. Grayscale: #636363. Windows color (decimal): -648858 or 6691318. OLE color: 6691318.
HSL color Cylindrical-coordinate representation of color #F61966: hue angle of 339.1º 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 #F61966 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 102 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.04 |
| HSL | 339.1º | 0.92% | 0.53% | - |
| HSV(B) | 339.1º | 0.9% | 0.96% | - |
| XYZ | 40.75 | 21.25 | 14.52 | - |
| YUV | 99.86 | 129.22 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 102 | 0 | 0.90 | 0.59 | 0.04 | 339.1 | 0.92 | 0.53 |
| Hex | F6 | 19 | 66 | 0 | 5A | 3B | 4 | 153 | 5C | 35 |
| Octal | 366 | 31 | 146 | 0 | 132 | 73 | 4 | 523 | 134 | 65 |
| Binary | 11110110 | 11001 | 1100110 | 0 | 1011010 | 111011 | 100 | 101010011 | 1011100 | 110101 |
Color Harmonies of #F61966
Complementary color
Monochromatic Colors of #F61966
Black with #F61966
Text Example
Text Example
White with #F61966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61966; }
p { color: rgb(246,25,102); }
H1.HeaderClassName
{
color: #F61966;
}
.AnyTagClassName
{
color: #F61966;
}
</style>
background-color css
<style>
a { background-color: #F61966; }
a { background-color: rgb(246,25,102); }
div.DivClassName
{
background-color: #F61966;
}
.BgClassName
{
background-color: #F61966;
}
</style>
border-color css
<style>
span { border-color: #F61966; }
span { border-color: rgb(246,25,102); }
td.TdClassName
{
border-color: #F61966;
}
.TagClassName
{
border-color: #F61966;
}
</style>