Shades of Ruby #F11873
Tints of Ruby #F11873
RGB
CMYK
RGB Variations
Color information
#F11873 (or 0xF11873) is known color: Ruby. HEX triplet: F1, 18 and 73. RGB value is (241,24,115). Sum of RGB (Red+Green+Blue) = 241+24+115=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F11873 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11873 is #0EE78C. Grayscale: #636363. Windows color (decimal): -976781 or 7543025. OLE color: 7543025.
HSL color Cylindrical-coordinate representation of color #F11873: hue angle of 334.84º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11873 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 115 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.05 |
| HSL | 334.84º | 0.89% | 0.52% | - |
| HSV(B) | 334.84º | 0.9% | 0.95% | - |
| XYZ | 39.7 | 20.59 | 18.1 | - |
| YUV | 99.26 | 136.89 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 115 | 0 | 0.90 | 0.52 | 0.05 | 334.84 | 0.89 | 0.52 |
| Hex | F1 | 18 | 73 | 0 | 5A | 34 | 5 | 14F | 59 | 34 |
| Octal | 361 | 30 | 163 | 0 | 132 | 64 | 5 | 517 | 131 | 64 |
| Binary | 11110001 | 11000 | 1110011 | 0 | 1011010 | 110100 | 101 | 101001111 | 1011001 | 110100 |
Color Harmonies of #F11873
Complementary color
Monochromatic Colors of #F11873
Black with #F11873
Text Example
Text Example
White with #F11873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11873; }
p { color: rgb(241,24,115); }
H1.HeaderClassName
{
color: #F11873;
}
.AnyTagClassName
{
color: #F11873;
}
</style>
background-color css
<style>
a { background-color: #F11873; }
a { background-color: rgb(241,24,115); }
div.DivClassName
{
background-color: #F11873;
}
.BgClassName
{
background-color: #F11873;
}
</style>
border-color css
<style>
span { border-color: #F11873; }
span { border-color: rgb(241,24,115); }
td.TdClassName
{
border-color: #F11873;
}
.TagClassName
{
border-color: #F11873;
}
</style>