Shades of Ruby #F11668
Tints of Ruby #F11668
RGB
CMYK
RGB Variations
Color information
#F11668 (or 0xF11668) is known color: Ruby. HEX triplet: F1, 16 and 68. RGB value is (241,22,104). Sum of RGB (Red+Green+Blue) = 241+22+104=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F11668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11668 is #0EE997. Grayscale: #606060. Windows color (decimal): -977304 or 6821617. OLE color: 6821617.
HSL color Cylindrical-coordinate representation of color #F11668: hue angle of 337.53º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F11668 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 104 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.05 |
| HSL | 337.53º | 0.89% | 0.52% | - |
| HSV(B) | 337.53º | 0.91% | 0.95% | - |
| XYZ | 39.06 | 20.27 | 14.95 | - |
| YUV | 96.83 | 132.05 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 104 | 0 | 0.91 | 0.57 | 0.05 | 337.53 | 0.89 | 0.52 |
| Hex | F1 | 16 | 68 | 0 | 5B | 39 | 5 | 152 | 59 | 34 |
| Octal | 361 | 26 | 150 | 0 | 133 | 71 | 5 | 522 | 131 | 64 |
| Binary | 11110001 | 10110 | 1101000 | 0 | 1011011 | 111001 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F11668
Complementary color
Monochromatic Colors of #F11668
Black with #F11668
Text Example
Text Example
White with #F11668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11668; }
p { color: rgb(241,22,104); }
H1.HeaderClassName
{
color: #F11668;
}
.AnyTagClassName
{
color: #F11668;
}
</style>
background-color css
<style>
a { background-color: #F11668; }
a { background-color: rgb(241,22,104); }
div.DivClassName
{
background-color: #F11668;
}
.BgClassName
{
background-color: #F11668;
}
</style>
border-color css
<style>
span { border-color: #F11668; }
span { border-color: rgb(241,22,104); }
td.TdClassName
{
border-color: #F11668;
}
.TagClassName
{
border-color: #F11668;
}
</style>