Shades of Ruby #F11E6B
Tints of Ruby #F11E6B
RGB
CMYK
RGB Variations
Color information
#F11E6B (or 0xF11E6B) is known color: Ruby. HEX triplet: F1, 1E and 6B. RGB value is (241,30,107). Sum of RGB (Red+Green+Blue) = 241+30+107=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F11E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11E6B is #0EE194. Grayscale: #656565. Windows color (decimal): -975253 or 7020273. OLE color: 7020273.
HSL color Cylindrical-coordinate representation of color #F11E6B: hue angle of 338.1º 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 #F11E6B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 107 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.05 |
| HSL | 338.1º | 0.88% | 0.53% | - |
| HSV(B) | 338.1º | 0.88% | 0.95% | - |
| XYZ | 39.39 | 20.69 | 15.83 | - |
| YUV | 101.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 107 | 0 | 0.88 | 0.56 | 0.05 | 338.1 | 0.88 | 0.53 |
| Hex | F1 | 1E | 6B | 0 | 58 | 38 | 5 | 152 | 58 | 35 |
| Octal | 361 | 36 | 153 | 0 | 130 | 70 | 5 | 522 | 130 | 65 |
| Binary | 11110001 | 11110 | 1101011 | 0 | 1011000 | 111000 | 101 | 101010010 | 1011000 | 110101 |
Color Harmonies of #F11E6B
Complementary color
Monochromatic Colors of #F11E6B
Black with #F11E6B
Text Example
Text Example
White with #F11E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11E6B; }
p { color: rgb(241,30,107); }
H1.HeaderClassName
{
color: #F11E6B;
}
.AnyTagClassName
{
color: #F11E6B;
}
</style>
background-color css
<style>
a { background-color: #F11E6B; }
a { background-color: rgb(241,30,107); }
div.DivClassName
{
background-color: #F11E6B;
}
.BgClassName
{
background-color: #F11E6B;
}
</style>
border-color css
<style>
span { border-color: #F11E6B; }
span { border-color: rgb(241,30,107); }
td.TdClassName
{
border-color: #F11E6B;
}
.TagClassName
{
border-color: #F11E6B;
}
</style>