Shades of Ruby #F11971
Tints of Ruby #F11971
RGB
CMYK
RGB Variations
Color information
#F11971 (or 0xF11971) is known color: Ruby. HEX triplet: F1, 19 and 71. RGB value is (241,25,113). Sum of RGB (Red+Green+Blue) = 241+25+113=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F11971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11971 is #0EE68E. Grayscale: #636363. Windows color (decimal): -976527 or 7412209. OLE color: 7412209.
HSL color Cylindrical-coordinate representation of color #F11971: hue angle of 335.56º 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 #F11971 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 113 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.05 |
| HSL | 335.56º | 0.89% | 0.52% | - |
| HSV(B) | 335.56º | 0.9% | 0.95% | - |
| XYZ | 39.6 | 20.59 | 17.51 | - |
| YUV | 99.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 113 | 0 | 0.90 | 0.53 | 0.05 | 335.56 | 0.89 | 0.52 |
| Hex | F1 | 19 | 71 | 0 | 5A | 35 | 5 | 150 | 59 | 34 |
| Octal | 361 | 31 | 161 | 0 | 132 | 65 | 5 | 520 | 131 | 64 |
| Binary | 11110001 | 11001 | 1110001 | 0 | 1011010 | 110101 | 101 | 101010000 | 1011001 | 110100 |
Color Harmonies of #F11971
Complementary color
Monochromatic Colors of #F11971
Black with #F11971
Text Example
Text Example
White with #F11971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11971; }
p { color: rgb(241,25,113); }
H1.HeaderClassName
{
color: #F11971;
}
.AnyTagClassName
{
color: #F11971;
}
</style>
background-color css
<style>
a { background-color: #F11971; }
a { background-color: rgb(241,25,113); }
div.DivClassName
{
background-color: #F11971;
}
.BgClassName
{
background-color: #F11971;
}
</style>
border-color css
<style>
span { border-color: #F11971; }
span { border-color: rgb(241,25,113); }
td.TdClassName
{
border-color: #F11971;
}
.TagClassName
{
border-color: #F11971;
}
</style>