Shades of Ruby #F11E6D
Tints of Ruby #F11E6D
RGB
CMYK
RGB Variations
Color information
#F11E6D (or 0xF11E6D) is known color: Ruby. HEX triplet: F1, 1E and 6D. RGB value is (241,30,109). Sum of RGB (Red+Green+Blue) = 241+30+109=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E6D is #0EE192. Grayscale: #656565. Windows color (decimal): -975251 or 7151345. OLE color: 7151345.
HSL color Cylindrical-coordinate representation of color #F11E6D: hue angle of 337.54º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11E6D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 109 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.05 |
| HSL | 337.54º | 0.88% | 0.53% | - |
| HSV(B) | 337.54º | 0.88% | 0.95% | - |
| XYZ | 39.5 | 20.73 | 16.39 | - |
| YUV | 102.1 | 131.9 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 109 | 0 | 0.88 | 0.55 | 0.05 | 337.54 | 0.88 | 0.53 |
| Hex | F1 | 1E | 6D | 0 | 58 | 37 | 5 | 152 | 58 | 35 |
| Octal | 361 | 36 | 155 | 0 | 130 | 67 | 5 | 522 | 130 | 65 |
| Binary | 11110001 | 11110 | 1101101 | 0 | 1011000 | 110111 | 101 | 101010010 | 1011000 | 110101 |
Color Harmonies of #F11E6D
Complementary color
Monochromatic Colors of #F11E6D
Black with #F11E6D
Text Example
Text Example
White with #F11E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E6D; }
p { color: rgb(241,30,109); }
H1.HeaderClassName
{
color: #F11E6D;
}
.AnyTagClassName
{
color: #F11E6D;
}
</style>
background-color css
<style>
a { background-color: #F11E6D; }
a { background-color: rgb(241,30,109); }
div.DivClassName
{
background-color: #F11E6D;
}
.BgClassName
{
background-color: #F11E6D;
}
</style>
border-color css
<style>
span { border-color: #F11E6D; }
span { border-color: rgb(241,30,109); }
td.TdClassName
{
border-color: #F11E6D;
}
.TagClassName
{
border-color: #F11E6D;
}
</style>