Shades of Ruby #F51A5E
Tints of Ruby #F51A5E
RGB
CMYK
RGB Variations
Color information
#F51A5E (or 0xF51A5E) is known color: Ruby. HEX triplet: F5, 1A and 5E. RGB value is (245,26,94). Sum of RGB (Red+Green+Blue) = 245+26+94=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F51A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F51A5E is #0AE5A1. Grayscale: #636363. Windows color (decimal): -714146 or 6167285. OLE color: 6167285.
HSL color Cylindrical-coordinate representation of color #F51A5E: hue angle of 341.37º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51A5E is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 26 | 94 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.04 |
| HSL | 341.37º | 0.92% | 0.53% | - |
| HSV(B) | 341.37º | 0.89% | 0.96% | - |
| XYZ | 40.05 | 20.96 | 12.52 | - |
| YUV | 99.23 | 125.05 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 26 | 94 | 0 | 0.89 | 0.62 | 0.04 | 341.37 | 0.92 | 0.53 |
| Hex | F5 | 1A | 5E | 0 | 59 | 3E | 4 | 155 | 5C | 35 |
| Octal | 365 | 32 | 136 | 0 | 131 | 76 | 4 | 525 | 134 | 65 |
| Binary | 11110101 | 11010 | 1011110 | 0 | 1011001 | 111110 | 100 | 101010101 | 1011100 | 110101 |
Color Harmonies of #F51A5E
Complementary color
Monochromatic Colors of #F51A5E
Black with #F51A5E
Text Example
Text Example
White with #F51A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51A5E; }
p { color: rgb(245,26,94); }
H1.HeaderClassName
{
color: #F51A5E;
}
.AnyTagClassName
{
color: #F51A5E;
}
</style>
background-color css
<style>
a { background-color: #F51A5E; }
a { background-color: rgb(245,26,94); }
div.DivClassName
{
background-color: #F51A5E;
}
.BgClassName
{
background-color: #F51A5E;
}
</style>
border-color css
<style>
span { border-color: #F51A5E; }
span { border-color: rgb(245,26,94); }
td.TdClassName
{
border-color: #F51A5E;
}
.TagClassName
{
border-color: #F51A5E;
}
</style>