Shades of Ruby #F11570
Tints of Ruby #F11570
RGB
CMYK
RGB Variations
Color information
#F11570 (or 0xF11570) is known color: Ruby. HEX triplet: F1, 15 and 70. RGB value is (241,21,112). Sum of RGB (Red+Green+Blue) = 241+21+112=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F11570 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11570 is #0EEA8F. Grayscale: #616161. Windows color (decimal): -977552 or 7345649. OLE color: 7345649.
HSL color Cylindrical-coordinate representation of color #F11570: hue angle of 335.18º 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 #F11570 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 112 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.05 |
| HSL | 335.18º | 0.89% | 0.51% | - |
| HSV(B) | 335.18º | 0.91% | 0.95% | - |
| XYZ | 39.47 | 20.41 | 17.19 | - |
| YUV | 97.15 | 136.39 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 112 | 0 | 0.91 | 0.54 | 0.05 | 335.18 | 0.89 | 0.51 |
| Hex | F1 | 15 | 70 | 0 | 5B | 36 | 5 | 14F | 59 | 33 |
| Octal | 361 | 25 | 160 | 0 | 133 | 66 | 5 | 517 | 131 | 63 |
| Binary | 11110001 | 10101 | 1110000 | 0 | 1011011 | 110110 | 101 | 101001111 | 1011001 | 110011 |
Color Harmonies of #F11570
Complementary color
Monochromatic Colors of #F11570
Black with #F11570
Text Example
Text Example
White with #F11570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11570; }
p { color: rgb(241,21,112); }
H1.HeaderClassName
{
color: #F11570;
}
.AnyTagClassName
{
color: #F11570;
}
</style>
background-color css
<style>
a { background-color: #F11570; }
a { background-color: rgb(241,21,112); }
div.DivClassName
{
background-color: #F11570;
}
.BgClassName
{
background-color: #F11570;
}
</style>
border-color css
<style>
span { border-color: #F11570; }
span { border-color: rgb(241,21,112); }
td.TdClassName
{
border-color: #F11570;
}
.TagClassName
{
border-color: #F11570;
}
</style>