Shades of Ruby #F41073
Tints of Ruby #F41073
RGB
CMYK
RGB Variations
Color information
#F41073 (or 0xF41073) is known color: Ruby. HEX triplet: F4, 10 and 73. RGB value is (244,16,115). Sum of RGB (Red+Green+Blue) = 244+16+115=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F41073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41073 is #0BEF8C. Grayscale: #5F5F5F. Windows color (decimal): -782221 or 7540980. OLE color: 7540980.
HSL color Cylindrical-coordinate representation of color #F41073: hue angle of 333.95º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41073 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 115 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.04 |
| HSL | 333.95º | 0.91% | 0.51% | - |
| HSV(B) | 333.95º | 0.93% | 0.96% | - |
| XYZ | 40.59 | 20.84 | 18.1 | - |
| YUV | 95.46 | 139.04 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 115 | 0 | 0.93 | 0.53 | 0.04 | 333.95 | 0.91 | 0.51 |
| Hex | F4 | 10 | 73 | 0 | 5D | 35 | 4 | 14E | 5B | 33 |
| Octal | 364 | 20 | 163 | 0 | 135 | 65 | 4 | 516 | 133 | 63 |
| Binary | 11110100 | 10000 | 1110011 | 0 | 1011101 | 110101 | 100 | 101001110 | 1011011 | 110011 |
Color Harmonies of #F41073
Complementary color
Monochromatic Colors of #F41073
Black with #F41073
Text Example
Text Example
White with #F41073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41073; }
p { color: rgb(244,16,115); }
H1.HeaderClassName
{
color: #F41073;
}
.AnyTagClassName
{
color: #F41073;
}
</style>
background-color css
<style>
a { background-color: #F41073; }
a { background-color: rgb(244,16,115); }
div.DivClassName
{
background-color: #F41073;
}
.BgClassName
{
background-color: #F41073;
}
</style>
border-color css
<style>
span { border-color: #F41073; }
span { border-color: rgb(244,16,115); }
td.TdClassName
{
border-color: #F41073;
}
.TagClassName
{
border-color: #F41073;
}
</style>