Shades of Ruby #F61074
Tints of Ruby #F61074
RGB
CMYK
RGB Variations
Color information
#F61074 (or 0xF61074) is known color: Ruby. HEX triplet: F6, 10 and 74. RGB value is (246,16,116). Sum of RGB (Red+Green+Blue) = 246+16+116=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F61074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61074 is #09EF8B. Grayscale: #606060. Windows color (decimal): -651148 or 7606518. OLE color: 7606518.
HSL color Cylindrical-coordinate representation of color #F61074: hue angle of 333.91º 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 #F61074 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.04 |
| HSL | 333.91º | 0.93% | 0.51% | - |
| HSV(B) | 333.91º | 0.93% | 0.96% | - |
| XYZ | 41.34 | 21.22 | 18.44 | - |
| YUV | 96.17 | 139.2 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 116 | 0 | 0.93 | 0.53 | 0.04 | 333.91 | 0.93 | 0.51 |
| Hex | F6 | 10 | 74 | 0 | 5D | 35 | 4 | 14E | 5D | 33 |
| Octal | 366 | 20 | 164 | 0 | 135 | 65 | 4 | 516 | 135 | 63 |
| Binary | 11110110 | 10000 | 1110100 | 0 | 1011101 | 110101 | 100 | 101001110 | 1011101 | 110011 |
Color Harmonies of #F61074
Complementary color
Monochromatic Colors of #F61074
Black with #F61074
Text Example
Text Example
White with #F61074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61074; }
p { color: rgb(246,16,116); }
H1.HeaderClassName
{
color: #F61074;
}
.AnyTagClassName
{
color: #F61074;
}
</style>
background-color css
<style>
a { background-color: #F61074; }
a { background-color: rgb(246,16,116); }
div.DivClassName
{
background-color: #F61074;
}
.BgClassName
{
background-color: #F61074;
}
</style>
border-color css
<style>
span { border-color: #F61074; }
span { border-color: rgb(246,16,116); }
td.TdClassName
{
border-color: #F61074;
}
.TagClassName
{
border-color: #F61074;
}
</style>