Shades of Ruby #F61766
Tints of Ruby #F61766
RGB
CMYK
RGB Variations
Color information
#F61766 (or 0xF61766) is known color: Ruby. HEX triplet: F6, 17 and 66. RGB value is (246,23,102). Sum of RGB (Red+Green+Blue) = 246+23+102=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F61766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61766 is #09E899. Grayscale: #626262. Windows color (decimal): -649370 or 6690806. OLE color: 6690806.
HSL color Cylindrical-coordinate representation of color #F61766: hue angle of 338.74º 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 #F61766 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 102 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.04 |
| HSL | 338.74º | 0.93% | 0.53% | - |
| HSV(B) | 338.74º | 0.91% | 0.96% | - |
| XYZ | 40.71 | 21.16 | 14.51 | - |
| YUV | 98.68 | 129.88 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 102 | 0 | 0.91 | 0.59 | 0.04 | 338.74 | 0.93 | 0.53 |
| Hex | F6 | 17 | 66 | 0 | 5B | 3B | 4 | 153 | 5D | 35 |
| Octal | 366 | 27 | 146 | 0 | 133 | 73 | 4 | 523 | 135 | 65 |
| Binary | 11110110 | 10111 | 1100110 | 0 | 1011011 | 111011 | 100 | 101010011 | 1011101 | 110101 |
Color Harmonies of #F61766
Complementary color
Monochromatic Colors of #F61766
Black with #F61766
Text Example
Text Example
White with #F61766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61766; }
p { color: rgb(246,23,102); }
H1.HeaderClassName
{
color: #F61766;
}
.AnyTagClassName
{
color: #F61766;
}
</style>
background-color css
<style>
a { background-color: #F61766; }
a { background-color: rgb(246,23,102); }
div.DivClassName
{
background-color: #F61766;
}
.BgClassName
{
background-color: #F61766;
}
</style>
border-color css
<style>
span { border-color: #F61766; }
span { border-color: rgb(246,23,102); }
td.TdClassName
{
border-color: #F61766;
}
.TagClassName
{
border-color: #F61766;
}
</style>