Shades of Ruby #F5136F
Tints of Ruby #F5136F
RGB
CMYK
RGB Variations
Color information
#F5136F (or 0xF5136F) is known color: Ruby. HEX triplet: F5, 13 and 6F. RGB value is (245,19,111). Sum of RGB (Red+Green+Blue) = 245+19+111=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5136F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5136F is #0AEC90. Grayscale: #606060. Windows color (decimal): -715921 or 7279605. OLE color: 7279605.
HSL color Cylindrical-coordinate representation of color #F5136F: hue angle of 335.58º 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 #F5136F is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 111 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.04 |
| HSL | 335.58º | 0.92% | 0.52% | - |
| HSV(B) | 335.58º | 0.92% | 0.96% | - |
| XYZ | 40.76 | 21.03 | 16.95 | - |
| YUV | 97.06 | 135.87 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 111 | 0 | 0.92 | 0.55 | 0.04 | 335.58 | 0.92 | 0.52 |
| Hex | F5 | 13 | 6F | 0 | 5C | 37 | 4 | 150 | 5C | 34 |
| Octal | 365 | 23 | 157 | 0 | 134 | 67 | 4 | 520 | 134 | 64 |
| Binary | 11110101 | 10011 | 1101111 | 0 | 1011100 | 110111 | 100 | 101010000 | 1011100 | 110100 |
Color Harmonies of #F5136F
Complementary color
Monochromatic Colors of #F5136F
Black with #F5136F
Text Example
Text Example
White with #F5136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5136F; }
p { color: rgb(245,19,111); }
H1.HeaderClassName
{
color: #F5136F;
}
.AnyTagClassName
{
color: #F5136F;
}
</style>
background-color css
<style>
a { background-color: #F5136F; }
a { background-color: rgb(245,19,111); }
div.DivClassName
{
background-color: #F5136F;
}
.BgClassName
{
background-color: #F5136F;
}
</style>
border-color css
<style>
span { border-color: #F5136F; }
span { border-color: rgb(245,19,111); }
td.TdClassName
{
border-color: #F5136F;
}
.TagClassName
{
border-color: #F5136F;
}
</style>