Shades of Ruby #F51F74
Tints of Ruby #F51F74
RGB
CMYK
RGB Variations
Color information
#F51F74 (or 0xF51F74) is known color: Ruby. HEX triplet: F5, 1F and 74. RGB value is (245,31,116). Sum of RGB (Red+Green+Blue) = 245+31+116=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51F74 is #0AE08B. Grayscale: #686868. Windows color (decimal): -712844 or 7610357. OLE color: 7610357.
HSL color Cylindrical-coordinate representation of color #F51F74: hue angle of 336.17º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51F74 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 116 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.04 |
| HSL | 336.17º | 0.91% | 0.54% | - |
| HSV(B) | 336.17º | 0.87% | 0.96% | - |
| XYZ | 41.3 | 21.65 | 18.53 | - |
| YUV | 104.68 | 134.4 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 116 | 0 | 0.87 | 0.53 | 0.04 | 336.17 | 0.91 | 0.54 |
| Hex | F5 | 1F | 74 | 0 | 57 | 35 | 4 | 150 | 5B | 36 |
| Octal | 365 | 37 | 164 | 0 | 127 | 65 | 4 | 520 | 133 | 66 |
| Binary | 11110101 | 11111 | 1110100 | 0 | 1010111 | 110101 | 100 | 101010000 | 1011011 | 110110 |
Color Harmonies of #F51F74
Complementary color
Monochromatic Colors of #F51F74
Black with #F51F74
Text Example
Text Example
White with #F51F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51F74; }
p { color: rgb(245,31,116); }
H1.HeaderClassName
{
color: #F51F74;
}
.AnyTagClassName
{
color: #F51F74;
}
</style>
background-color css
<style>
a { background-color: #F51F74; }
a { background-color: rgb(245,31,116); }
div.DivClassName
{
background-color: #F51F74;
}
.BgClassName
{
background-color: #F51F74;
}
</style>
border-color css
<style>
span { border-color: #F51F74; }
span { border-color: rgb(245,31,116); }
td.TdClassName
{
border-color: #F51F74;
}
.TagClassName
{
border-color: #F51F74;
}
</style>