Shades of Ruby #F11A6D
Tints of Ruby #F11A6D
RGB
CMYK
RGB Variations
Color information
#F11A6D (or 0xF11A6D) is known color: Ruby. HEX triplet: F1, 1A and 6D. RGB value is (241,26,109). Sum of RGB (Red+Green+Blue) = 241+26+109=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A6D is #0EE592. Grayscale: #636363. Windows color (decimal): -976275 or 7150321. OLE color: 7150321.
HSL color Cylindrical-coordinate representation of color #F11A6D: hue angle of 336.84º 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 #F11A6D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 109 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.05 |
| HSL | 336.84º | 0.88% | 0.52% | - |
| HSV(B) | 336.84º | 0.89% | 0.95% | - |
| XYZ | 39.41 | 20.54 | 16.36 | - |
| YUV | 99.75 | 133.23 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 109 | 0 | 0.89 | 0.55 | 0.05 | 336.84 | 0.88 | 0.52 |
| Hex | F1 | 1A | 6D | 0 | 59 | 37 | 5 | 151 | 58 | 34 |
| Octal | 361 | 32 | 155 | 0 | 131 | 67 | 5 | 521 | 130 | 64 |
| Binary | 11110001 | 11010 | 1101101 | 0 | 1011001 | 110111 | 101 | 101010001 | 1011000 | 110100 |
Color Harmonies of #F11A6D
Complementary color
Monochromatic Colors of #F11A6D
Black with #F11A6D
Text Example
Text Example
White with #F11A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A6D; }
p { color: rgb(241,26,109); }
H1.HeaderClassName
{
color: #F11A6D;
}
.AnyTagClassName
{
color: #F11A6D;
}
</style>
background-color css
<style>
a { background-color: #F11A6D; }
a { background-color: rgb(241,26,109); }
div.DivClassName
{
background-color: #F11A6D;
}
.BgClassName
{
background-color: #F11A6D;
}
</style>
border-color css
<style>
span { border-color: #F11A6D; }
span { border-color: rgb(241,26,109); }
td.TdClassName
{
border-color: #F11A6D;
}
.TagClassName
{
border-color: #F11A6D;
}
</style>