Shades of Ruby #F7166F
Tints of Ruby #F7166F
RGB
CMYK
RGB Variations
Color information
#F7166F (or 0xF7166F) is known color: Ruby. HEX triplet: F7, 16 and 6F. RGB value is (247,22,111). Sum of RGB (Red+Green+Blue) = 247+22+111=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7166F is #08E990. Grayscale: #636363. Windows color (decimal): -584081 or 7280375. OLE color: 7280375.
HSL color Cylindrical-coordinate representation of color #F7166F: hue angle of 336.27º 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 #F7166F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.03 |
| HSL | 336.27º | 0.93% | 0.53% | - |
| HSV(B) | 336.27º | 0.91% | 0.97% | - |
| XYZ | 41.51 | 21.5 | 17 | - |
| YUV | 99.42 | 134.54 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 111 | 0 | 0.91 | 0.55 | 0.03 | 336.27 | 0.93 | 0.53 |
| Hex | F7 | 16 | 6F | 0 | 5B | 37 | 3 | 150 | 5D | 35 |
| Octal | 367 | 26 | 157 | 0 | 133 | 67 | 3 | 520 | 135 | 65 |
| Binary | 11110111 | 10110 | 1101111 | 0 | 1011011 | 110111 | 11 | 101010000 | 1011101 | 110101 |
Color Harmonies of #F7166F
Complementary color
Monochromatic Colors of #F7166F
Black with #F7166F
Text Example
Text Example
White with #F7166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7166F; }
p { color: rgb(247,22,111); }
H1.HeaderClassName
{
color: #F7166F;
}
.AnyTagClassName
{
color: #F7166F;
}
</style>
background-color css
<style>
a { background-color: #F7166F; }
a { background-color: rgb(247,22,111); }
div.DivClassName
{
background-color: #F7166F;
}
.BgClassName
{
background-color: #F7166F;
}
</style>
border-color css
<style>
span { border-color: #F7166F; }
span { border-color: rgb(247,22,111); }
td.TdClassName
{
border-color: #F7166F;
}
.TagClassName
{
border-color: #F7166F;
}
</style>