Shades of Ruby #F61675
Tints of Ruby #F61675
RGB
CMYK
RGB Variations
Color information
#F61675 (or 0xF61675) is known color: Ruby. HEX triplet: F6, 16 and 75. RGB value is (246,22,117). Sum of RGB (Red+Green+Blue) = 246+22+117=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F61675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61675 is #09E98A. Grayscale: #636363. Windows color (decimal): -649611 or 7673590. OLE color: 7673590.
HSL color Cylindrical-coordinate representation of color #F61675: hue angle of 334.55º 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 #F61675 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 117 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.04 |
| HSL | 334.55º | 0.93% | 0.53% | - |
| HSV(B) | 334.55º | 0.91% | 0.96% | - |
| XYZ | 41.5 | 21.45 | 18.78 | - |
| YUV | 99.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 117 | 0 | 0.91 | 0.52 | 0.04 | 334.55 | 0.93 | 0.53 |
| Hex | F6 | 16 | 75 | 0 | 5B | 34 | 4 | 14F | 5D | 35 |
| Octal | 366 | 26 | 165 | 0 | 133 | 64 | 4 | 517 | 135 | 65 |
| Binary | 11110110 | 10110 | 1110101 | 0 | 1011011 | 110100 | 100 | 101001111 | 1011101 | 110101 |
Color Harmonies of #F61675
Complementary color
Monochromatic Colors of #F61675
Black with #F61675
Text Example
Text Example
White with #F61675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61675; }
p { color: rgb(246,22,117); }
H1.HeaderClassName
{
color: #F61675;
}
.AnyTagClassName
{
color: #F61675;
}
</style>
background-color css
<style>
a { background-color: #F61675; }
a { background-color: rgb(246,22,117); }
div.DivClassName
{
background-color: #F61675;
}
.BgClassName
{
background-color: #F61675;
}
</style>
border-color css
<style>
span { border-color: #F61675; }
span { border-color: rgb(246,22,117); }
td.TdClassName
{
border-color: #F61675;
}
.TagClassName
{
border-color: #F61675;
}
</style>