Shades of Ruby #F61769
Tints of Ruby #F61769
RGB
CMYK
RGB Variations
Color information
#F61769 (or 0xF61769) is known color: Ruby. HEX triplet: F6, 17 and 69. RGB value is (246,23,105). Sum of RGB (Red+Green+Blue) = 246+23+105=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F61769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61769 is #09E896. Grayscale: #626262. Windows color (decimal): -649367 or 6887414. OLE color: 6887414.
HSL color Cylindrical-coordinate representation of color #F61769: hue angle of 337.94º 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 #F61769 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 105 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.04 |
| HSL | 337.94º | 0.93% | 0.53% | - |
| HSV(B) | 337.94º | 0.91% | 0.96% | - |
| XYZ | 40.86 | 21.23 | 15.31 | - |
| YUV | 99.03 | 131.38 | 232.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 105 | 0 | 0.91 | 0.57 | 0.04 | 337.94 | 0.93 | 0.53 |
| Hex | F6 | 17 | 69 | 0 | 5B | 39 | 4 | 152 | 5D | 35 |
| Octal | 366 | 27 | 151 | 0 | 133 | 71 | 4 | 522 | 135 | 65 |
| Binary | 11110110 | 10111 | 1101001 | 0 | 1011011 | 111001 | 100 | 101010010 | 1011101 | 110101 |
Color Harmonies of #F61769
Complementary color
Monochromatic Colors of #F61769
Black with #F61769
Text Example
Text Example
White with #F61769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61769; }
p { color: rgb(246,23,105); }
H1.HeaderClassName
{
color: #F61769;
}
.AnyTagClassName
{
color: #F61769;
}
</style>
background-color css
<style>
a { background-color: #F61769; }
a { background-color: rgb(246,23,105); }
div.DivClassName
{
background-color: #F61769;
}
.BgClassName
{
background-color: #F61769;
}
</style>
border-color css
<style>
span { border-color: #F61769; }
span { border-color: rgb(246,23,105); }
td.TdClassName
{
border-color: #F61769;
}
.TagClassName
{
border-color: #F61769;
}
</style>