Shades of Ruby #F7146B
Tints of Ruby #F7146B
RGB
CMYK
RGB Variations
Color information
#F7146B (or 0xF7146B) is known color: Ruby. HEX triplet: F7, 14 and 6B. RGB value is (247,20,107). Sum of RGB (Red+Green+Blue) = 247+20+107=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7146B is #08EB94. Grayscale: #616161. Windows color (decimal): -584597 or 7017719. OLE color: 7017719.
HSL color Cylindrical-coordinate representation of color #F7146B: hue angle of 337º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7146B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.03 |
| HSL | 337º | 0.93% | 0.52% | - |
| HSV(B) | 337º | 0.92% | 0.97% | - |
| XYZ | 41.26 | 21.34 | 15.85 | - |
| YUV | 97.79 | 133.21 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 107 | 0 | 0.92 | 0.57 | 0.03 | 337 | 0.93 | 0.52 |
| Hex | F7 | 14 | 6B | 0 | 5C | 39 | 3 | 151 | 5D | 34 |
| Octal | 367 | 24 | 153 | 0 | 134 | 71 | 3 | 521 | 135 | 64 |
| Binary | 11110111 | 10100 | 1101011 | 0 | 1011100 | 111001 | 11 | 101010001 | 1011101 | 110100 |
Color Harmonies of #F7146B
Complementary color
Monochromatic Colors of #F7146B
Black with #F7146B
Text Example
Text Example
White with #F7146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7146B; }
p { color: rgb(247,20,107); }
H1.HeaderClassName
{
color: #F7146B;
}
.AnyTagClassName
{
color: #F7146B;
}
</style>
background-color css
<style>
a { background-color: #F7146B; }
a { background-color: rgb(247,20,107); }
div.DivClassName
{
background-color: #F7146B;
}
.BgClassName
{
background-color: #F7146B;
}
</style>
border-color css
<style>
span { border-color: #F7146B; }
span { border-color: rgb(247,20,107); }
td.TdClassName
{
border-color: #F7146B;
}
.TagClassName
{
border-color: #F7146B;
}
</style>