Shades of Ruby #F1185F
Tints of Ruby #F1185F
RGB
CMYK
RGB Variations
Color information
#F1185F (or 0xF1185F) is known color: Ruby. HEX triplet: F1, 18 and 5F. RGB value is (241,24,95). Sum of RGB (Red+Green+Blue) = 241+24+95=360 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.94% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 241 - color contains mainly: red. Hex color #F1185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1185F is #0EE7A0. Grayscale: #606060. Windows color (decimal): -976801 or 6232305. OLE color: 6232305.
HSL color Cylindrical-coordinate representation of color #F1185F: hue angle of 340.37º 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 #F1185F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 95 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.05 |
| HSL | 340.37º | 0.89% | 0.52% | - |
| HSV(B) | 340.37º | 0.9% | 0.95% | - |
| XYZ | 38.67 | 20.18 | 12.68 | - |
| YUV | 96.98 | 126.89 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 95 | 0 | 0.90 | 0.61 | 0.05 | 340.37 | 0.89 | 0.52 |
| Hex | F1 | 18 | 5F | 0 | 5A | 3D | 5 | 154 | 59 | 34 |
| Octal | 361 | 30 | 137 | 0 | 132 | 75 | 5 | 524 | 131 | 64 |
| Binary | 11110001 | 11000 | 1011111 | 0 | 1011010 | 111101 | 101 | 101010100 | 1011001 | 110100 |
Color Harmonies of #F1185F
Complementary color
Monochromatic Colors of #F1185F
Black with #F1185F
Text Example
Text Example
White with #F1185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1185F; }
p { color: rgb(241,24,95); }
H1.HeaderClassName
{
color: #F1185F;
}
.AnyTagClassName
{
color: #F1185F;
}
</style>
background-color css
<style>
a { background-color: #F1185F; }
a { background-color: rgb(241,24,95); }
div.DivClassName
{
background-color: #F1185F;
}
.BgClassName
{
background-color: #F1185F;
}
</style>
border-color css
<style>
span { border-color: #F1185F; }
span { border-color: rgb(241,24,95); }
td.TdClassName
{
border-color: #F1185F;
}
.TagClassName
{
border-color: #F1185F;
}
</style>