Shades of Ruby #F51869
Tints of Ruby #F51869
RGB
CMYK
RGB Variations
Color information
#F51869 (or 0xF51869) is known color: Ruby. HEX triplet: F5, 18 and 69. RGB value is (245,24,105). Sum of RGB (Red+Green+Blue) = 245+24+105=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F51869 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51869 is #0AE796. Grayscale: #636363. Windows color (decimal): -714647 or 6887669. OLE color: 6887669.
HSL color Cylindrical-coordinate representation of color #F51869: hue angle of 338.01º 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 #F51869 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 105 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.04 |
| HSL | 338.01º | 0.92% | 0.53% | - |
| HSV(B) | 338.01º | 0.9% | 0.96% | - |
| XYZ | 40.53 | 21.09 | 15.3 | - |
| YUV | 99.31 | 131.22 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 105 | 0 | 0.90 | 0.57 | 0.04 | 338.01 | 0.92 | 0.53 |
| Hex | F5 | 18 | 69 | 0 | 5A | 39 | 4 | 152 | 5C | 35 |
| Octal | 365 | 30 | 151 | 0 | 132 | 71 | 4 | 522 | 134 | 65 |
| Binary | 11110101 | 11000 | 1101001 | 0 | 1011010 | 111001 | 100 | 101010010 | 1011100 | 110101 |
Color Harmonies of #F51869
Complementary color
Monochromatic Colors of #F51869
Black with #F51869
Text Example
Text Example
White with #F51869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51869; }
p { color: rgb(245,24,105); }
H1.HeaderClassName
{
color: #F51869;
}
.AnyTagClassName
{
color: #F51869;
}
</style>
background-color css
<style>
a { background-color: #F51869; }
a { background-color: rgb(245,24,105); }
div.DivClassName
{
background-color: #F51869;
}
.BgClassName
{
background-color: #F51869;
}
</style>
border-color css
<style>
span { border-color: #F51869; }
span { border-color: rgb(245,24,105); }
td.TdClassName
{
border-color: #F51869;
}
.TagClassName
{
border-color: #F51869;
}
</style>