Shades of Ruby #F11069
Tints of Ruby #F11069
RGB
CMYK
RGB Variations
Color information
#F11069 (or 0xF11069) is known color: Ruby. HEX triplet: F1, 10 and 69. RGB value is (241,16,105). Sum of RGB (Red+Green+Blue) = 241+16+105=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F11069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11069 is #0EEF96. Grayscale: #5D5D5D. Windows color (decimal): -978839 or 6885617. OLE color: 6885617.
HSL color Cylindrical-coordinate representation of color #F11069: hue angle of 336.27º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11069 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 105 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.05 |
| HSL | 336.27º | 0.89% | 0.5% | - |
| HSV(B) | 336.27º | 0.93% | 0.95% | - |
| XYZ | 39.01 | 20.09 | 15.19 | - |
| YUV | 93.42 | 134.54 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 105 | 0 | 0.93 | 0.56 | 0.05 | 336.27 | 0.89 | 0.5 |
| Hex | F1 | 10 | 69 | 0 | 5D | 38 | 5 | 150 | 59 | 32 |
| Octal | 361 | 20 | 151 | 0 | 135 | 70 | 5 | 520 | 131 | 62 |
| Binary | 11110001 | 10000 | 1101001 | 0 | 1011101 | 111000 | 101 | 101010000 | 1011001 | 110010 |
Color Harmonies of #F11069
Complementary color
Monochromatic Colors of #F11069
Black with #F11069
Text Example
Text Example
White with #F11069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11069; }
p { color: rgb(241,16,105); }
H1.HeaderClassName
{
color: #F11069;
}
.AnyTagClassName
{
color: #F11069;
}
</style>
background-color css
<style>
a { background-color: #F11069; }
a { background-color: rgb(241,16,105); }
div.DivClassName
{
background-color: #F11069;
}
.BgClassName
{
background-color: #F11069;
}
</style>
border-color css
<style>
span { border-color: #F11069; }
span { border-color: rgb(241,16,105); }
td.TdClassName
{
border-color: #F11069;
}
.TagClassName
{
border-color: #F11069;
}
</style>