Shades of Ruby #F51476
Tints of Ruby #F51476
RGB
CMYK
RGB Variations
Color information
#F51476 (or 0xF51476) is known color: Ruby. HEX triplet: F5, 14 and 76. RGB value is (245,20,118). Sum of RGB (Red+Green+Blue) = 245+20+118=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F51476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51476 is #0AEB89. Grayscale: #626262. Windows color (decimal): -715658 or 7738613. OLE color: 7738613.
HSL color Cylindrical-coordinate representation of color #F51476: hue angle of 333.87º 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 #F51476 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 118 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.04 |
| HSL | 333.87º | 0.92% | 0.52% | - |
| HSV(B) | 333.87º | 0.92% | 0.96% | - |
| XYZ | 41.18 | 21.22 | 19.07 | - |
| YUV | 98.45 | 139.04 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 118 | 0 | 0.92 | 0.52 | 0.04 | 333.87 | 0.92 | 0.52 |
| Hex | F5 | 14 | 76 | 0 | 5C | 34 | 4 | 14E | 5C | 34 |
| Octal | 365 | 24 | 166 | 0 | 134 | 64 | 4 | 516 | 134 | 64 |
| Binary | 11110101 | 10100 | 1110110 | 0 | 1011100 | 110100 | 100 | 101001110 | 1011100 | 110100 |
Color Harmonies of #F51476
Complementary color
Monochromatic Colors of #F51476
Black with #F51476
Text Example
Text Example
White with #F51476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51476; }
p { color: rgb(245,20,118); }
H1.HeaderClassName
{
color: #F51476;
}
.AnyTagClassName
{
color: #F51476;
}
</style>
background-color css
<style>
a { background-color: #F51476; }
a { background-color: rgb(245,20,118); }
div.DivClassName
{
background-color: #F51476;
}
.BgClassName
{
background-color: #F51476;
}
</style>
border-color css
<style>
span { border-color: #F51476; }
span { border-color: rgb(245,20,118); }
td.TdClassName
{
border-color: #F51476;
}
.TagClassName
{
border-color: #F51476;
}
</style>