Shades of Ruby #F11366
Tints of Ruby #F11366
RGB
CMYK
RGB Variations
Color information
#F11366 (or 0xF11366) is known color: Ruby. HEX triplet: F1, 13 and 66. RGB value is (241,19,102). Sum of RGB (Red+Green+Blue) = 241+19+102=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11366 is #0EEC99. Grayscale: #5E5E5E. Windows color (decimal): -978074 or 6689777. OLE color: 6689777.
HSL color Cylindrical-coordinate representation of color #F11366: hue angle of 337.57º 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 #F11366 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 102 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.05 |
| HSL | 337.57º | 0.89% | 0.51% | - |
| HSV(B) | 337.57º | 0.92% | 0.95% | - |
| XYZ | 38.91 | 20.13 | 14.4 | - |
| YUV | 94.84 | 132.05 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 102 | 0 | 0.92 | 0.58 | 0.05 | 337.57 | 0.89 | 0.51 |
| Hex | F1 | 13 | 66 | 0 | 5C | 3A | 5 | 152 | 59 | 33 |
| Octal | 361 | 23 | 146 | 0 | 134 | 72 | 5 | 522 | 131 | 63 |
| Binary | 11110001 | 10011 | 1100110 | 0 | 1011100 | 111010 | 101 | 101010010 | 1011001 | 110011 |
Color Harmonies of #F11366
Complementary color
Monochromatic Colors of #F11366
Black with #F11366
Text Example
Text Example
White with #F11366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11366; }
p { color: rgb(241,19,102); }
H1.HeaderClassName
{
color: #F11366;
}
.AnyTagClassName
{
color: #F11366;
}
</style>
background-color css
<style>
a { background-color: #F11366; }
a { background-color: rgb(241,19,102); }
div.DivClassName
{
background-color: #F11366;
}
.BgClassName
{
background-color: #F11366;
}
</style>
border-color css
<style>
span { border-color: #F11366; }
span { border-color: rgb(241,19,102); }
td.TdClassName
{
border-color: #F11366;
}
.TagClassName
{
border-color: #F11366;
}
</style>