Shades of Ruby #F11465
Tints of Ruby #F11465
RGB
CMYK
RGB Variations
Color information
#F11465 (or 0xF11465) is known color: Ruby. HEX triplet: F1, 14 and 65. RGB value is (241,20,101). Sum of RGB (Red+Green+Blue) = 241+20+101=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11465 is #0EEB9A. Grayscale: #5F5F5F. Windows color (decimal): -977819 or 6624497. OLE color: 6624497.
HSL color Cylindrical-coordinate representation of color #F11465: hue angle of 338.01º 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 #F11465 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 101 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.05 |
| HSL | 338.01º | 0.89% | 0.51% | - |
| HSV(B) | 338.01º | 0.92% | 0.95% | - |
| XYZ | 38.87 | 20.14 | 14.15 | - |
| YUV | 95.31 | 131.22 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 101 | 0 | 0.92 | 0.58 | 0.05 | 338.01 | 0.89 | 0.51 |
| Hex | F1 | 14 | 65 | 0 | 5C | 3A | 5 | 152 | 59 | 33 |
| Octal | 361 | 24 | 145 | 0 | 134 | 72 | 5 | 522 | 131 | 63 |
| Binary | 11110001 | 10100 | 1100101 | 0 | 1011100 | 111010 | 101 | 101010010 | 1011001 | 110011 |
Color Harmonies of #F11465
Complementary color
Monochromatic Colors of #F11465
Black with #F11465
Text Example
Text Example
White with #F11465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11465; }
p { color: rgb(241,20,101); }
H1.HeaderClassName
{
color: #F11465;
}
.AnyTagClassName
{
color: #F11465;
}
</style>
background-color css
<style>
a { background-color: #F11465; }
a { background-color: rgb(241,20,101); }
div.DivClassName
{
background-color: #F11465;
}
.BgClassName
{
background-color: #F11465;
}
</style>
border-color css
<style>
span { border-color: #F11465; }
span { border-color: rgb(241,20,101); }
td.TdClassName
{
border-color: #F11465;
}
.TagClassName
{
border-color: #F11465;
}
</style>