Shades of Ruby #F7156D
Tints of Ruby #F7156D
RGB
CMYK
RGB Variations
Color information
#F7156D (or 0xF7156D) is known color: Ruby. HEX triplet: F7, 15 and 6D. RGB value is (247,21,109). Sum of RGB (Red+Green+Blue) = 247+21+109=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F7156D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7156D is #08EA92. Grayscale: #626262. Windows color (decimal): -584339 or 7149047. OLE color: 7149047.
HSL color Cylindrical-coordinate representation of color #F7156D: hue angle of 336.64º 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 #F7156D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 21 | 109 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.03 |
| HSL | 336.64º | 0.93% | 0.53% | - |
| HSV(B) | 336.64º | 0.91% | 0.97% | - |
| XYZ | 41.39 | 21.41 | 16.42 | - |
| YUV | 98.61 | 133.87 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 21 | 109 | 0 | 0.91 | 0.56 | 0.03 | 336.64 | 0.93 | 0.53 |
| Hex | F7 | 15 | 6D | 0 | 5B | 38 | 3 | 151 | 5D | 35 |
| Octal | 367 | 25 | 155 | 0 | 133 | 70 | 3 | 521 | 135 | 65 |
| Binary | 11110111 | 10101 | 1101101 | 0 | 1011011 | 111000 | 11 | 101010001 | 1011101 | 110101 |
Color Harmonies of #F7156D
Complementary color
Monochromatic Colors of #F7156D
Black with #F7156D
Text Example
Text Example
White with #F7156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7156D; }
p { color: rgb(247,21,109); }
H1.HeaderClassName
{
color: #F7156D;
}
.AnyTagClassName
{
color: #F7156D;
}
</style>
background-color css
<style>
a { background-color: #F7156D; }
a { background-color: rgb(247,21,109); }
div.DivClassName
{
background-color: #F7156D;
}
.BgClassName
{
background-color: #F7156D;
}
</style>
border-color css
<style>
span { border-color: #F7156D; }
span { border-color: rgb(247,21,109); }
td.TdClassName
{
border-color: #F7156D;
}
.TagClassName
{
border-color: #F7156D;
}
</style>