Shades of Ruby #F11B73
Tints of Ruby #F11B73
RGB
CMYK
RGB Variations
Color information
#F11B73 (or 0xF11B73) is known color: Ruby. HEX triplet: F1, 1B and 73. RGB value is (241,27,115). Sum of RGB (Red+Green+Blue) = 241+27+115=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B73 is #0EE48C. Grayscale: #646464. Windows color (decimal): -976013 or 7543793. OLE color: 7543793.
HSL color Cylindrical-coordinate representation of color #F11B73: hue angle of 335.33º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11B73 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 115 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.05 |
| HSL | 335.33º | 0.88% | 0.53% | - |
| HSV(B) | 335.33º | 0.89% | 0.95% | - |
| XYZ | 39.76 | 20.72 | 18.12 | - |
| YUV | 101.02 | 135.9 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 115 | 0 | 0.89 | 0.52 | 0.05 | 335.33 | 0.88 | 0.53 |
| Hex | F1 | 1B | 73 | 0 | 59 | 34 | 5 | 14F | 58 | 35 |
| Octal | 361 | 33 | 163 | 0 | 131 | 64 | 5 | 517 | 130 | 65 |
| Binary | 11110001 | 11011 | 1110011 | 0 | 1011001 | 110100 | 101 | 101001111 | 1011000 | 110101 |
Color Harmonies of #F11B73
Complementary color
Monochromatic Colors of #F11B73
Black with #F11B73
Text Example
Text Example
White with #F11B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B73; }
p { color: rgb(241,27,115); }
H1.HeaderClassName
{
color: #F11B73;
}
.AnyTagClassName
{
color: #F11B73;
}
</style>
background-color css
<style>
a { background-color: #F11B73; }
a { background-color: rgb(241,27,115); }
div.DivClassName
{
background-color: #F11B73;
}
.BgClassName
{
background-color: #F11B73;
}
</style>
border-color css
<style>
span { border-color: #F11B73; }
span { border-color: rgb(241,27,115); }
td.TdClassName
{
border-color: #F11B73;
}
.TagClassName
{
border-color: #F11B73;
}
</style>