Shades of Ruby #F61665
Tints of Ruby #F61665
RGB
CMYK
RGB Variations
Color information
#F61665 (or 0xF61665) is known color: Ruby. HEX triplet: F6, 16 and 65. RGB value is (246,22,101). Sum of RGB (Red+Green+Blue) = 246+22+101=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F61665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61665 is #09E99A. Grayscale: #616161. Windows color (decimal): -649627 or 6625014. OLE color: 6625014.
HSL color Cylindrical-coordinate representation of color #F61665: hue angle of 338.84º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F61665 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.04 |
| HSL | 338.84º | 0.93% | 0.53% | - |
| HSV(B) | 338.84º | 0.91% | 0.96% | - |
| XYZ | 40.64 | 21.11 | 14.24 | - |
| YUV | 97.98 | 129.71 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 101 | 0 | 0.91 | 0.59 | 0.04 | 338.84 | 0.93 | 0.53 |
| Hex | F6 | 16 | 65 | 0 | 5B | 3B | 4 | 153 | 5D | 35 |
| Octal | 366 | 26 | 145 | 0 | 133 | 73 | 4 | 523 | 135 | 65 |
| Binary | 11110110 | 10110 | 1100101 | 0 | 1011011 | 111011 | 100 | 101010011 | 1011101 | 110101 |
Color Harmonies of #F61665
Complementary color
Monochromatic Colors of #F61665
Black with #F61665
Text Example
Text Example
White with #F61665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61665; }
p { color: rgb(246,22,101); }
H1.HeaderClassName
{
color: #F61665;
}
.AnyTagClassName
{
color: #F61665;
}
</style>
background-color css
<style>
a { background-color: #F61665; }
a { background-color: rgb(246,22,101); }
div.DivClassName
{
background-color: #F61665;
}
.BgClassName
{
background-color: #F61665;
}
</style>
border-color css
<style>
span { border-color: #F61665; }
span { border-color: rgb(246,22,101); }
td.TdClassName
{
border-color: #F61665;
}
.TagClassName
{
border-color: #F61665;
}
</style>