Shades of Ruby #F61667
Tints of Ruby #F61667
RGB
CMYK
RGB Variations
Color information
#F61667 (or 0xF61667) is known color: Ruby. HEX triplet: F6, 16 and 67. RGB value is (246,22,103). Sum of RGB (Red+Green+Blue) = 246+22+103=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F61667 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F61667 is #09E998. Grayscale: #626262. Windows color (decimal): -649625 or 6756086. OLE color: 6756086.
HSL color Cylindrical-coordinate representation of color #F61667: hue angle of 338.3º 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 #F61667 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 103 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.04 |
| HSL | 338.3º | 0.93% | 0.53% | - |
| HSV(B) | 338.3º | 0.91% | 0.96% | - |
| XYZ | 40.74 | 21.15 | 14.77 | - |
| YUV | 98.21 | 130.71 | 233.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 103 | 0 | 0.91 | 0.58 | 0.04 | 338.3 | 0.93 | 0.53 |
| Hex | F6 | 16 | 67 | 0 | 5B | 3A | 4 | 152 | 5D | 35 |
| Octal | 366 | 26 | 147 | 0 | 133 | 72 | 4 | 522 | 135 | 65 |
| Binary | 11110110 | 10110 | 1100111 | 0 | 1011011 | 111010 | 100 | 101010010 | 1011101 | 110101 |
Color Harmonies of #F61667
Complementary color
Monochromatic Colors of #F61667
Black with #F61667
Text Example
Text Example
White with #F61667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61667; }
p { color: rgb(246,22,103); }
H1.HeaderClassName
{
color: #F61667;
}
.AnyTagClassName
{
color: #F61667;
}
</style>
background-color css
<style>
a { background-color: #F61667; }
a { background-color: rgb(246,22,103); }
div.DivClassName
{
background-color: #F61667;
}
.BgClassName
{
background-color: #F61667;
}
</style>
border-color css
<style>
span { border-color: #F61667; }
span { border-color: rgb(246,22,103); }
td.TdClassName
{
border-color: #F61667;
}
.TagClassName
{
border-color: #F61667;
}
</style>