Shades of Ruby #F51371
Tints of Ruby #F51371
RGB
CMYK
RGB Variations
Color information
#F51371 (or 0xF51371) is known color: Ruby. HEX triplet: F5, 13 and 71. RGB value is (245,19,113). Sum of RGB (Red+Green+Blue) = 245+19+113=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F51371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51371 is #0AEC8E. Grayscale: #616161. Windows color (decimal): -715919 or 7410677. OLE color: 7410677.
HSL color Cylindrical-coordinate representation of color #F51371: hue angle of 335.04º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51371 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 113 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.04 |
| HSL | 335.04º | 0.92% | 0.52% | - |
| HSV(B) | 335.04º | 0.92% | 0.96% | - |
| XYZ | 40.87 | 21.07 | 17.54 | - |
| YUV | 97.29 | 136.87 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 113 | 0 | 0.92 | 0.54 | 0.04 | 335.04 | 0.92 | 0.52 |
| Hex | F5 | 13 | 71 | 0 | 5C | 36 | 4 | 14F | 5C | 34 |
| Octal | 365 | 23 | 161 | 0 | 134 | 66 | 4 | 517 | 134 | 64 |
| Binary | 11110101 | 10011 | 1110001 | 0 | 1011100 | 110110 | 100 | 101001111 | 1011100 | 110100 |
Color Harmonies of #F51371
Complementary color
Monochromatic Colors of #F51371
Black with #F51371
Text Example
Text Example
White with #F51371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51371; }
p { color: rgb(245,19,113); }
H1.HeaderClassName
{
color: #F51371;
}
.AnyTagClassName
{
color: #F51371;
}
</style>
background-color css
<style>
a { background-color: #F51371; }
a { background-color: rgb(245,19,113); }
div.DivClassName
{
background-color: #F51371;
}
.BgClassName
{
background-color: #F51371;
}
</style>
border-color css
<style>
span { border-color: #F51371; }
span { border-color: rgb(245,19,113); }
td.TdClassName
{
border-color: #F51371;
}
.TagClassName
{
border-color: #F51371;
}
</style>