Shades of Ruby #F50D74
Tints of Ruby #F50D74
RGB
CMYK
RGB Variations
Color information
#F50D74 (or 0xF50D74) is known color: Ruby. HEX triplet: F5, 0D and 74. RGB value is (245,13,116). Sum of RGB (Red+Green+Blue) = 245+13+116=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F50D74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50D74 is #0AF28B. Grayscale: #5D5D5D. Windows color (decimal): -717452 or 7605749. OLE color: 7605749.
HSL color Cylindrical-coordinate representation of color #F50D74: hue angle of 333.36º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F50D74 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 13 | 116 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.04 |
| HSL | 333.36º | 0.92% | 0.51% | - |
| HSV(B) | 333.36º | 0.95% | 0.96% | - |
| XYZ | 40.95 | 20.96 | 18.41 | - |
| YUV | 94.11 | 140.36 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 13 | 116 | 0 | 0.95 | 0.53 | 0.04 | 333.36 | 0.92 | 0.51 |
| Hex | F5 | D | 74 | 0 | 5F | 35 | 4 | 14D | 5C | 33 |
| Octal | 365 | 15 | 164 | 0 | 137 | 65 | 4 | 515 | 134 | 63 |
| Binary | 11110101 | 1101 | 1110100 | 0 | 1011111 | 110101 | 100 | 101001101 | 1011100 | 110011 |
Color Harmonies of #F50D74
Complementary color
Monochromatic Colors of #F50D74
Black with #F50D74
Text Example
Text Example
White with #F50D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50D74; }
p { color: rgb(245,13,116); }
H1.HeaderClassName
{
color: #F50D74;
}
.AnyTagClassName
{
color: #F50D74;
}
</style>
background-color css
<style>
a { background-color: #F50D74; }
a { background-color: rgb(245,13,116); }
div.DivClassName
{
background-color: #F50D74;
}
.BgClassName
{
background-color: #F50D74;
}
</style>
border-color css
<style>
span { border-color: #F50D74; }
span { border-color: rgb(245,13,116); }
td.TdClassName
{
border-color: #F50D74;
}
.TagClassName
{
border-color: #F50D74;
}
</style>