Shades of Ruby #F51770
Tints of Ruby #F51770
RGB
CMYK
RGB Variations
Color information
#F51770 (or 0xF51770) is known color: Ruby. HEX triplet: F5, 17 and 70. RGB value is (245,23,112). Sum of RGB (Red+Green+Blue) = 245+23+112=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F51770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51770 is #0AE88F. Grayscale: #636363. Windows color (decimal): -714896 or 7346165. OLE color: 7346165.
HSL color Cylindrical-coordinate representation of color #F51770: hue angle of 335.95º 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 #F51770 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 112 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.04 |
| HSL | 335.95º | 0.92% | 0.53% | - |
| HSV(B) | 335.95º | 0.91% | 0.96% | - |
| XYZ | 40.89 | 21.2 | 17.27 | - |
| YUV | 99.52 | 135.05 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 112 | 0 | 0.91 | 0.54 | 0.04 | 335.95 | 0.92 | 0.53 |
| Hex | F5 | 17 | 70 | 0 | 5B | 36 | 4 | 150 | 5C | 35 |
| Octal | 365 | 27 | 160 | 0 | 133 | 66 | 4 | 520 | 134 | 65 |
| Binary | 11110101 | 10111 | 1110000 | 0 | 1011011 | 110110 | 100 | 101010000 | 1011100 | 110101 |
Color Harmonies of #F51770
Complementary color
Monochromatic Colors of #F51770
Black with #F51770
Text Example
Text Example
White with #F51770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51770; }
p { color: rgb(245,23,112); }
H1.HeaderClassName
{
color: #F51770;
}
.AnyTagClassName
{
color: #F51770;
}
</style>
background-color css
<style>
a { background-color: #F51770; }
a { background-color: rgb(245,23,112); }
div.DivClassName
{
background-color: #F51770;
}
.BgClassName
{
background-color: #F51770;
}
</style>
border-color css
<style>
span { border-color: #F51770; }
span { border-color: rgb(245,23,112); }
td.TdClassName
{
border-color: #F51770;
}
.TagClassName
{
border-color: #F51770;
}
</style>