Shades of Ruby #F50F72
Tints of Ruby #F50F72
RGB
CMYK
RGB Variations
Color information
#F50F72 (or 0xF50F72) is known color: Ruby. HEX triplet: F5, 0F and 72. RGB value is (245,15,114). Sum of RGB (Red+Green+Blue) = 245+15+114=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F72 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F72 is #0AF08D. Grayscale: #5E5E5E. Windows color (decimal): -716942 or 7475189. OLE color: 7475189.
HSL color Cylindrical-coordinate representation of color #F50F72: hue angle of 334.17º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50F72 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 114 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.04 |
| HSL | 334.17º | 0.92% | 0.51% | - |
| HSV(B) | 334.17º | 0.94% | 0.96% | - |
| XYZ | 40.86 | 20.97 | 17.81 | - |
| YUV | 95.06 | 138.7 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 114 | 0 | 0.94 | 0.53 | 0.04 | 334.17 | 0.92 | 0.51 |
| Hex | F5 | F | 72 | 0 | 5E | 35 | 4 | 14E | 5C | 33 |
| Octal | 365 | 17 | 162 | 0 | 136 | 65 | 4 | 516 | 134 | 63 |
| Binary | 11110101 | 1111 | 1110010 | 0 | 1011110 | 110101 | 100 | 101001110 | 1011100 | 110011 |
Color Harmonies of #F50F72
Complementary color
Monochromatic Colors of #F50F72
Black with #F50F72
Text Example
Text Example
White with #F50F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F72; }
p { color: rgb(245,15,114); }
H1.HeaderClassName
{
color: #F50F72;
}
.AnyTagClassName
{
color: #F50F72;
}
</style>
background-color css
<style>
a { background-color: #F50F72; }
a { background-color: rgb(245,15,114); }
div.DivClassName
{
background-color: #F50F72;
}
.BgClassName
{
background-color: #F50F72;
}
</style>
border-color css
<style>
span { border-color: #F50F72; }
span { border-color: rgb(245,15,114); }
td.TdClassName
{
border-color: #F50F72;
}
.TagClassName
{
border-color: #F50F72;
}
</style>