Shades of Ruby #F11666
Tints of Ruby #F11666
RGB
CMYK
RGB Variations
Color information
#F11666 (or 0xF11666) is known color: Ruby. HEX triplet: F1, 16 and 66. RGB value is (241,22,102). Sum of RGB (Red+Green+Blue) = 241+22+102=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F11666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11666 is #0EE999. Grayscale: #606060. Windows color (decimal): -977306 or 6690545. OLE color: 6690545.
HSL color Cylindrical-coordinate representation of color #F11666: hue angle of 338.08º 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 #F11666 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 102 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.05 |
| HSL | 338.08º | 0.89% | 0.52% | - |
| HSV(B) | 338.08º | 0.91% | 0.95% | - |
| XYZ | 38.96 | 20.23 | 14.42 | - |
| YUV | 96.6 | 131.05 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 102 | 0 | 0.91 | 0.58 | 0.05 | 338.08 | 0.89 | 0.52 |
| Hex | F1 | 16 | 66 | 0 | 5B | 3A | 5 | 152 | 59 | 34 |
| Octal | 361 | 26 | 146 | 0 | 133 | 72 | 5 | 522 | 131 | 64 |
| Binary | 11110001 | 10110 | 1100110 | 0 | 1011011 | 111010 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F11666
Complementary color
Monochromatic Colors of #F11666
Black with #F11666
Text Example
Text Example
White with #F11666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11666; }
p { color: rgb(241,22,102); }
H1.HeaderClassName
{
color: #F11666;
}
.AnyTagClassName
{
color: #F11666;
}
</style>
background-color css
<style>
a { background-color: #F11666; }
a { background-color: rgb(241,22,102); }
div.DivClassName
{
background-color: #F11666;
}
.BgClassName
{
background-color: #F11666;
}
</style>
border-color css
<style>
span { border-color: #F11666; }
span { border-color: rgb(241,22,102); }
td.TdClassName
{
border-color: #F11666;
}
.TagClassName
{
border-color: #F11666;
}
</style>