Shades of Ruby #F5126F
Tints of Ruby #F5126F
RGB
CMYK
RGB Variations
Color information
#F5126F (or 0xF5126F) is known color: Ruby. HEX triplet: F5, 12 and 6F. RGB value is (245,18,111). Sum of RGB (Red+Green+Blue) = 245+18+111=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5126F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5126F is #0AED90. Grayscale: #606060. Windows color (decimal): -716177 or 7279349. OLE color: 7279349.
HSL color Cylindrical-coordinate representation of color #F5126F: hue angle of 335.42º 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 #F5126F is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 111 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.04 |
| HSL | 335.42º | 0.92% | 0.52% | - |
| HSV(B) | 335.42º | 0.93% | 0.96% | - |
| XYZ | 40.74 | 20.99 | 16.94 | - |
| YUV | 96.48 | 136.21 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 111 | 0 | 0.93 | 0.55 | 0.04 | 335.42 | 0.92 | 0.52 |
| Hex | F5 | 12 | 6F | 0 | 5D | 37 | 4 | 14F | 5C | 34 |
| Octal | 365 | 22 | 157 | 0 | 135 | 67 | 4 | 517 | 134 | 64 |
| Binary | 11110101 | 10010 | 1101111 | 0 | 1011101 | 110111 | 100 | 101001111 | 1011100 | 110100 |
Color Harmonies of #F5126F
Complementary color
Monochromatic Colors of #F5126F
Black with #F5126F
Text Example
Text Example
White with #F5126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5126F; }
p { color: rgb(245,18,111); }
H1.HeaderClassName
{
color: #F5126F;
}
.AnyTagClassName
{
color: #F5126F;
}
</style>
background-color css
<style>
a { background-color: #F5126F; }
a { background-color: rgb(245,18,111); }
div.DivClassName
{
background-color: #F5126F;
}
.BgClassName
{
background-color: #F5126F;
}
</style>
border-color css
<style>
span { border-color: #F5126F; }
span { border-color: rgb(245,18,111); }
td.TdClassName
{
border-color: #F5126F;
}
.TagClassName
{
border-color: #F5126F;
}
</style>