Shades of Ruby #F1185D
Tints of Ruby #F1185D
RGB
CMYK
RGB Variations
Color information
#F1185D (or 0xF1185D) is known color: Ruby. HEX triplet: F1, 18 and 5D. RGB value is (241,24,93). Sum of RGB (Red+Green+Blue) = 241+24+93=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1185D is #0EE7A2. Grayscale: #606060. Windows color (decimal): -976803 or 6101233. OLE color: 6101233.
HSL color Cylindrical-coordinate representation of color #F1185D: hue angle of 340.92º 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 #F1185D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 93 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.05 |
| HSL | 340.92º | 0.89% | 0.52% | - |
| HSV(B) | 340.92º | 0.9% | 0.95% | - |
| XYZ | 38.58 | 20.14 | 12.21 | - |
| YUV | 96.75 | 125.89 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 93 | 0 | 0.90 | 0.61 | 0.05 | 340.92 | 0.89 | 0.52 |
| Hex | F1 | 18 | 5D | 0 | 5A | 3D | 5 | 155 | 59 | 34 |
| Octal | 361 | 30 | 135 | 0 | 132 | 75 | 5 | 525 | 131 | 64 |
| Binary | 11110001 | 11000 | 1011101 | 0 | 1011010 | 111101 | 101 | 101010101 | 1011001 | 110100 |
Color Harmonies of #F1185D
Complementary color
Monochromatic Colors of #F1185D
Black with #F1185D
Text Example
Text Example
White with #F1185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1185D; }
p { color: rgb(241,24,93); }
H1.HeaderClassName
{
color: #F1185D;
}
.AnyTagClassName
{
color: #F1185D;
}
</style>
background-color css
<style>
a { background-color: #F1185D; }
a { background-color: rgb(241,24,93); }
div.DivClassName
{
background-color: #F1185D;
}
.BgClassName
{
background-color: #F1185D;
}
</style>
border-color css
<style>
span { border-color: #F1185D; }
span { border-color: rgb(241,24,93); }
td.TdClassName
{
border-color: #F1185D;
}
.TagClassName
{
border-color: #F1185D;
}
</style>