Shades of Ruby #F1195D
Tints of Ruby #F1195D
RGB
CMYK
RGB Variations
Color information
#F1195D (or 0xF1195D) is known color: Ruby. HEX triplet: F1, 19 and 5D. RGB value is (241,25,93). Sum of RGB (Red+Green+Blue) = 241+25+93=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F1195D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1195D is #0EE6A2. Grayscale: #616161. Windows color (decimal): -976547 or 6101489. OLE color: 6101489.
HSL color Cylindrical-coordinate representation of color #F1195D: hue angle of 341.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1195D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 93 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.05 |
| HSL | 341.11º | 0.89% | 0.52% | - |
| HSV(B) | 341.11º | 0.9% | 0.95% | - |
| XYZ | 38.6 | 20.19 | 12.22 | - |
| YUV | 97.34 | 125.56 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 93 | 0 | 0.90 | 0.61 | 0.05 | 341.11 | 0.89 | 0.52 |
| Hex | F1 | 19 | 5D | 0 | 5A | 3D | 5 | 155 | 59 | 34 |
| Octal | 361 | 31 | 135 | 0 | 132 | 75 | 5 | 525 | 131 | 64 |
| Binary | 11110001 | 11001 | 1011101 | 0 | 1011010 | 111101 | 101 | 101010101 | 1011001 | 110100 |
Color Harmonies of #F1195D
Complementary color
Monochromatic Colors of #F1195D
Black with #F1195D
Text Example
Text Example
White with #F1195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1195D; }
p { color: rgb(241,25,93); }
H1.HeaderClassName
{
color: #F1195D;
}
.AnyTagClassName
{
color: #F1195D;
}
</style>
background-color css
<style>
a { background-color: #F1195D; }
a { background-color: rgb(241,25,93); }
div.DivClassName
{
background-color: #F1195D;
}
.BgClassName
{
background-color: #F1195D;
}
</style>
border-color css
<style>
span { border-color: #F1195D; }
span { border-color: rgb(241,25,93); }
td.TdClassName
{
border-color: #F1195D;
}
.TagClassName
{
border-color: #F1195D;
}
</style>