Shades of Ruby #F61075
Tints of Ruby #F61075
RGB
CMYK
RGB Variations
Color information
#F61075 (or 0xF61075) is known color: Ruby. HEX triplet: F6, 10 and 75. RGB value is (246,16,117). Sum of RGB (Red+Green+Blue) = 246+16+117=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F61075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61075 is #09EF8A. Grayscale: #606060. Windows color (decimal): -651147 or 7672054. OLE color: 7672054.
HSL color Cylindrical-coordinate representation of color #F61075: hue angle of 333.65º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61075 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.04 |
| HSL | 333.65º | 0.93% | 0.51% | - |
| HSV(B) | 333.65º | 0.93% | 0.96% | - |
| XYZ | 41.4 | 21.25 | 18.75 | - |
| YUV | 96.28 | 139.7 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 117 | 0 | 0.93 | 0.52 | 0.04 | 333.65 | 0.93 | 0.51 |
| Hex | F6 | 10 | 75 | 0 | 5D | 34 | 4 | 14E | 5D | 33 |
| Octal | 366 | 20 | 165 | 0 | 135 | 64 | 4 | 516 | 135 | 63 |
| Binary | 11110110 | 10000 | 1110101 | 0 | 1011101 | 110100 | 100 | 101001110 | 1011101 | 110011 |
Color Harmonies of #F61075
Complementary color
Monochromatic Colors of #F61075
Black with #F61075
Text Example
Text Example
White with #F61075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61075; }
p { color: rgb(246,16,117); }
H1.HeaderClassName
{
color: #F61075;
}
.AnyTagClassName
{
color: #F61075;
}
</style>
background-color css
<style>
a { background-color: #F61075; }
a { background-color: rgb(246,16,117); }
div.DivClassName
{
background-color: #F61075;
}
.BgClassName
{
background-color: #F61075;
}
</style>
border-color css
<style>
span { border-color: #F61075; }
span { border-color: rgb(246,16,117); }
td.TdClassName
{
border-color: #F61075;
}
.TagClassName
{
border-color: #F61075;
}
</style>