Shades of Ruby #F61071
Tints of Ruby #F61071
RGB
CMYK
RGB Variations
Color information
#F61071 (or 0xF61071) is known color: Ruby. HEX triplet: F6, 10 and 71. RGB value is (246,16,113). Sum of RGB (Red+Green+Blue) = 246+16+113=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F61071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61071 is #09EF8E. Grayscale: #5F5F5F. Windows color (decimal): -651151 or 7409910. OLE color: 7409910.
HSL color Cylindrical-coordinate representation of color #F61071: hue angle of 334.7º 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 #F61071 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.04 |
| HSL | 334.7º | 0.93% | 0.51% | - |
| HSV(B) | 334.7º | 0.93% | 0.96% | - |
| XYZ | 41.17 | 21.16 | 17.54 | - |
| YUV | 95.83 | 137.7 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 113 | 0 | 0.93 | 0.54 | 0.04 | 334.7 | 0.93 | 0.51 |
| Hex | F6 | 10 | 71 | 0 | 5D | 36 | 4 | 14F | 5D | 33 |
| Octal | 366 | 20 | 161 | 0 | 135 | 66 | 4 | 517 | 135 | 63 |
| Binary | 11110110 | 10000 | 1110001 | 0 | 1011101 | 110110 | 100 | 101001111 | 1011101 | 110011 |
Color Harmonies of #F61071
Complementary color
Monochromatic Colors of #F61071
Black with #F61071
Text Example
Text Example
White with #F61071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61071; }
p { color: rgb(246,16,113); }
H1.HeaderClassName
{
color: #F61071;
}
.AnyTagClassName
{
color: #F61071;
}
</style>
background-color css
<style>
a { background-color: #F61071; }
a { background-color: rgb(246,16,113); }
div.DivClassName
{
background-color: #F61071;
}
.BgClassName
{
background-color: #F61071;
}
</style>
border-color css
<style>
span { border-color: #F61071; }
span { border-color: rgb(246,16,113); }
td.TdClassName
{
border-color: #F61071;
}
.TagClassName
{
border-color: #F61071;
}
</style>