Shades of Ruby #F11268
Tints of Ruby #F11268
RGB
CMYK
RGB Variations
Color information
#F11268 (or 0xF11268) is known color: Ruby. HEX triplet: F1, 12 and 68. RGB value is (241,18,104). Sum of RGB (Red+Green+Blue) = 241+18+104=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F11268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11268 is #0EED97. Grayscale: #5E5E5E. Windows color (decimal): -978328 or 6820593. OLE color: 6820593.
HSL color Cylindrical-coordinate representation of color #F11268: hue angle of 336.86º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11268 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 104 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.05 |
| HSL | 336.86º | 0.89% | 0.51% | - |
| HSV(B) | 336.86º | 0.93% | 0.95% | - |
| XYZ | 38.99 | 20.13 | 14.93 | - |
| YUV | 94.48 | 133.38 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 104 | 0 | 0.93 | 0.57 | 0.05 | 336.86 | 0.89 | 0.51 |
| Hex | F1 | 12 | 68 | 0 | 5D | 39 | 5 | 151 | 59 | 33 |
| Octal | 361 | 22 | 150 | 0 | 135 | 71 | 5 | 521 | 131 | 63 |
| Binary | 11110001 | 10010 | 1101000 | 0 | 1011101 | 111001 | 101 | 101010001 | 1011001 | 110011 |
Color Harmonies of #F11268
Complementary color
Monochromatic Colors of #F11268
Black with #F11268
Text Example
Text Example
White with #F11268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11268; }
p { color: rgb(241,18,104); }
H1.HeaderClassName
{
color: #F11268;
}
.AnyTagClassName
{
color: #F11268;
}
</style>
background-color css
<style>
a { background-color: #F11268; }
a { background-color: rgb(241,18,104); }
div.DivClassName
{
background-color: #F11268;
}
.BgClassName
{
background-color: #F11268;
}
</style>
border-color css
<style>
span { border-color: #F11268; }
span { border-color: rgb(241,18,104); }
td.TdClassName
{
border-color: #F11268;
}
.TagClassName
{
border-color: #F11268;
}
</style>