Shades of Ruby #F1136E
Tints of Ruby #F1136E
RGB
CMYK
RGB Variations
Color information
#F1136E (or 0xF1136E) is known color: Ruby. HEX triplet: F1, 13 and 6E. RGB value is (241,19,110). Sum of RGB (Red+Green+Blue) = 241+19+110=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F1136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1136E is #0EEC91. Grayscale: #5F5F5F. Windows color (decimal): -978066 or 7214065. OLE color: 7214065.
HSL color Cylindrical-coordinate representation of color #F1136E: hue angle of 335.41º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1136E is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.05 |
| HSL | 335.41º | 0.89% | 0.51% | - |
| HSV(B) | 335.41º | 0.92% | 0.95% | - |
| XYZ | 39.32 | 20.29 | 16.6 | - |
| YUV | 95.75 | 136.05 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 110 | 0 | 0.92 | 0.54 | 0.05 | 335.41 | 0.89 | 0.51 |
| Hex | F1 | 13 | 6E | 0 | 5C | 36 | 5 | 14F | 59 | 33 |
| Octal | 361 | 23 | 156 | 0 | 134 | 66 | 5 | 517 | 131 | 63 |
| Binary | 11110001 | 10011 | 1101110 | 0 | 1011100 | 110110 | 101 | 101001111 | 1011001 | 110011 |
Color Harmonies of #F1136E
Complementary color
Monochromatic Colors of #F1136E
Black with #F1136E
Text Example
Text Example
White with #F1136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1136E; }
p { color: rgb(241,19,110); }
H1.HeaderClassName
{
color: #F1136E;
}
.AnyTagClassName
{
color: #F1136E;
}
</style>
background-color css
<style>
a { background-color: #F1136E; }
a { background-color: rgb(241,19,110); }
div.DivClassName
{
background-color: #F1136E;
}
.BgClassName
{
background-color: #F1136E;
}
</style>
border-color css
<style>
span { border-color: #F1136E; }
span { border-color: rgb(241,19,110); }
td.TdClassName
{
border-color: #F1136E;
}
.TagClassName
{
border-color: #F1136E;
}
</style>