Shades of Ruby #F51969
Tints of Ruby #F51969
RGB
CMYK
RGB Variations
Color information
#F51969 (or 0xF51969) is known color: Ruby. HEX triplet: F5, 19 and 69. RGB value is (245,25,105). Sum of RGB (Red+Green+Blue) = 245+25+105=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F51969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51969 is #0AE696. Grayscale: #636363. Windows color (decimal): -714391 or 6887925. OLE color: 6887925.
HSL color Cylindrical-coordinate representation of color #F51969: hue angle of 338.18º 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 #F51969 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 105 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.04 |
| HSL | 338.18º | 0.92% | 0.53% | - |
| HSV(B) | 338.18º | 0.9% | 0.96% | - |
| XYZ | 40.55 | 21.13 | 15.31 | - |
| YUV | 99.9 | 130.89 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 105 | 0 | 0.90 | 0.57 | 0.04 | 338.18 | 0.92 | 0.53 |
| Hex | F5 | 19 | 69 | 0 | 5A | 39 | 4 | 152 | 5C | 35 |
| Octal | 365 | 31 | 151 | 0 | 132 | 71 | 4 | 522 | 134 | 65 |
| Binary | 11110101 | 11001 | 1101001 | 0 | 1011010 | 111001 | 100 | 101010010 | 1011100 | 110101 |
Color Harmonies of #F51969
Complementary color
Monochromatic Colors of #F51969
Black with #F51969
Text Example
Text Example
White with #F51969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51969; }
p { color: rgb(245,25,105); }
H1.HeaderClassName
{
color: #F51969;
}
.AnyTagClassName
{
color: #F51969;
}
</style>
background-color css
<style>
a { background-color: #F51969; }
a { background-color: rgb(245,25,105); }
div.DivClassName
{
background-color: #F51969;
}
.BgClassName
{
background-color: #F51969;
}
</style>
border-color css
<style>
span { border-color: #F51969; }
span { border-color: rgb(245,25,105); }
td.TdClassName
{
border-color: #F51969;
}
.TagClassName
{
border-color: #F51969;
}
</style>