Shades of Ruby #F5136A
Tints of Ruby #F5136A
RGB
CMYK
RGB Variations
Color information
#F5136A (or 0xF5136A) is known color: Ruby. HEX triplet: F5, 13 and 6A. RGB value is (245,19,106). Sum of RGB (Red+Green+Blue) = 245+19+106=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F5136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5136A is #0AEC95. Grayscale: #606060. Windows color (decimal): -715926 or 6951925. OLE color: 6951925.
HSL color Cylindrical-coordinate representation of color #F5136A: hue angle of 336.9º 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 #F5136A is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 106 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.04 |
| HSL | 336.9º | 0.92% | 0.52% | - |
| HSV(B) | 336.9º | 0.92% | 0.96% | - |
| XYZ | 40.49 | 20.92 | 15.54 | - |
| YUV | 96.49 | 133.37 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 106 | 0 | 0.92 | 0.57 | 0.04 | 336.9 | 0.92 | 0.52 |
| Hex | F5 | 13 | 6A | 0 | 5C | 39 | 4 | 151 | 5C | 34 |
| Octal | 365 | 23 | 152 | 0 | 134 | 71 | 4 | 521 | 134 | 64 |
| Binary | 11110101 | 10011 | 1101010 | 0 | 1011100 | 111001 | 100 | 101010001 | 1011100 | 110100 |
Color Harmonies of #F5136A
Complementary color
Monochromatic Colors of #F5136A
Black with #F5136A
Text Example
Text Example
White with #F5136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5136A; }
p { color: rgb(245,19,106); }
H1.HeaderClassName
{
color: #F5136A;
}
.AnyTagClassName
{
color: #F5136A;
}
</style>
background-color css
<style>
a { background-color: #F5136A; }
a { background-color: rgb(245,19,106); }
div.DivClassName
{
background-color: #F5136A;
}
.BgClassName
{
background-color: #F5136A;
}
</style>
border-color css
<style>
span { border-color: #F5136A; }
span { border-color: rgb(245,19,106); }
td.TdClassName
{
border-color: #F5136A;
}
.TagClassName
{
border-color: #F5136A;
}
</style>