Shades of Ruby #F11470
Tints of Ruby #F11470
RGB
CMYK
RGB Variations
Color information
#F11470 (or 0xF11470) is known color: Ruby. HEX triplet: F1, 14 and 70. RGB value is (241,20,112). Sum of RGB (Red+Green+Blue) = 241+20+112=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F11470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11470 is #0EEB8F. Grayscale: #606060. Windows color (decimal): -977808 or 7345393. OLE color: 7345393.
HSL color Cylindrical-coordinate representation of color #F11470: hue angle of 335.02º 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 #F11470 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 112 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.05 |
| HSL | 335.02º | 0.89% | 0.51% | - |
| HSV(B) | 335.02º | 0.92% | 0.95% | - |
| XYZ | 39.45 | 20.37 | 17.18 | - |
| YUV | 96.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 112 | 0 | 0.92 | 0.54 | 0.05 | 335.02 | 0.89 | 0.51 |
| Hex | F1 | 14 | 70 | 0 | 5C | 36 | 5 | 14F | 59 | 33 |
| Octal | 361 | 24 | 160 | 0 | 134 | 66 | 5 | 517 | 131 | 63 |
| Binary | 11110001 | 10100 | 1110000 | 0 | 1011100 | 110110 | 101 | 101001111 | 1011001 | 110011 |
Color Harmonies of #F11470
Complementary color
Monochromatic Colors of #F11470
Black with #F11470
Text Example
Text Example
White with #F11470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11470; }
p { color: rgb(241,20,112); }
H1.HeaderClassName
{
color: #F11470;
}
.AnyTagClassName
{
color: #F11470;
}
</style>
background-color css
<style>
a { background-color: #F11470; }
a { background-color: rgb(241,20,112); }
div.DivClassName
{
background-color: #F11470;
}
.BgClassName
{
background-color: #F11470;
}
</style>
border-color css
<style>
span { border-color: #F11470; }
span { border-color: rgb(241,20,112); }
td.TdClassName
{
border-color: #F11470;
}
.TagClassName
{
border-color: #F11470;
}
</style>