Shades of Ruby #F51972
Tints of Ruby #F51972
RGB
CMYK
RGB Variations
Color information
#F51972 (or 0xF51972) is known color: Ruby. HEX triplet: F5, 19 and 72. RGB value is (245,25,114). Sum of RGB (Red+Green+Blue) = 245+25+114=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F51972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51972 is #0AE68D. Grayscale: #646464. Windows color (decimal): -714382 or 7477749. OLE color: 7477749.
HSL color Cylindrical-coordinate representation of color #F51972: hue angle of 335.73º 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 #F51972 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 114 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.04 |
| HSL | 335.73º | 0.92% | 0.53% | - |
| HSV(B) | 335.73º | 0.9% | 0.96% | - |
| XYZ | 41.04 | 21.32 | 17.87 | - |
| YUV | 100.93 | 135.39 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 114 | 0 | 0.90 | 0.53 | 0.04 | 335.73 | 0.92 | 0.53 |
| Hex | F5 | 19 | 72 | 0 | 5A | 35 | 4 | 150 | 5C | 35 |
| Octal | 365 | 31 | 162 | 0 | 132 | 65 | 4 | 520 | 134 | 65 |
| Binary | 11110101 | 11001 | 1110010 | 0 | 1011010 | 110101 | 100 | 101010000 | 1011100 | 110101 |
Color Harmonies of #F51972
Complementary color
Monochromatic Colors of #F51972
Black with #F51972
Text Example
Text Example
White with #F51972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51972; }
p { color: rgb(245,25,114); }
H1.HeaderClassName
{
color: #F51972;
}
.AnyTagClassName
{
color: #F51972;
}
</style>
background-color css
<style>
a { background-color: #F51972; }
a { background-color: rgb(245,25,114); }
div.DivClassName
{
background-color: #F51972;
}
.BgClassName
{
background-color: #F51972;
}
</style>
border-color css
<style>
span { border-color: #F51972; }
span { border-color: rgb(245,25,114); }
td.TdClassName
{
border-color: #F51972;
}
.TagClassName
{
border-color: #F51972;
}
</style>