Shades of Ruby #F11865
Tints of Ruby #F11865
RGB
CMYK
RGB Variations
Color information
#F11865 (or 0xF11865) is known color: Ruby. HEX triplet: F1, 18 and 65. RGB value is (241,24,101). Sum of RGB (Red+Green+Blue) = 241+24+101=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F11865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11865 is #0EE79A. Grayscale: #616161. Windows color (decimal): -976795 or 6625521. OLE color: 6625521.
HSL color Cylindrical-coordinate representation of color #F11865: hue angle of 338.71º 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 #F11865 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 101 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.05 |
| HSL | 338.71º | 0.89% | 0.52% | - |
| HSV(B) | 338.71º | 0.9% | 0.95% | - |
| XYZ | 38.95 | 20.29 | 14.18 | - |
| YUV | 97.66 | 129.89 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 101 | 0 | 0.90 | 0.58 | 0.05 | 338.71 | 0.89 | 0.52 |
| Hex | F1 | 18 | 65 | 0 | 5A | 3A | 5 | 153 | 59 | 34 |
| Octal | 361 | 30 | 145 | 0 | 132 | 72 | 5 | 523 | 131 | 64 |
| Binary | 11110001 | 11000 | 1100101 | 0 | 1011010 | 111010 | 101 | 101010011 | 1011001 | 110100 |
Color Harmonies of #F11865
Complementary color
Monochromatic Colors of #F11865
Black with #F11865
Text Example
Text Example
White with #F11865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11865; }
p { color: rgb(241,24,101); }
H1.HeaderClassName
{
color: #F11865;
}
.AnyTagClassName
{
color: #F11865;
}
</style>
background-color css
<style>
a { background-color: #F11865; }
a { background-color: rgb(241,24,101); }
div.DivClassName
{
background-color: #F11865;
}
.BgClassName
{
background-color: #F11865;
}
</style>
border-color css
<style>
span { border-color: #F11865; }
span { border-color: rgb(241,24,101); }
td.TdClassName
{
border-color: #F11865;
}
.TagClassName
{
border-color: #F11865;
}
</style>