Shades of Ruby #F51376
Tints of Ruby #F51376
RGB
CMYK
RGB Variations
Color information
#F51376 (or 0xF51376) is known color: Ruby. HEX triplet: F5, 13 and 76. RGB value is (245,19,118). Sum of RGB (Red+Green+Blue) = 245+19+118=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F51376 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51376 is #0AEC89. Grayscale: #616161. Windows color (decimal): -715914 or 7738357. OLE color: 7738357.
HSL color Cylindrical-coordinate representation of color #F51376: hue angle of 333.72º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51376 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 118 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.04 |
| HSL | 333.72º | 0.92% | 0.52% | - |
| HSV(B) | 333.72º | 0.92% | 0.96% | - |
| XYZ | 41.16 | 21.19 | 19.06 | - |
| YUV | 97.86 | 139.37 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 118 | 0 | 0.92 | 0.52 | 0.04 | 333.72 | 0.92 | 0.52 |
| Hex | F5 | 13 | 76 | 0 | 5C | 34 | 4 | 14E | 5C | 34 |
| Octal | 365 | 23 | 166 | 0 | 134 | 64 | 4 | 516 | 134 | 64 |
| Binary | 11110101 | 10011 | 1110110 | 0 | 1011100 | 110100 | 100 | 101001110 | 1011100 | 110100 |
Color Harmonies of #F51376
Complementary color
Monochromatic Colors of #F51376
Black with #F51376
Text Example
Text Example
White with #F51376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51376; }
p { color: rgb(245,19,118); }
H1.HeaderClassName
{
color: #F51376;
}
.AnyTagClassName
{
color: #F51376;
}
</style>
background-color css
<style>
a { background-color: #F51376; }
a { background-color: rgb(245,19,118); }
div.DivClassName
{
background-color: #F51376;
}
.BgClassName
{
background-color: #F51376;
}
</style>
border-color css
<style>
span { border-color: #F51376; }
span { border-color: rgb(245,19,118); }
td.TdClassName
{
border-color: #F51376;
}
.TagClassName
{
border-color: #F51376;
}
</style>