Shades of Ruby #F61171
Tints of Ruby #F61171
RGB
CMYK
RGB Variations
Color information
#F61171 (or 0xF61171) is known color: Ruby. HEX triplet: F6, 11 and 71. RGB value is (246,17,113). Sum of RGB (Red+Green+Blue) = 246+17+113=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F61171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61171 is #09EE8E. Grayscale: #606060. Windows color (decimal): -650895 or 7410166. OLE color: 7410166.
HSL color Cylindrical-coordinate representation of color #F61171: hue angle of 334.85º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61171 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 113 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.04 |
| HSL | 334.85º | 0.93% | 0.52% | - |
| HSV(B) | 334.85º | 0.93% | 0.96% | - |
| XYZ | 41.19 | 21.19 | 17.54 | - |
| YUV | 96.42 | 137.37 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 113 | 0 | 0.93 | 0.54 | 0.04 | 334.85 | 0.93 | 0.52 |
| Hex | F6 | 11 | 71 | 0 | 5D | 36 | 4 | 14F | 5D | 34 |
| Octal | 366 | 21 | 161 | 0 | 135 | 66 | 4 | 517 | 135 | 64 |
| Binary | 11110110 | 10001 | 1110001 | 0 | 1011101 | 110110 | 100 | 101001111 | 1011101 | 110100 |
Color Harmonies of #F61171
Complementary color
Monochromatic Colors of #F61171
Black with #F61171
Text Example
Text Example
White with #F61171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61171; }
p { color: rgb(246,17,113); }
H1.HeaderClassName
{
color: #F61171;
}
.AnyTagClassName
{
color: #F61171;
}
</style>
background-color css
<style>
a { background-color: #F61171; }
a { background-color: rgb(246,17,113); }
div.DivClassName
{
background-color: #F61171;
}
.BgClassName
{
background-color: #F61171;
}
</style>
border-color css
<style>
span { border-color: #F61171; }
span { border-color: rgb(246,17,113); }
td.TdClassName
{
border-color: #F61171;
}
.TagClassName
{
border-color: #F61171;
}
</style>