Shades of Ruby #F11671
Tints of Ruby #F11671
RGB
CMYK
RGB Variations
Color information
#F11671 (or 0xF11671) is known color: Ruby. HEX triplet: F1, 16 and 71. RGB value is (241,22,113). Sum of RGB (Red+Green+Blue) = 241+22+113=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F11671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11671 is #0EE98E. Grayscale: #616161. Windows color (decimal): -977295 or 7411441. OLE color: 7411441.
HSL color Cylindrical-coordinate representation of color #F11671: hue angle of 335.07º 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 #F11671 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 113 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.05 |
| HSL | 335.07º | 0.89% | 0.52% | - |
| HSV(B) | 335.07º | 0.91% | 0.95% | - |
| XYZ | 39.54 | 20.47 | 17.49 | - |
| YUV | 97.86 | 136.55 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 113 | 0 | 0.91 | 0.53 | 0.05 | 335.07 | 0.89 | 0.52 |
| Hex | F1 | 16 | 71 | 0 | 5B | 35 | 5 | 14F | 59 | 34 |
| Octal | 361 | 26 | 161 | 0 | 133 | 65 | 5 | 517 | 131 | 64 |
| Binary | 11110001 | 10110 | 1110001 | 0 | 1011011 | 110101 | 101 | 101001111 | 1011001 | 110100 |
Color Harmonies of #F11671
Complementary color
Monochromatic Colors of #F11671
Black with #F11671
Text Example
Text Example
White with #F11671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11671; }
p { color: rgb(241,22,113); }
H1.HeaderClassName
{
color: #F11671;
}
.AnyTagClassName
{
color: #F11671;
}
</style>
background-color css
<style>
a { background-color: #F11671; }
a { background-color: rgb(241,22,113); }
div.DivClassName
{
background-color: #F11671;
}
.BgClassName
{
background-color: #F11671;
}
</style>
border-color css
<style>
span { border-color: #F11671; }
span { border-color: rgb(241,22,113); }
td.TdClassName
{
border-color: #F11671;
}
.TagClassName
{
border-color: #F11671;
}
</style>