Shades of Ruby #F11270
Tints of Ruby #F11270
RGB
CMYK
RGB Variations
Color information
#F11270 (or 0xF11270) is known color: Ruby. HEX triplet: F1, 12 and 70. RGB value is (241,18,112). Sum of RGB (Red+Green+Blue) = 241+18+112=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F11270 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11270 is #0EED8F. Grayscale: #5F5F5F. Windows color (decimal): -978320 or 7344881. OLE color: 7344881.
HSL color Cylindrical-coordinate representation of color #F11270: hue angle of 334.71º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11270 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 112 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.05 |
| HSL | 334.71º | 0.89% | 0.51% | - |
| HSV(B) | 334.71º | 0.93% | 0.95% | - |
| XYZ | 39.42 | 20.3 | 17.17 | - |
| YUV | 95.39 | 137.38 | 231.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 112 | 0 | 0.93 | 0.54 | 0.05 | 334.71 | 0.89 | 0.51 |
| Hex | F1 | 12 | 70 | 0 | 5D | 36 | 5 | 14F | 59 | 33 |
| Octal | 361 | 22 | 160 | 0 | 135 | 66 | 5 | 517 | 131 | 63 |
| Binary | 11110001 | 10010 | 1110000 | 0 | 1011101 | 110110 | 101 | 101001111 | 1011001 | 110011 |
Color Harmonies of #F11270
Complementary color
Monochromatic Colors of #F11270
Black with #F11270
Text Example
Text Example
White with #F11270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11270; }
p { color: rgb(241,18,112); }
H1.HeaderClassName
{
color: #F11270;
}
.AnyTagClassName
{
color: #F11270;
}
</style>
background-color css
<style>
a { background-color: #F11270; }
a { background-color: rgb(241,18,112); }
div.DivClassName
{
background-color: #F11270;
}
.BgClassName
{
background-color: #F11270;
}
</style>
border-color css
<style>
span { border-color: #F11270; }
span { border-color: rgb(241,18,112); }
td.TdClassName
{
border-color: #F11270;
}
.TagClassName
{
border-color: #F11270;
}
</style>