Shades of Ruby #F1156A
Tints of Ruby #F1156A
RGB
CMYK
RGB Variations
Color information
#F1156A (or 0xF1156A) is known color: Ruby. HEX triplet: F1, 15 and 6A. RGB value is (241,21,106). Sum of RGB (Red+Green+Blue) = 241+21+106=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F1156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1156A is #0EEA95. Grayscale: #606060. Windows color (decimal): -977558 or 6952433. OLE color: 6952433.
HSL color Cylindrical-coordinate representation of color #F1156A: hue angle of 336.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1156A is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 106 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.05 |
| HSL | 336.82º | 0.89% | 0.51% | - |
| HSV(B) | 336.82º | 0.91% | 0.95% | - |
| XYZ | 39.15 | 20.28 | 15.49 | - |
| YUV | 96.47 | 133.39 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 106 | 0 | 0.91 | 0.56 | 0.05 | 336.82 | 0.89 | 0.51 |
| Hex | F1 | 15 | 6A | 0 | 5B | 38 | 5 | 151 | 59 | 33 |
| Octal | 361 | 25 | 152 | 0 | 133 | 70 | 5 | 521 | 131 | 63 |
| Binary | 11110001 | 10101 | 1101010 | 0 | 1011011 | 111000 | 101 | 101010001 | 1011001 | 110011 |
Color Harmonies of #F1156A
Complementary color
Monochromatic Colors of #F1156A
Black with #F1156A
Text Example
Text Example
White with #F1156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1156A; }
p { color: rgb(241,21,106); }
H1.HeaderClassName
{
color: #F1156A;
}
.AnyTagClassName
{
color: #F1156A;
}
</style>
background-color css
<style>
a { background-color: #F1156A; }
a { background-color: rgb(241,21,106); }
div.DivClassName
{
background-color: #F1156A;
}
.BgClassName
{
background-color: #F1156A;
}
</style>
border-color css
<style>
span { border-color: #F1156A; }
span { border-color: rgb(241,21,106); }
td.TdClassName
{
border-color: #F1156A;
}
.TagClassName
{
border-color: #F1156A;
}
</style>