Shades of Ruby #F11969
Tints of Ruby #F11969
RGB
CMYK
RGB Variations
Color information
#F11969 (or 0xF11969) is known color: Ruby. HEX triplet: F1, 19 and 69. RGB value is (241,25,105). Sum of RGB (Red+Green+Blue) = 241+25+105=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F11969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11969 is #0EE696. Grayscale: #626262. Windows color (decimal): -976535 or 6887921. OLE color: 6887921.
HSL color Cylindrical-coordinate representation of color #F11969: hue angle of 337.78º 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 #F11969 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 105 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.05 |
| HSL | 337.78º | 0.89% | 0.52% | - |
| HSV(B) | 337.78º | 0.9% | 0.95% | - |
| XYZ | 39.17 | 20.42 | 15.24 | - |
| YUV | 98.7 | 131.56 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 105 | 0 | 0.90 | 0.56 | 0.05 | 337.78 | 0.89 | 0.52 |
| Hex | F1 | 19 | 69 | 0 | 5A | 38 | 5 | 152 | 59 | 34 |
| Octal | 361 | 31 | 151 | 0 | 132 | 70 | 5 | 522 | 131 | 64 |
| Binary | 11110001 | 11001 | 1101001 | 0 | 1011010 | 111000 | 101 | 101010010 | 1011001 | 110100 |
Color Harmonies of #F11969
Complementary color
Monochromatic Colors of #F11969
Black with #F11969
Text Example
Text Example
White with #F11969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11969; }
p { color: rgb(241,25,105); }
H1.HeaderClassName
{
color: #F11969;
}
.AnyTagClassName
{
color: #F11969;
}
</style>
background-color css
<style>
a { background-color: #F11969; }
a { background-color: rgb(241,25,105); }
div.DivClassName
{
background-color: #F11969;
}
.BgClassName
{
background-color: #F11969;
}
</style>
border-color css
<style>
span { border-color: #F11969; }
span { border-color: rgb(241,25,105); }
td.TdClassName
{
border-color: #F11969;
}
.TagClassName
{
border-color: #F11969;
}
</style>