Shades of Ruby #F51269
Tints of Ruby #F51269
RGB
CMYK
RGB Variations
Color information
#F51269 (or 0xF51269) is known color: Ruby. HEX triplet: F5, 12 and 69. RGB value is (245,18,105). Sum of RGB (Red+Green+Blue) = 245+18+105=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F51269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51269 is #0AED96. Grayscale: #5F5F5F. Windows color (decimal): -716183 or 6886133. OLE color: 6886133.
HSL color Cylindrical-coordinate representation of color #F51269: hue angle of 337º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51269 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 105 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.04 |
| HSL | 337º | 0.92% | 0.52% | - |
| HSV(B) | 337º | 0.93% | 0.96% | - |
| XYZ | 40.42 | 20.87 | 15.26 | - |
| YUV | 95.79 | 133.21 | 234.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 105 | 0 | 0.93 | 0.57 | 0.04 | 337 | 0.92 | 0.52 |
| Hex | F5 | 12 | 69 | 0 | 5D | 39 | 4 | 151 | 5C | 34 |
| Octal | 365 | 22 | 151 | 0 | 135 | 71 | 4 | 521 | 134 | 64 |
| Binary | 11110101 | 10010 | 1101001 | 0 | 1011101 | 111001 | 100 | 101010001 | 1011100 | 110100 |
Color Harmonies of #F51269
Complementary color
Monochromatic Colors of #F51269
Black with #F51269
Text Example
Text Example
White with #F51269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51269; }
p { color: rgb(245,18,105); }
H1.HeaderClassName
{
color: #F51269;
}
.AnyTagClassName
{
color: #F51269;
}
</style>
background-color css
<style>
a { background-color: #F51269; }
a { background-color: rgb(245,18,105); }
div.DivClassName
{
background-color: #F51269;
}
.BgClassName
{
background-color: #F51269;
}
</style>
border-color css
<style>
span { border-color: #F51269; }
span { border-color: rgb(245,18,105); }
td.TdClassName
{
border-color: #F51269;
}
.TagClassName
{
border-color: #F51269;
}
</style>