Shades of Ruby #F1146C
Tints of Ruby #F1146C
RGB
CMYK
RGB Variations
Color information
#F1146C (or 0xF1146C) is known color: Ruby. HEX triplet: F1, 14 and 6C. RGB value is (241,20,108). Sum of RGB (Red+Green+Blue) = 241+20+108=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F1146C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1146C is #0EEB93. Grayscale: #5F5F5F. Windows color (decimal): -977812 or 7083249. OLE color: 7083249.
HSL color Cylindrical-coordinate representation of color #F1146C: hue angle of 336.11º 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 #F1146C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 108 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.05 |
| HSL | 336.11º | 0.89% | 0.51% | - |
| HSV(B) | 336.11º | 0.92% | 0.95% | - |
| XYZ | 39.23 | 20.28 | 16.03 | - |
| YUV | 96.11 | 134.72 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 108 | 0 | 0.92 | 0.55 | 0.05 | 336.11 | 0.89 | 0.51 |
| Hex | F1 | 14 | 6C | 0 | 5C | 37 | 5 | 150 | 59 | 33 |
| Octal | 361 | 24 | 154 | 0 | 134 | 67 | 5 | 520 | 131 | 63 |
| Binary | 11110001 | 10100 | 1101100 | 0 | 1011100 | 110111 | 101 | 101010000 | 1011001 | 110011 |
Color Harmonies of #F1146C
Complementary color
Monochromatic Colors of #F1146C
Black with #F1146C
Text Example
Text Example
White with #F1146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1146C; }
p { color: rgb(241,20,108); }
H1.HeaderClassName
{
color: #F1146C;
}
.AnyTagClassName
{
color: #F1146C;
}
</style>
background-color css
<style>
a { background-color: #F1146C; }
a { background-color: rgb(241,20,108); }
div.DivClassName
{
background-color: #F1146C;
}
.BgClassName
{
background-color: #F1146C;
}
</style>
border-color css
<style>
span { border-color: #F1146C; }
span { border-color: rgb(241,20,108); }
td.TdClassName
{
border-color: #F1146C;
}
.TagClassName
{
border-color: #F1146C;
}
</style>