Shades of Ruby #F7186D
Tints of Ruby #F7186D
RGB
CMYK
RGB Variations
Color information
#F7186D (or 0xF7186D) is known color: Ruby. HEX triplet: F7, 18 and 6D. RGB value is (247,24,109). Sum of RGB (Red+Green+Blue) = 247+24+109=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F7186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7186D is #08E792. Grayscale: #646464. Windows color (decimal): -583571 or 7149815. OLE color: 7149815.
HSL color Cylindrical-coordinate representation of color #F7186D: hue angle of 337.13º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7186D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 109 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.03 |
| HSL | 337.13º | 0.93% | 0.53% | - |
| HSV(B) | 337.13º | 0.9% | 0.97% | - |
| XYZ | 41.44 | 21.53 | 16.44 | - |
| YUV | 100.37 | 132.88 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 109 | 0 | 0.90 | 0.56 | 0.03 | 337.13 | 0.93 | 0.53 |
| Hex | F7 | 18 | 6D | 0 | 5A | 38 | 3 | 151 | 5D | 35 |
| Octal | 367 | 30 | 155 | 0 | 132 | 70 | 3 | 521 | 135 | 65 |
| Binary | 11110111 | 11000 | 1101101 | 0 | 1011010 | 111000 | 11 | 101010001 | 1011101 | 110101 |
Color Harmonies of #F7186D
Complementary color
Monochromatic Colors of #F7186D
Black with #F7186D
Text Example
Text Example
White with #F7186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7186D; }
p { color: rgb(247,24,109); }
H1.HeaderClassName
{
color: #F7186D;
}
.AnyTagClassName
{
color: #F7186D;
}
</style>
background-color css
<style>
a { background-color: #F7186D; }
a { background-color: rgb(247,24,109); }
div.DivClassName
{
background-color: #F7186D;
}
.BgClassName
{
background-color: #F7186D;
}
</style>
border-color css
<style>
span { border-color: #F7186D; }
span { border-color: rgb(247,24,109); }
td.TdClassName
{
border-color: #F7186D;
}
.TagClassName
{
border-color: #F7186D;
}
</style>