Shades of Ruby #F51663
Tints of Ruby #F51663
RGB
CMYK
RGB Variations
Color information
#F51663 (or 0xF51663) is known color: Ruby. HEX triplet: F5, 16 and 63. RGB value is (245,22,99). Sum of RGB (Red+Green+Blue) = 245+22+99=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F51663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51663 is #0AE99C. Grayscale: #616161. Windows color (decimal): -715165 or 6493941. OLE color: 6493941.
HSL color Cylindrical-coordinate representation of color #F51663: hue angle of 339.28º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51663 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 99 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.04 |
| HSL | 339.28º | 0.92% | 0.52% | - |
| HSV(B) | 339.28º | 0.91% | 0.96% | - |
| XYZ | 40.2 | 20.89 | 13.72 | - |
| YUV | 97.46 | 128.88 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 99 | 0 | 0.91 | 0.60 | 0.04 | 339.28 | 0.92 | 0.52 |
| Hex | F5 | 16 | 63 | 0 | 5B | 3C | 4 | 153 | 5C | 34 |
| Octal | 365 | 26 | 143 | 0 | 133 | 74 | 4 | 523 | 134 | 64 |
| Binary | 11110101 | 10110 | 1100011 | 0 | 1011011 | 111100 | 100 | 101010011 | 1011100 | 110100 |
Color Harmonies of #F51663
Complementary color
Monochromatic Colors of #F51663
Black with #F51663
Text Example
Text Example
White with #F51663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51663; }
p { color: rgb(245,22,99); }
H1.HeaderClassName
{
color: #F51663;
}
.AnyTagClassName
{
color: #F51663;
}
</style>
background-color css
<style>
a { background-color: #F51663; }
a { background-color: rgb(245,22,99); }
div.DivClassName
{
background-color: #F51663;
}
.BgClassName
{
background-color: #F51663;
}
</style>
border-color css
<style>
span { border-color: #F51663; }
span { border-color: rgb(245,22,99); }
td.TdClassName
{
border-color: #F51663;
}
.TagClassName
{
border-color: #F51663;
}
</style>