Shades of Ruby #F11665
Tints of Ruby #F11665
RGB
CMYK
RGB Variations
Color information
#F11665 (or 0xF11665) is known color: Ruby. HEX triplet: F1, 16 and 65. RGB value is (241,22,101). Sum of RGB (Red+Green+Blue) = 241+22+101=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F11665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11665 is #0EE99A. Grayscale: #606060. Windows color (decimal): -977307 or 6625009. OLE color: 6625009.
HSL color Cylindrical-coordinate representation of color #F11665: hue angle of 338.36º 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 #F11665 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.05 |
| HSL | 338.36º | 0.89% | 0.52% | - |
| HSV(B) | 338.36º | 0.91% | 0.95% | - |
| XYZ | 38.91 | 20.21 | 14.16 | - |
| YUV | 96.49 | 130.55 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 101 | 0 | 0.91 | 0.58 | 0.05 | 338.36 | 0.89 | 0.52 |
| Hex | F1 | 16 | 65 | 0 | 5B | 3A | 5 | 152 | 59 | 34 |
| Octal | 361 | 26 | 145 | 0 | 133 | 72 | 5 | 522 | 131 | 64 |
| Binary | 11110001 | 10110 | 1100101 | 0 | 1011011 | 111010 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F11665
Complementary color
Monochromatic Colors of #F11665
Black with #F11665
Text Example
Text Example
White with #F11665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11665; }
p { color: rgb(241,22,101); }
H1.HeaderClassName
{
color: #F11665;
}
.AnyTagClassName
{
color: #F11665;
}
</style>
background-color css
<style>
a { background-color: #F11665; }
a { background-color: rgb(241,22,101); }
div.DivClassName
{
background-color: #F11665;
}
.BgClassName
{
background-color: #F11665;
}
</style>
border-color css
<style>
span { border-color: #F11665; }
span { border-color: rgb(241,22,101); }
td.TdClassName
{
border-color: #F11665;
}
.TagClassName
{
border-color: #F11665;
}
</style>