Shades of Ruby #F51171
Tints of Ruby #F51171
RGB
CMYK
RGB Variations
Color information
#F51171 (or 0xF51171) is known color: Ruby. HEX triplet: F5, 11 and 71. RGB value is (245,17,113). Sum of RGB (Red+Green+Blue) = 245+17+113=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F51171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51171 is #0AEE8E. Grayscale: #5F5F5F. Windows color (decimal): -716431 or 7410165. OLE color: 7410165.
HSL color Cylindrical-coordinate representation of color #F51171: hue angle of 334.74º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51171 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 113 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.04 |
| HSL | 334.74º | 0.92% | 0.51% | - |
| HSV(B) | 334.74º | 0.93% | 0.96% | - |
| XYZ | 40.84 | 21.01 | 17.52 | - |
| YUV | 96.12 | 137.54 | 234.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 113 | 0 | 0.93 | 0.54 | 0.04 | 334.74 | 0.92 | 0.51 |
| Hex | F5 | 11 | 71 | 0 | 5D | 36 | 4 | 14F | 5C | 33 |
| Octal | 365 | 21 | 161 | 0 | 135 | 66 | 4 | 517 | 134 | 63 |
| Binary | 11110101 | 10001 | 1110001 | 0 | 1011101 | 110110 | 100 | 101001111 | 1011100 | 110011 |
Color Harmonies of #F51171
Complementary color
Monochromatic Colors of #F51171
Black with #F51171
Text Example
Text Example
White with #F51171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51171; }
p { color: rgb(245,17,113); }
H1.HeaderClassName
{
color: #F51171;
}
.AnyTagClassName
{
color: #F51171;
}
</style>
background-color css
<style>
a { background-color: #F51171; }
a { background-color: rgb(245,17,113); }
div.DivClassName
{
background-color: #F51171;
}
.BgClassName
{
background-color: #F51171;
}
</style>
border-color css
<style>
span { border-color: #F51171; }
span { border-color: rgb(245,17,113); }
td.TdClassName
{
border-color: #F51171;
}
.TagClassName
{
border-color: #F51171;
}
</style>