Shades of Ruby #F11C5E
Tints of Ruby #F11C5E
RGB
CMYK
RGB Variations
Color information
#F11C5E (or 0xF11C5E) is known color: Ruby. HEX triplet: F1, 1C and 5E. RGB value is (241,28,94). Sum of RGB (Red+Green+Blue) = 241+28+94=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F11C5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11C5E is #0EE3A1. Grayscale: #636363. Windows color (decimal): -975778 or 6167793. OLE color: 6167793.
HSL color Cylindrical-coordinate representation of color #F11C5E: hue angle of 341.41º 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 #F11C5E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 28 | 94 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.05 |
| HSL | 341.41º | 0.88% | 0.53% | - |
| HSV(B) | 341.41º | 0.88% | 0.95% | - |
| XYZ | 38.71 | 20.34 | 12.48 | - |
| YUV | 99.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 28 | 94 | 0 | 0.88 | 0.61 | 0.05 | 341.41 | 0.88 | 0.53 |
| Hex | F1 | 1C | 5E | 0 | 58 | 3D | 5 | 155 | 58 | 35 |
| Octal | 361 | 34 | 136 | 0 | 130 | 75 | 5 | 525 | 130 | 65 |
| Binary | 11110001 | 11100 | 1011110 | 0 | 1011000 | 111101 | 101 | 101010101 | 1011000 | 110101 |
Color Harmonies of #F11C5E
Complementary color
Monochromatic Colors of #F11C5E
Black with #F11C5E
Text Example
Text Example
White with #F11C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11C5E; }
p { color: rgb(241,28,94); }
H1.HeaderClassName
{
color: #F11C5E;
}
.AnyTagClassName
{
color: #F11C5E;
}
</style>
background-color css
<style>
a { background-color: #F11C5E; }
a { background-color: rgb(241,28,94); }
div.DivClassName
{
background-color: #F11C5E;
}
.BgClassName
{
background-color: #F11C5E;
}
</style>
border-color css
<style>
span { border-color: #F11C5E; }
span { border-color: rgb(241,28,94); }
td.TdClassName
{
border-color: #F11C5E;
}
.TagClassName
{
border-color: #F11C5E;
}
</style>