Shades of Ruby #F7186C
Tints of Ruby #F7186C
RGB
CMYK
RGB Variations
Color information
#F7186C (or 0xF7186C) is known color: Ruby. HEX triplet: F7, 18 and 6C. RGB value is (247,24,108). Sum of RGB (Red+Green+Blue) = 247+24+108=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7186C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7186C is #08E793. Grayscale: #646464. Windows color (decimal): -583572 or 7084279. OLE color: 7084279.
HSL color Cylindrical-coordinate representation of color #F7186C: hue angle of 337.4º 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 #F7186C is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 108 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.03 |
| HSL | 337.4º | 0.93% | 0.53% | - |
| HSV(B) | 337.4º | 0.9% | 0.97% | - |
| XYZ | 41.39 | 21.51 | 16.16 | - |
| YUV | 100.25 | 132.38 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 108 | 0 | 0.90 | 0.56 | 0.03 | 337.4 | 0.93 | 0.53 |
| Hex | F7 | 18 | 6C | 0 | 5A | 38 | 3 | 151 | 5D | 35 |
| Octal | 367 | 30 | 154 | 0 | 132 | 70 | 3 | 521 | 135 | 65 |
| Binary | 11110111 | 11000 | 1101100 | 0 | 1011010 | 111000 | 11 | 101010001 | 1011101 | 110101 |
Color Harmonies of #F7186C
Complementary color
Monochromatic Colors of #F7186C
Black with #F7186C
Text Example
Text Example
White with #F7186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7186C; }
p { color: rgb(247,24,108); }
H1.HeaderClassName
{
color: #F7186C;
}
.AnyTagClassName
{
color: #F7186C;
}
</style>
background-color css
<style>
a { background-color: #F7186C; }
a { background-color: rgb(247,24,108); }
div.DivClassName
{
background-color: #F7186C;
}
.BgClassName
{
background-color: #F7186C;
}
</style>
border-color css
<style>
span { border-color: #F7186C; }
span { border-color: rgb(247,24,108); }
td.TdClassName
{
border-color: #F7186C;
}
.TagClassName
{
border-color: #F7186C;
}
</style>