Shades of Ruby #F51470
Tints of Ruby #F51470
RGB
CMYK
RGB Variations
Color information
#F51470 (or 0xF51470) is known color: Ruby. HEX triplet: F5, 14 and 70. RGB value is (245,20,112). Sum of RGB (Red+Green+Blue) = 245+20+112=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F51470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51470 is #0AEB8F. Grayscale: #616161. Windows color (decimal): -715664 or 7345397. OLE color: 7345397.
HSL color Cylindrical-coordinate representation of color #F51470: hue angle of 335.47º 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 #F51470 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 112 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.04 |
| HSL | 335.47º | 0.92% | 0.52% | - |
| HSV(B) | 335.47º | 0.92% | 0.96% | - |
| XYZ | 40.83 | 21.08 | 17.25 | - |
| YUV | 97.76 | 136.04 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 112 | 0 | 0.92 | 0.54 | 0.04 | 335.47 | 0.92 | 0.52 |
| Hex | F5 | 14 | 70 | 0 | 5C | 36 | 4 | 14F | 5C | 34 |
| Octal | 365 | 24 | 160 | 0 | 134 | 66 | 4 | 517 | 134 | 64 |
| Binary | 11110101 | 10100 | 1110000 | 0 | 1011100 | 110110 | 100 | 101001111 | 1011100 | 110100 |
Color Harmonies of #F51470
Complementary color
Monochromatic Colors of #F51470
Black with #F51470
Text Example
Text Example
White with #F51470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51470; }
p { color: rgb(245,20,112); }
H1.HeaderClassName
{
color: #F51470;
}
.AnyTagClassName
{
color: #F51470;
}
</style>
background-color css
<style>
a { background-color: #F51470; }
a { background-color: rgb(245,20,112); }
div.DivClassName
{
background-color: #F51470;
}
.BgClassName
{
background-color: #F51470;
}
</style>
border-color css
<style>
span { border-color: #F51470; }
span { border-color: rgb(245,20,112); }
td.TdClassName
{
border-color: #F51470;
}
.TagClassName
{
border-color: #F51470;
}
</style>