Shades of Ruby #F11D5D
Tints of Ruby #F11D5D
RGB
CMYK
RGB Variations
Color information
#F11D5D (or 0xF11D5D) is known color: Ruby. HEX triplet: F1, 1D and 5D. RGB value is (241,29,93). Sum of RGB (Red+Green+Blue) = 241+29+93=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F11D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11D5D is #0EE2A2. Grayscale: #636363. Windows color (decimal): -975523 or 6102513. OLE color: 6102513.
HSL color Cylindrical-coordinate representation of color #F11D5D: hue angle of 341.89º 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 #F11D5D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 29 | 93 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.05 |
| HSL | 341.89º | 0.88% | 0.53% | - |
| HSV(B) | 341.89º | 0.88% | 0.95% | - |
| XYZ | 38.69 | 20.37 | 12.25 | - |
| YUV | 99.68 | 124.24 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 93 | 0 | 0.88 | 0.61 | 0.05 | 341.89 | 0.88 | 0.53 |
| Hex | F1 | 1D | 5D | 0 | 58 | 3D | 5 | 156 | 58 | 35 |
| Octal | 361 | 35 | 135 | 0 | 130 | 75 | 5 | 526 | 130 | 65 |
| Binary | 11110001 | 11101 | 1011101 | 0 | 1011000 | 111101 | 101 | 101010110 | 1011000 | 110101 |
Color Harmonies of #F11D5D
Complementary color
Monochromatic Colors of #F11D5D
Black with #F11D5D
Text Example
Text Example
White with #F11D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11D5D; }
p { color: rgb(241,29,93); }
H1.HeaderClassName
{
color: #F11D5D;
}
.AnyTagClassName
{
color: #F11D5D;
}
</style>
background-color css
<style>
a { background-color: #F11D5D; }
a { background-color: rgb(241,29,93); }
div.DivClassName
{
background-color: #F11D5D;
}
.BgClassName
{
background-color: #F11D5D;
}
</style>
border-color css
<style>
span { border-color: #F11D5D; }
span { border-color: rgb(241,29,93); }
td.TdClassName
{
border-color: #F11D5D;
}
.TagClassName
{
border-color: #F11D5D;
}
</style>