Shades of Ruby #F11675
Tints of Ruby #F11675
RGB
CMYK
RGB Variations
Color information
#F11675 (or 0xF11675) is known color: Ruby. HEX triplet: F1, 16 and 75. RGB value is (241,22,117). Sum of RGB (Red+Green+Blue) = 241+22+117=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F11675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11675 is #0EE98A. Grayscale: #626262. Windows color (decimal): -977291 or 7673585. OLE color: 7673585.
HSL color Cylindrical-coordinate representation of color #F11675: hue angle of 333.97º 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 #F11675 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 117 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.05 |
| HSL | 333.97º | 0.89% | 0.52% | - |
| HSV(B) | 333.97º | 0.91% | 0.95% | - |
| XYZ | 39.77 | 20.56 | 18.7 | - |
| YUV | 98.31 | 138.55 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 117 | 0 | 0.91 | 0.51 | 0.05 | 333.97 | 0.89 | 0.52 |
| Hex | F1 | 16 | 75 | 0 | 5B | 33 | 5 | 14E | 59 | 34 |
| Octal | 361 | 26 | 165 | 0 | 133 | 63 | 5 | 516 | 131 | 64 |
| Binary | 11110001 | 10110 | 1110101 | 0 | 1011011 | 110011 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F11675
Complementary color
Monochromatic Colors of #F11675
Black with #F11675
Text Example
Text Example
White with #F11675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11675; }
p { color: rgb(241,22,117); }
H1.HeaderClassName
{
color: #F11675;
}
.AnyTagClassName
{
color: #F11675;
}
</style>
background-color css
<style>
a { background-color: #F11675; }
a { background-color: rgb(241,22,117); }
div.DivClassName
{
background-color: #F11675;
}
.BgClassName
{
background-color: #F11675;
}
</style>
border-color css
<style>
span { border-color: #F11675; }
span { border-color: rgb(241,22,117); }
td.TdClassName
{
border-color: #F11675;
}
.TagClassName
{
border-color: #F11675;
}
</style>