Shades of Ruby #F1166D
Tints of Ruby #F1166D
RGB
CMYK
RGB Variations
Color information
#F1166D (or 0xF1166D) is known color: Ruby. HEX triplet: F1, 16 and 6D. RGB value is (241,22,109). Sum of RGB (Red+Green+Blue) = 241+22+109=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F1166D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1166D is #0EE992. Grayscale: #616161. Windows color (decimal): -977299 or 7149297. OLE color: 7149297.
HSL color Cylindrical-coordinate representation of color #F1166D: hue angle of 336.16º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1166D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 109 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.05 |
| HSL | 336.16º | 0.89% | 0.52% | - |
| HSV(B) | 336.16º | 0.91% | 0.95% | - |
| XYZ | 39.32 | 20.38 | 16.33 | - |
| YUV | 97.4 | 134.55 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 109 | 0 | 0.91 | 0.55 | 0.05 | 336.16 | 0.89 | 0.52 |
| Hex | F1 | 16 | 6D | 0 | 5B | 37 | 5 | 150 | 59 | 34 |
| Octal | 361 | 26 | 155 | 0 | 133 | 67 | 5 | 520 | 131 | 64 |
| Binary | 11110001 | 10110 | 1101101 | 0 | 1011011 | 110111 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F1166D
Complementary color
Monochromatic Colors of #F1166D
Black with #F1166D
Text Example
Text Example
White with #F1166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1166D; }
p { color: rgb(241,22,109); }
H1.HeaderClassName
{
color: #F1166D;
}
.AnyTagClassName
{
color: #F1166D;
}
</style>
background-color css
<style>
a { background-color: #F1166D; }
a { background-color: rgb(241,22,109); }
div.DivClassName
{
background-color: #F1166D;
}
.BgClassName
{
background-color: #F1166D;
}
</style>
border-color css
<style>
span { border-color: #F1166D; }
span { border-color: rgb(241,22,109); }
td.TdClassName
{
border-color: #F1166D;
}
.TagClassName
{
border-color: #F1166D;
}
</style>