Shades of Ruby #F5176D
Tints of Ruby #F5176D
RGB
CMYK
RGB Variations
Color information
#F5176D (or 0xF5176D) is known color: Ruby. HEX triplet: F5, 17 and 6D. RGB value is (245,23,109). Sum of RGB (Red+Green+Blue) = 245+23+109=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5176D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5176D is #0AE892. Grayscale: #636363. Windows color (decimal): -714899 or 7149557. OLE color: 7149557.
HSL color Cylindrical-coordinate representation of color #F5176D: hue angle of 336.76º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5176D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 109 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.04 |
| HSL | 336.76º | 0.92% | 0.53% | - |
| HSV(B) | 336.76º | 0.91% | 0.96% | - |
| XYZ | 40.72 | 21.13 | 16.4 | - |
| YUV | 99.18 | 133.55 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 109 | 0 | 0.91 | 0.56 | 0.04 | 336.76 | 0.92 | 0.53 |
| Hex | F5 | 17 | 6D | 0 | 5B | 38 | 4 | 151 | 5C | 35 |
| Octal | 365 | 27 | 155 | 0 | 133 | 70 | 4 | 521 | 134 | 65 |
| Binary | 11110101 | 10111 | 1101101 | 0 | 1011011 | 111000 | 100 | 101010001 | 1011100 | 110101 |
Color Harmonies of #F5176D
Complementary color
Monochromatic Colors of #F5176D
Black with #F5176D
Text Example
Text Example
White with #F5176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5176D; }
p { color: rgb(245,23,109); }
H1.HeaderClassName
{
color: #F5176D;
}
.AnyTagClassName
{
color: #F5176D;
}
</style>
background-color css
<style>
a { background-color: #F5176D; }
a { background-color: rgb(245,23,109); }
div.DivClassName
{
background-color: #F5176D;
}
.BgClassName
{
background-color: #F5176D;
}
</style>
border-color css
<style>
span { border-color: #F5176D; }
span { border-color: rgb(245,23,109); }
td.TdClassName
{
border-color: #F5176D;
}
.TagClassName
{
border-color: #F5176D;
}
</style>