Shades of Ruby #F61674
Tints of Ruby #F61674
RGB
CMYK
RGB Variations
Color information
#F61674 (or 0xF61674) is known color: Ruby. HEX triplet: F6, 16 and 74. RGB value is (246,22,116). Sum of RGB (Red+Green+Blue) = 246+22+116=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F61674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61674 is #09E98B. Grayscale: #636363. Windows color (decimal): -649612 or 7608054. OLE color: 7608054.
HSL color Cylindrical-coordinate representation of color #F61674: hue angle of 334.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 #F61674 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 116 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.04 |
| HSL | 334.82º | 0.93% | 0.53% | - |
| HSV(B) | 334.82º | 0.91% | 0.96% | - |
| XYZ | 41.45 | 21.43 | 18.47 | - |
| YUV | 99.69 | 137.21 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 116 | 0 | 0.91 | 0.53 | 0.04 | 334.82 | 0.93 | 0.53 |
| Hex | F6 | 16 | 74 | 0 | 5B | 35 | 4 | 14F | 5D | 35 |
| Octal | 366 | 26 | 164 | 0 | 133 | 65 | 4 | 517 | 135 | 65 |
| Binary | 11110110 | 10110 | 1110100 | 0 | 1011011 | 110101 | 100 | 101001111 | 1011101 | 110101 |
Color Harmonies of #F61674
Complementary color
Monochromatic Colors of #F61674
Black with #F61674
Text Example
Text Example
White with #F61674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61674; }
p { color: rgb(246,22,116); }
H1.HeaderClassName
{
color: #F61674;
}
.AnyTagClassName
{
color: #F61674;
}
</style>
background-color css
<style>
a { background-color: #F61674; }
a { background-color: rgb(246,22,116); }
div.DivClassName
{
background-color: #F61674;
}
.BgClassName
{
background-color: #F61674;
}
</style>
border-color css
<style>
span { border-color: #F61674; }
span { border-color: rgb(246,22,116); }
td.TdClassName
{
border-color: #F61674;
}
.TagClassName
{
border-color: #F61674;
}
</style>