Shades of Ruby #F7166D
Tints of Ruby #F7166D
RGB
CMYK
RGB Variations
Color information
#F7166D (or 0xF7166D) is known color: Ruby. HEX triplet: F7, 16 and 6D. RGB value is (247,22,109). Sum of RGB (Red+Green+Blue) = 247+22+109=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7166D is #08E992. Grayscale: #636363. Windows color (decimal): -584083 or 7149303. OLE color: 7149303.
HSL color Cylindrical-coordinate representation of color #F7166D: hue angle of 336.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7166D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 109 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.03 |
| HSL | 336.8º | 0.93% | 0.53% | - |
| HSV(B) | 336.8º | 0.91% | 0.97% | - |
| XYZ | 41.41 | 21.45 | 16.43 | - |
| YUV | 99.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 109 | 0 | 0.91 | 0.56 | 0.03 | 336.8 | 0.93 | 0.53 |
| Hex | F7 | 16 | 6D | 0 | 5B | 38 | 3 | 151 | 5D | 35 |
| Octal | 367 | 26 | 155 | 0 | 133 | 70 | 3 | 521 | 135 | 65 |
| Binary | 11110111 | 10110 | 1101101 | 0 | 1011011 | 111000 | 11 | 101010001 | 1011101 | 110101 |
Color Harmonies of #F7166D
Complementary color
Monochromatic Colors of #F7166D
Black with #F7166D
Text Example
Text Example
White with #F7166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7166D; }
p { color: rgb(247,22,109); }
H1.HeaderClassName
{
color: #F7166D;
}
.AnyTagClassName
{
color: #F7166D;
}
</style>
background-color css
<style>
a { background-color: #F7166D; }
a { background-color: rgb(247,22,109); }
div.DivClassName
{
background-color: #F7166D;
}
.BgClassName
{
background-color: #F7166D;
}
</style>
border-color css
<style>
span { border-color: #F7166D; }
span { border-color: rgb(247,22,109); }
td.TdClassName
{
border-color: #F7166D;
}
.TagClassName
{
border-color: #F7166D;
}
</style>