Shades of Ruby #F11C5D
Tints of Ruby #F11C5D
RGB
CMYK
RGB Variations
Color information
#F11C5D (or 0xF11C5D) is known color: Ruby. HEX triplet: F1, 1C and 5D. RGB value is (241,28,93). Sum of RGB (Red+Green+Blue) = 241+28+93=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C5D is #0EE3A2. Grayscale: #636363. Windows color (decimal): -975779 or 6102257. OLE color: 6102257.
HSL color Cylindrical-coordinate representation of color #F11C5D: hue angle of 341.69º 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 #F11C5D is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 93 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.05 |
| HSL | 341.69º | 0.88% | 0.53% | - |
| HSV(B) | 341.69º | 0.88% | 0.95% | - |
| XYZ | 38.67 | 20.32 | 12.24 | - |
| YUV | 99.1 | 124.57 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 93 | 0 | 0.88 | 0.61 | 0.05 | 341.69 | 0.88 | 0.53 |
| Hex | F1 | 1C | 5D | 0 | 58 | 3D | 5 | 156 | 58 | 35 |
| Octal | 361 | 34 | 135 | 0 | 130 | 75 | 5 | 526 | 130 | 65 |
| Binary | 11110001 | 11100 | 1011101 | 0 | 1011000 | 111101 | 101 | 101010110 | 1011000 | 110101 |
Color Harmonies of #F11C5D
Complementary color
Monochromatic Colors of #F11C5D
Black with #F11C5D
Text Example
Text Example
White with #F11C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C5D; }
p { color: rgb(241,28,93); }
H1.HeaderClassName
{
color: #F11C5D;
}
.AnyTagClassName
{
color: #F11C5D;
}
</style>
background-color css
<style>
a { background-color: #F11C5D; }
a { background-color: rgb(241,28,93); }
div.DivClassName
{
background-color: #F11C5D;
}
.BgClassName
{
background-color: #F11C5D;
}
</style>
border-color css
<style>
span { border-color: #F11C5D; }
span { border-color: rgb(241,28,93); }
td.TdClassName
{
border-color: #F11C5D;
}
.TagClassName
{
border-color: #F11C5D;
}
</style>