Shades of Ruby #F5166D
Tints of Ruby #F5166D
RGB
CMYK
RGB Variations
Color information
#F5166D (or 0xF5166D) is known color: Ruby. HEX triplet: F5, 16 and 6D. RGB value is (245,22,109). Sum of RGB (Red+Green+Blue) = 245+22+109=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5166D is #0AE992. Grayscale: #626262. Windows color (decimal): -715155 or 7149301. OLE color: 7149301.
HSL color Cylindrical-coordinate representation of color #F5166D: hue angle of 336.59º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5166D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 109 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.04 |
| HSL | 336.59º | 0.92% | 0.52% | - |
| HSV(B) | 336.59º | 0.91% | 0.96% | - |
| XYZ | 40.7 | 21.09 | 16.39 | - |
| YUV | 98.6 | 133.88 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 109 | 0 | 0.91 | 0.56 | 0.04 | 336.59 | 0.92 | 0.52 |
| Hex | F5 | 16 | 6D | 0 | 5B | 38 | 4 | 151 | 5C | 34 |
| Octal | 365 | 26 | 155 | 0 | 133 | 70 | 4 | 521 | 134 | 64 |
| Binary | 11110101 | 10110 | 1101101 | 0 | 1011011 | 111000 | 100 | 101010001 | 1011100 | 110100 |
Color Harmonies of #F5166D
Complementary color
Monochromatic Colors of #F5166D
Black with #F5166D
Text Example
Text Example
White with #F5166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5166D; }
p { color: rgb(245,22,109); }
H1.HeaderClassName
{
color: #F5166D;
}
.AnyTagClassName
{
color: #F5166D;
}
</style>
background-color css
<style>
a { background-color: #F5166D; }
a { background-color: rgb(245,22,109); }
div.DivClassName
{
background-color: #F5166D;
}
.BgClassName
{
background-color: #F5166D;
}
</style>
border-color css
<style>
span { border-color: #F5166D; }
span { border-color: rgb(245,22,109); }
td.TdClassName
{
border-color: #F5166D;
}
.TagClassName
{
border-color: #F5166D;
}
</style>