Shades of Ruby #F10E73
Tints of Ruby #F10E73
RGB
CMYK
RGB Variations
Color information
#F10E73 (or 0xF10E73) is known color: Ruby. HEX triplet: F1, 0E and 73. RGB value is (241,14,115). Sum of RGB (Red+Green+Blue) = 241+14+115=370 (49% of max value = 765). Red value is 241 (94.53% from 255 or 65.14% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 241 - color contains mainly: red. Hex color #F10E73 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10E73 is #0EF18C. Grayscale: #5D5D5D. Windows color (decimal): -979341 or 7540465. OLE color: 7540465.
HSL color Cylindrical-coordinate representation of color #F10E73: hue angle of 333.3º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10E73 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 14 | 115 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.05 |
| HSL | 333.3º | 0.89% | 0.5% | - |
| HSV(B) | 333.3º | 0.94% | 0.95% | - |
| XYZ | 39.53 | 20.25 | 18.05 | - |
| YUV | 93.39 | 140.21 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 14 | 115 | 0 | 0.94 | 0.52 | 0.05 | 333.3 | 0.89 | 0.5 |
| Hex | F1 | E | 73 | 0 | 5E | 34 | 5 | 14D | 59 | 32 |
| Octal | 361 | 16 | 163 | 0 | 136 | 64 | 5 | 515 | 131 | 62 |
| Binary | 11110001 | 1110 | 1110011 | 0 | 1011110 | 110100 | 101 | 101001101 | 1011001 | 110010 |
Color Harmonies of #F10E73
Complementary color
Monochromatic Colors of #F10E73
Black with #F10E73
Text Example
Text Example
White with #F10E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10E73; }
p { color: rgb(241,14,115); }
H1.HeaderClassName
{
color: #F10E73;
}
.AnyTagClassName
{
color: #F10E73;
}
</style>
background-color css
<style>
a { background-color: #F10E73; }
a { background-color: rgb(241,14,115); }
div.DivClassName
{
background-color: #F10E73;
}
.BgClassName
{
background-color: #F10E73;
}
</style>
border-color css
<style>
span { border-color: #F10E73; }
span { border-color: rgb(241,14,115); }
td.TdClassName
{
border-color: #F10E73;
}
.TagClassName
{
border-color: #F10E73;
}
</style>