Shades of Ruby #F5146F
Tints of Ruby #F5146F
RGB
CMYK
RGB Variations
Color information
#F5146F (or 0xF5146F) is known color: Ruby. HEX triplet: F5, 14 and 6F. RGB value is (245,20,111). Sum of RGB (Red+Green+Blue) = 245+20+111=376 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.16% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 245 - color contains mainly: red. Hex color #F5146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5146F is #0AEB90. Grayscale: #616161. Windows color (decimal): -715665 or 7279861. OLE color: 7279861.
HSL color Cylindrical-coordinate representation of color #F5146F: hue angle of 335.73º 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 #F5146F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 111 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.04 |
| HSL | 335.73º | 0.92% | 0.52% | - |
| HSV(B) | 335.73º | 0.92% | 0.96% | - |
| XYZ | 40.78 | 21.06 | 16.95 | - |
| YUV | 97.65 | 135.54 | 233.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 111 | 0 | 0.92 | 0.55 | 0.04 | 335.73 | 0.92 | 0.52 |
| Hex | F5 | 14 | 6F | 0 | 5C | 37 | 4 | 150 | 5C | 34 |
| Octal | 365 | 24 | 157 | 0 | 134 | 67 | 4 | 520 | 134 | 64 |
| Binary | 11110101 | 10100 | 1101111 | 0 | 1011100 | 110111 | 100 | 101010000 | 1011100 | 110100 |
Color Harmonies of #F5146F
Complementary color
Monochromatic Colors of #F5146F
Black with #F5146F
Text Example
Text Example
White with #F5146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5146F; }
p { color: rgb(245,20,111); }
H1.HeaderClassName
{
color: #F5146F;
}
.AnyTagClassName
{
color: #F5146F;
}
</style>
background-color css
<style>
a { background-color: #F5146F; }
a { background-color: rgb(245,20,111); }
div.DivClassName
{
background-color: #F5146F;
}
.BgClassName
{
background-color: #F5146F;
}
</style>
border-color css
<style>
span { border-color: #F5146F; }
span { border-color: rgb(245,20,111); }
td.TdClassName
{
border-color: #F5146F;
}
.TagClassName
{
border-color: #F5146F;
}
</style>