Shades of Ruby #F11960
Tints of Ruby #F11960
RGB
CMYK
RGB Variations
Color information
#F11960 (or 0xF11960) is known color: Ruby. HEX triplet: F1, 19 and 60. RGB value is (241,25,96). Sum of RGB (Red+Green+Blue) = 241+25+96=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11960 is #0EE69F. Grayscale: #616161. Windows color (decimal): -976544 or 6298097. OLE color: 6298097.
HSL color Cylindrical-coordinate representation of color #F11960: hue angle of 340.28º 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 #F11960 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 96 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.05 |
| HSL | 340.28º | 0.89% | 0.52% | - |
| HSV(B) | 340.28º | 0.9% | 0.95% | - |
| XYZ | 38.73 | 20.24 | 12.93 | - |
| YUV | 97.68 | 127.06 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 96 | 0 | 0.90 | 0.60 | 0.05 | 340.28 | 0.89 | 0.52 |
| Hex | F1 | 19 | 60 | 0 | 5A | 3C | 5 | 154 | 59 | 34 |
| Octal | 361 | 31 | 140 | 0 | 132 | 74 | 5 | 524 | 131 | 64 |
| Binary | 11110001 | 11001 | 1100000 | 0 | 1011010 | 111100 | 101 | 101010100 | 1011001 | 110100 |
Color Harmonies of #F11960
Complementary color
Monochromatic Colors of #F11960
Black with #F11960
Text Example
Text Example
White with #F11960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11960; }
p { color: rgb(241,25,96); }
H1.HeaderClassName
{
color: #F11960;
}
.AnyTagClassName
{
color: #F11960;
}
</style>
background-color css
<style>
a { background-color: #F11960; }
a { background-color: rgb(241,25,96); }
div.DivClassName
{
background-color: #F11960;
}
.BgClassName
{
background-color: #F11960;
}
</style>
border-color css
<style>
span { border-color: #F11960; }
span { border-color: rgb(241,25,96); }
td.TdClassName
{
border-color: #F11960;
}
.TagClassName
{
border-color: #F11960;
}
</style>