Shades of Ruby #F5146B
Tints of Ruby #F5146B
RGB
CMYK
RGB Variations
Color information
#F5146B (or 0xF5146B) is known color: Ruby. HEX triplet: F5, 14 and 6B. RGB value is (245,20,107). Sum of RGB (Red+Green+Blue) = 245+20+107=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5146B is #0AEB94. Grayscale: #616161. Windows color (decimal): -715669 or 7017717. OLE color: 7017717.
HSL color Cylindrical-coordinate representation of color #F5146B: hue angle of 336.8º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5146B is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.04 |
| HSL | 336.8º | 0.92% | 0.52% | - |
| HSV(B) | 336.8º | 0.92% | 0.96% | - |
| XYZ | 40.56 | 20.97 | 15.82 | - |
| YUV | 97.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 107 | 0 | 0.92 | 0.56 | 0.04 | 336.8 | 0.92 | 0.52 |
| Hex | F5 | 14 | 6B | 0 | 5C | 38 | 4 | 151 | 5C | 34 |
| Octal | 365 | 24 | 153 | 0 | 134 | 70 | 4 | 521 | 134 | 64 |
| Binary | 11110101 | 10100 | 1101011 | 0 | 1011100 | 111000 | 100 | 101010001 | 1011100 | 110100 |
Color Harmonies of #F5146B
Complementary color
Monochromatic Colors of #F5146B
Black with #F5146B
Text Example
Text Example
White with #F5146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5146B; }
p { color: rgb(245,20,107); }
H1.HeaderClassName
{
color: #F5146B;
}
.AnyTagClassName
{
color: #F5146B;
}
</style>
background-color css
<style>
a { background-color: #F5146B; }
a { background-color: rgb(245,20,107); }
div.DivClassName
{
background-color: #F5146B;
}
.BgClassName
{
background-color: #F5146B;
}
</style>
border-color css
<style>
span { border-color: #F5146B; }
span { border-color: rgb(245,20,107); }
td.TdClassName
{
border-color: #F5146B;
}
.TagClassName
{
border-color: #F5146B;
}
</style>