Shades of Ruby #F51C71
Tints of Ruby #F51C71
RGB
CMYK
RGB Variations
Color information
#F51C71 (or 0xF51C71) is known color: Ruby. HEX triplet: F5, 1C and 71. RGB value is (245,28,113). Sum of RGB (Red+Green+Blue) = 245+28+113=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51C71 is #0AE38E. Grayscale: #666666. Windows color (decimal): -713615 or 7412981. OLE color: 7412981.
HSL color Cylindrical-coordinate representation of color #F51C71: hue angle of 336.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C71 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 113 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.04 |
| HSL | 336.5º | 0.92% | 0.54% | - |
| HSV(B) | 336.5º | 0.89% | 0.96% | - |
| XYZ | 41.05 | 21.44 | 17.6 | - |
| YUV | 102.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 113 | 0 | 0.89 | 0.54 | 0.04 | 336.5 | 0.92 | 0.54 |
| Hex | F5 | 1C | 71 | 0 | 59 | 36 | 4 | 150 | 5C | 36 |
| Octal | 365 | 34 | 161 | 0 | 131 | 66 | 4 | 520 | 134 | 66 |
| Binary | 11110101 | 11100 | 1110001 | 0 | 1011001 | 110110 | 100 | 101010000 | 1011100 | 110110 |
Color Harmonies of #F51C71
Complementary color
Monochromatic Colors of #F51C71
Black with #F51C71
Text Example
Text Example
White with #F51C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C71; }
p { color: rgb(245,28,113); }
H1.HeaderClassName
{
color: #F51C71;
}
.AnyTagClassName
{
color: #F51C71;
}
</style>
background-color css
<style>
a { background-color: #F51C71; }
a { background-color: rgb(245,28,113); }
div.DivClassName
{
background-color: #F51C71;
}
.BgClassName
{
background-color: #F51C71;
}
</style>
border-color css
<style>
span { border-color: #F51C71; }
span { border-color: rgb(245,28,113); }
td.TdClassName
{
border-color: #F51C71;
}
.TagClassName
{
border-color: #F51C71;
}
</style>