Shades of Ruby #F11A69
Tints of Ruby #F11A69
RGB
CMYK
RGB Variations
Color information
#F11A69 (or 0xF11A69) is known color: Ruby. HEX triplet: F1, 1A and 69. RGB value is (241,26,105). Sum of RGB (Red+Green+Blue) = 241+26+105=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A69 is #0EE596. Grayscale: #636363. Windows color (decimal): -976279 or 6888177. OLE color: 6888177.
HSL color Cylindrical-coordinate representation of color #F11A69: hue angle of 337.95º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A69 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 105 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.05 |
| HSL | 337.95º | 0.88% | 0.52% | - |
| HSV(B) | 337.95º | 0.89% | 0.95% | - |
| XYZ | 39.19 | 20.46 | 15.25 | - |
| YUV | 99.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 105 | 0 | 0.89 | 0.56 | 0.05 | 337.95 | 0.88 | 0.52 |
| Hex | F1 | 1A | 69 | 0 | 59 | 38 | 5 | 152 | 58 | 34 |
| Octal | 361 | 32 | 151 | 0 | 131 | 70 | 5 | 522 | 130 | 64 |
| Binary | 11110001 | 11010 | 1101001 | 0 | 1011001 | 111000 | 101 | 101010010 | 1011000 | 110100 |
Color Harmonies of #F11A69
Complementary color
Monochromatic Colors of #F11A69
Black with #F11A69
Text Example
Text Example
White with #F11A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A69; }
p { color: rgb(241,26,105); }
H1.HeaderClassName
{
color: #F11A69;
}
.AnyTagClassName
{
color: #F11A69;
}
</style>
background-color css
<style>
a { background-color: #F11A69; }
a { background-color: rgb(241,26,105); }
div.DivClassName
{
background-color: #F11A69;
}
.BgClassName
{
background-color: #F11A69;
}
</style>
border-color css
<style>
span { border-color: #F11A69; }
span { border-color: rgb(241,26,105); }
td.TdClassName
{
border-color: #F11A69;
}
.TagClassName
{
border-color: #F11A69;
}
</style>