Shades of Ruby #F5195D
Tints of Ruby #F5195D
RGB
CMYK
RGB Variations
Color information
#F5195D (or 0xF5195D) is known color: Ruby. HEX triplet: F5, 19 and 5D. RGB value is (245,25,93). Sum of RGB (Red+Green+Blue) = 245+25+93=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F5195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5195D is #0AE6A2. Grayscale: #626262. Windows color (decimal): -714403 or 6101493. OLE color: 6101493.
HSL color Cylindrical-coordinate representation of color #F5195D: hue angle of 341.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5195D is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 93 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.04 |
| HSL | 341.45º | 0.92% | 0.53% | - |
| HSV(B) | 341.45º | 0.9% | 0.96% | - |
| XYZ | 39.98 | 20.9 | 12.28 | - |
| YUV | 98.53 | 124.89 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 93 | 0 | 0.90 | 0.62 | 0.04 | 341.45 | 0.92 | 0.53 |
| Hex | F5 | 19 | 5D | 0 | 5A | 3E | 4 | 155 | 5C | 35 |
| Octal | 365 | 31 | 135 | 0 | 132 | 76 | 4 | 525 | 134 | 65 |
| Binary | 11110101 | 11001 | 1011101 | 0 | 1011010 | 111110 | 100 | 101010101 | 1011100 | 110101 |
Color Harmonies of #F5195D
Complementary color
Monochromatic Colors of #F5195D
Black with #F5195D
Text Example
Text Example
White with #F5195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5195D; }
p { color: rgb(245,25,93); }
H1.HeaderClassName
{
color: #F5195D;
}
.AnyTagClassName
{
color: #F5195D;
}
</style>
background-color css
<style>
a { background-color: #F5195D; }
a { background-color: rgb(245,25,93); }
div.DivClassName
{
background-color: #F5195D;
}
.BgClassName
{
background-color: #F5195D;
}
</style>
border-color css
<style>
span { border-color: #F5195D; }
span { border-color: rgb(245,25,93); }
td.TdClassName
{
border-color: #F5195D;
}
.TagClassName
{
border-color: #F5195D;
}
</style>