Shades of Ruby #F11970
Tints of Ruby #F11970
RGB
CMYK
RGB Variations
Color information
#F11970 (or 0xF11970) is known color: Ruby. HEX triplet: F1, 19 and 70. RGB value is (241,25,112). Sum of RGB (Red+Green+Blue) = 241+25+112=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F11970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11970 is #0EE68F. Grayscale: #636363. Windows color (decimal): -976528 or 7346673. OLE color: 7346673.
HSL color Cylindrical-coordinate representation of color #F11970: hue angle of 335.83º 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 #F11970 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 112 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.05 |
| HSL | 335.83º | 0.89% | 0.52% | - |
| HSV(B) | 335.83º | 0.9% | 0.95% | - |
| XYZ | 39.55 | 20.57 | 17.21 | - |
| YUV | 99.5 | 135.06 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 112 | 0 | 0.90 | 0.54 | 0.05 | 335.83 | 0.89 | 0.52 |
| Hex | F1 | 19 | 70 | 0 | 5A | 36 | 5 | 150 | 59 | 34 |
| Octal | 361 | 31 | 160 | 0 | 132 | 66 | 5 | 520 | 131 | 64 |
| Binary | 11110001 | 11001 | 1110000 | 0 | 1011010 | 110110 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F11970
Complementary color
Monochromatic Colors of #F11970
Black with #F11970
Text Example
Text Example
White with #F11970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11970; }
p { color: rgb(241,25,112); }
H1.HeaderClassName
{
color: #F11970;
}
.AnyTagClassName
{
color: #F11970;
}
</style>
background-color css
<style>
a { background-color: #F11970; }
a { background-color: rgb(241,25,112); }
div.DivClassName
{
background-color: #F11970;
}
.BgClassName
{
background-color: #F11970;
}
</style>
border-color css
<style>
span { border-color: #F11970; }
span { border-color: rgb(241,25,112); }
td.TdClassName
{
border-color: #F11970;
}
.TagClassName
{
border-color: #F11970;
}
</style>