Shades of Ruby #F11674
Tints of Ruby #F11674
RGB
CMYK
RGB Variations
Color information
#F11674 (or 0xF11674) is known color: Ruby. HEX triplet: F1, 16 and 74. RGB value is (241,22,116). Sum of RGB (Red+Green+Blue) = 241+22+116=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F11674 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11674 is #0EE98B. Grayscale: #626262. Windows color (decimal): -977292 or 7608049. OLE color: 7608049.
HSL color Cylindrical-coordinate representation of color #F11674: hue angle of 334.25º 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 #F11674 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 116 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.05 |
| HSL | 334.25º | 0.89% | 0.52% | - |
| HSV(B) | 334.25º | 0.91% | 0.95% | - |
| XYZ | 39.71 | 20.54 | 18.39 | - |
| YUV | 98.2 | 138.05 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 116 | 0 | 0.91 | 0.52 | 0.05 | 334.25 | 0.89 | 0.52 |
| Hex | F1 | 16 | 74 | 0 | 5B | 34 | 5 | 14E | 59 | 34 |
| Octal | 361 | 26 | 164 | 0 | 133 | 64 | 5 | 516 | 131 | 64 |
| Binary | 11110001 | 10110 | 1110100 | 0 | 1011011 | 110100 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F11674
Complementary color
Monochromatic Colors of #F11674
Black with #F11674
Text Example
Text Example
White with #F11674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11674; }
p { color: rgb(241,22,116); }
H1.HeaderClassName
{
color: #F11674;
}
.AnyTagClassName
{
color: #F11674;
}
</style>
background-color css
<style>
a { background-color: #F11674; }
a { background-color: rgb(241,22,116); }
div.DivClassName
{
background-color: #F11674;
}
.BgClassName
{
background-color: #F11674;
}
</style>
border-color css
<style>
span { border-color: #F11674; }
span { border-color: rgb(241,22,116); }
td.TdClassName
{
border-color: #F11674;
}
.TagClassName
{
border-color: #F11674;
}
</style>