Shades of Ruby #F51874
Tints of Ruby #F51874
RGB
CMYK
RGB Variations
Color information
#F51874 (or 0xF51874) is known color: Ruby. HEX triplet: F5, 18 and 74. RGB value is (245,24,116). Sum of RGB (Red+Green+Blue) = 245+24+116=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F51874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51874 is #0AE78B. Grayscale: #646464. Windows color (decimal): -714636 or 7608565. OLE color: 7608565.
HSL color Cylindrical-coordinate representation of color #F51874: hue angle of 335.02º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51874 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 116 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.04 |
| HSL | 335.02º | 0.92% | 0.53% | - |
| HSV(B) | 335.02º | 0.9% | 0.96% | - |
| XYZ | 41.14 | 21.33 | 18.47 | - |
| YUV | 100.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 116 | 0 | 0.90 | 0.53 | 0.04 | 335.02 | 0.92 | 0.53 |
| Hex | F5 | 18 | 74 | 0 | 5A | 35 | 4 | 14F | 5C | 35 |
| Octal | 365 | 30 | 164 | 0 | 132 | 65 | 4 | 517 | 134 | 65 |
| Binary | 11110101 | 11000 | 1110100 | 0 | 1011010 | 110101 | 100 | 101001111 | 1011100 | 110101 |
Color Harmonies of #F51874
Complementary color
Monochromatic Colors of #F51874
Black with #F51874
Text Example
Text Example
White with #F51874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51874; }
p { color: rgb(245,24,116); }
H1.HeaderClassName
{
color: #F51874;
}
.AnyTagClassName
{
color: #F51874;
}
</style>
background-color css
<style>
a { background-color: #F51874; }
a { background-color: rgb(245,24,116); }
div.DivClassName
{
background-color: #F51874;
}
.BgClassName
{
background-color: #F51874;
}
</style>
border-color css
<style>
span { border-color: #F51874; }
span { border-color: rgb(245,24,116); }
td.TdClassName
{
border-color: #F51874;
}
.TagClassName
{
border-color: #F51874;
}
</style>