Shades of Ruby #F11266
Tints of Ruby #F11266
RGB
CMYK
RGB Variations
Color information
#F11266 (or 0xF11266) is known color: Ruby. HEX triplet: F1, 12 and 66. RGB value is (241,18,102). Sum of RGB (Red+Green+Blue) = 241+18+102=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F11266 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11266 is #0EED99. Grayscale: #5E5E5E. Windows color (decimal): -978330 or 6689521. OLE color: 6689521.
HSL color Cylindrical-coordinate representation of color #F11266: hue angle of 337.4º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11266 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 102 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.05 |
| HSL | 337.4º | 0.89% | 0.51% | - |
| HSV(B) | 337.4º | 0.93% | 0.95% | - |
| XYZ | 38.89 | 20.09 | 14.4 | - |
| YUV | 94.25 | 132.38 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 102 | 0 | 0.93 | 0.58 | 0.05 | 337.4 | 0.89 | 0.51 |
| Hex | F1 | 12 | 66 | 0 | 5D | 3A | 5 | 151 | 59 | 33 |
| Octal | 361 | 22 | 146 | 0 | 135 | 72 | 5 | 521 | 131 | 63 |
| Binary | 11110001 | 10010 | 1100110 | 0 | 1011101 | 111010 | 101 | 101010001 | 1011001 | 110011 |
Color Harmonies of #F11266
Complementary color
Monochromatic Colors of #F11266
Black with #F11266
Text Example
Text Example
White with #F11266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11266; }
p { color: rgb(241,18,102); }
H1.HeaderClassName
{
color: #F11266;
}
.AnyTagClassName
{
color: #F11266;
}
</style>
background-color css
<style>
a { background-color: #F11266; }
a { background-color: rgb(241,18,102); }
div.DivClassName
{
background-color: #F11266;
}
.BgClassName
{
background-color: #F11266;
}
</style>
border-color css
<style>
span { border-color: #F11266; }
span { border-color: rgb(241,18,102); }
td.TdClassName
{
border-color: #F11266;
}
.TagClassName
{
border-color: #F11266;
}
</style>