Shades of Ruby #F61762
Tints of Ruby #F61762
RGB
CMYK
RGB Variations
Color information
#F61762 (or 0xF61762) is known color: Ruby. HEX triplet: F6, 17 and 62. RGB value is (246,23,98). Sum of RGB (Red+Green+Blue) = 246+23+98=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F61762 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61762 is #09E89D. Grayscale: #626262. Windows color (decimal): -649374 or 6428662. OLE color: 6428662.
HSL color Cylindrical-coordinate representation of color #F61762: hue angle of 339.82º 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 #F61762 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 98 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.04 |
| HSL | 339.82º | 0.93% | 0.53% | - |
| HSV(B) | 339.82º | 0.91% | 0.96% | - |
| XYZ | 40.52 | 21.09 | 13.49 | - |
| YUV | 98.23 | 127.88 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 98 | 0 | 0.91 | 0.60 | 0.04 | 339.82 | 0.93 | 0.53 |
| Hex | F6 | 17 | 62 | 0 | 5B | 3C | 4 | 154 | 5D | 35 |
| Octal | 366 | 27 | 142 | 0 | 133 | 74 | 4 | 524 | 135 | 65 |
| Binary | 11110110 | 10111 | 1100010 | 0 | 1011011 | 111100 | 100 | 101010100 | 1011101 | 110101 |
Color Harmonies of #F61762
Complementary color
Monochromatic Colors of #F61762
Black with #F61762
Text Example
Text Example
White with #F61762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61762; }
p { color: rgb(246,23,98); }
H1.HeaderClassName
{
color: #F61762;
}
.AnyTagClassName
{
color: #F61762;
}
</style>
background-color css
<style>
a { background-color: #F61762; }
a { background-color: rgb(246,23,98); }
div.DivClassName
{
background-color: #F61762;
}
.BgClassName
{
background-color: #F61762;
}
</style>
border-color css
<style>
span { border-color: #F61762; }
span { border-color: rgb(246,23,98); }
td.TdClassName
{
border-color: #F61762;
}
.TagClassName
{
border-color: #F61762;
}
</style>