Shades of Ruby #F11478
Tints of Ruby #F11478
RGB
CMYK
RGB Variations
Color information
#F11478 (or 0xF11478) is known color: Ruby. HEX triplet: F1, 14 and 78. RGB value is (241,20,120). Sum of RGB (Red+Green+Blue) = 241+20+120=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F11478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11478 is #0EEB87. Grayscale: #616161. Windows color (decimal): -977800 or 7869681. OLE color: 7869681.
HSL color Cylindrical-coordinate representation of color #F11478: hue angle of 332.85º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11478 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 120 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.05 |
| HSL | 332.85º | 0.89% | 0.51% | - |
| HSV(B) | 332.85º | 0.92% | 0.95% | - |
| XYZ | 39.92 | 20.56 | 19.63 | - |
| YUV | 97.48 | 140.72 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 120 | 0 | 0.92 | 0.50 | 0.05 | 332.85 | 0.89 | 0.51 |
| Hex | F1 | 14 | 78 | 0 | 5C | 32 | 5 | 14D | 59 | 33 |
| Octal | 361 | 24 | 170 | 0 | 134 | 62 | 5 | 515 | 131 | 63 |
| Binary | 11110001 | 10100 | 1111000 | 0 | 1011100 | 110010 | 101 | 101001101 | 1011001 | 110011 |
Color Harmonies of #F11478
Complementary color
Monochromatic Colors of #F11478
Black with #F11478
Text Example
Text Example
White with #F11478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11478; }
p { color: rgb(241,20,120); }
H1.HeaderClassName
{
color: #F11478;
}
.AnyTagClassName
{
color: #F11478;
}
</style>
background-color css
<style>
a { background-color: #F11478; }
a { background-color: rgb(241,20,120); }
div.DivClassName
{
background-color: #F11478;
}
.BgClassName
{
background-color: #F11478;
}
</style>
border-color css
<style>
span { border-color: #F11478; }
span { border-color: rgb(241,20,120); }
td.TdClassName
{
border-color: #F11478;
}
.TagClassName
{
border-color: #F11478;
}
</style>