Shades of Ruby #F11A75
Tints of Ruby #F11A75
RGB
CMYK
RGB Variations
Color information
#F11A75 (or 0xF11A75) is known color: Ruby. HEX triplet: F1, 1A and 75. RGB value is (241,26,117). Sum of RGB (Red+Green+Blue) = 241+26+117=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F11A75 is #0EE58A. Grayscale: #646464. Windows color (decimal): -976267 or 7674609. OLE color: 7674609.
HSL color Cylindrical-coordinate representation of color #F11A75: hue angle of 334.6º 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 #F11A75 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 117 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.05 |
| HSL | 334.6º | 0.88% | 0.52% | - |
| HSV(B) | 334.6º | 0.89% | 0.95% | - |
| XYZ | 39.86 | 20.72 | 18.73 | - |
| YUV | 100.66 | 137.23 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 117 | 0 | 0.89 | 0.51 | 0.05 | 334.6 | 0.88 | 0.52 |
| Hex | F1 | 1A | 75 | 0 | 59 | 33 | 5 | 14F | 58 | 34 |
| Octal | 361 | 32 | 165 | 0 | 131 | 63 | 5 | 517 | 130 | 64 |
| Binary | 11110001 | 11010 | 1110101 | 0 | 1011001 | 110011 | 101 | 101001111 | 1011000 | 110100 |
Color Harmonies of #F11A75
Complementary color
Monochromatic Colors of #F11A75
Black with #F11A75
Text Example
Text Example
White with #F11A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11A75; }
p { color: rgb(241,26,117); }
H1.HeaderClassName
{
color: #F11A75;
}
.AnyTagClassName
{
color: #F11A75;
}
</style>
background-color css
<style>
a { background-color: #F11A75; }
a { background-color: rgb(241,26,117); }
div.DivClassName
{
background-color: #F11A75;
}
.BgClassName
{
background-color: #F11A75;
}
</style>
border-color css
<style>
span { border-color: #F11A75; }
span { border-color: rgb(241,26,117); }
td.TdClassName
{
border-color: #F11A75;
}
.TagClassName
{
border-color: #F11A75;
}
</style>