Shades of Ruby #F50F75
Tints of Ruby #F50F75
RGB
CMYK
RGB Variations
Color information
#F50F75 (or 0xF50F75) is known color: Ruby. HEX triplet: F5, 0F and 75. RGB value is (245,15,117). Sum of RGB (Red+Green+Blue) = 245+15+117=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F75 is #0AF08A. Grayscale: #5F5F5F. Windows color (decimal): -716939 or 7671797. OLE color: 7671797.
HSL color Cylindrical-coordinate representation of color #F50F75: hue angle of 333.39º 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 #F50F75 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 117 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.04 |
| HSL | 333.39º | 0.92% | 0.51% | - |
| HSV(B) | 333.39º | 0.94% | 0.96% | - |
| XYZ | 41.04 | 21.04 | 18.73 | - |
| YUV | 95.4 | 140.2 | 234.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 117 | 0 | 0.94 | 0.52 | 0.04 | 333.39 | 0.92 | 0.51 |
| Hex | F5 | F | 75 | 0 | 5E | 34 | 4 | 14D | 5C | 33 |
| Octal | 365 | 17 | 165 | 0 | 136 | 64 | 4 | 515 | 134 | 63 |
| Binary | 11110101 | 1111 | 1110101 | 0 | 1011110 | 110100 | 100 | 101001101 | 1011100 | 110011 |
Color Harmonies of #F50F75
Complementary color
Monochromatic Colors of #F50F75
Black with #F50F75
Text Example
Text Example
White with #F50F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F75; }
p { color: rgb(245,15,117); }
H1.HeaderClassName
{
color: #F50F75;
}
.AnyTagClassName
{
color: #F50F75;
}
</style>
background-color css
<style>
a { background-color: #F50F75; }
a { background-color: rgb(245,15,117); }
div.DivClassName
{
background-color: #F50F75;
}
.BgClassName
{
background-color: #F50F75;
}
</style>
border-color css
<style>
span { border-color: #F50F75; }
span { border-color: rgb(245,15,117); }
td.TdClassName
{
border-color: #F50F75;
}
.TagClassName
{
border-color: #F50F75;
}
</style>