Shades of Ruby #F11B5B
Tints of Ruby #F11B5B
RGB
CMYK
RGB Variations
Color information
#F11B5B (or 0xF11B5B) is known color: Ruby. HEX triplet: F1, 1B and 5B. RGB value is (241,27,91). Sum of RGB (Red+Green+Blue) = 241+27+91=359 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.13% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 241 - color contains mainly: red. Hex color #F11B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11B5B is #0EE4A4. Grayscale: #626262. Windows color (decimal): -976037 or 5970929. OLE color: 5970929.
HSL color Cylindrical-coordinate representation of color #F11B5B: hue angle of 342.06º 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 #F11B5B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 91 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.05 |
| HSL | 342.06º | 0.88% | 0.53% | - |
| HSV(B) | 342.06º | 0.89% | 0.95% | - |
| XYZ | 38.56 | 20.24 | 11.77 | - |
| YUV | 98.28 | 123.9 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 91 | 0 | 0.89 | 0.62 | 0.05 | 342.06 | 0.88 | 0.53 |
| Hex | F1 | 1B | 5B | 0 | 59 | 3E | 5 | 156 | 58 | 35 |
| Octal | 361 | 33 | 133 | 0 | 131 | 76 | 5 | 526 | 130 | 65 |
| Binary | 11110001 | 11011 | 1011011 | 0 | 1011001 | 111110 | 101 | 101010110 | 1011000 | 110101 |
Color Harmonies of #F11B5B
Complementary color
Monochromatic Colors of #F11B5B
Black with #F11B5B
Text Example
Text Example
White with #F11B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11B5B; }
p { color: rgb(241,27,91); }
H1.HeaderClassName
{
color: #F11B5B;
}
.AnyTagClassName
{
color: #F11B5B;
}
</style>
background-color css
<style>
a { background-color: #F11B5B; }
a { background-color: rgb(241,27,91); }
div.DivClassName
{
background-color: #F11B5B;
}
.BgClassName
{
background-color: #F11B5B;
}
</style>
border-color css
<style>
span { border-color: #F11B5B; }
span { border-color: rgb(241,27,91); }
td.TdClassName
{
border-color: #F11B5B;
}
.TagClassName
{
border-color: #F11B5B;
}
</style>