Shades of Ruby #F41773
Tints of Ruby #F41773
RGB
CMYK
RGB Variations
Color information
#F41773 (or 0xF41773) is known color: Ruby. HEX triplet: F4, 17 and 73. RGB value is (244,23,115). Sum of RGB (Red+Green+Blue) = 244+23+115=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F41773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41773 is #0BE88C. Grayscale: #636363. Windows color (decimal): -780429 or 7542772. OLE color: 7542772.
HSL color Cylindrical-coordinate representation of color #F41773: hue angle of 335.02º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41773 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 115 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.04 |
| HSL | 335.02º | 0.91% | 0.52% | - |
| HSV(B) | 335.02º | 0.91% | 0.96% | - |
| XYZ | 40.71 | 21.08 | 18.14 | - |
| YUV | 99.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 115 | 0 | 0.91 | 0.53 | 0.04 | 335.02 | 0.91 | 0.52 |
| Hex | F4 | 17 | 73 | 0 | 5B | 35 | 4 | 14F | 5B | 34 |
| Octal | 364 | 27 | 163 | 0 | 133 | 65 | 4 | 517 | 133 | 64 |
| Binary | 11110100 | 10111 | 1110011 | 0 | 1011011 | 110101 | 100 | 101001111 | 1011011 | 110100 |
Color Harmonies of #F41773
Complementary color
Monochromatic Colors of #F41773
Black with #F41773
Text Example
Text Example
White with #F41773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41773; }
p { color: rgb(244,23,115); }
H1.HeaderClassName
{
color: #F41773;
}
.AnyTagClassName
{
color: #F41773;
}
</style>
background-color css
<style>
a { background-color: #F41773; }
a { background-color: rgb(244,23,115); }
div.DivClassName
{
background-color: #F41773;
}
.BgClassName
{
background-color: #F41773;
}
</style>
border-color css
<style>
span { border-color: #F41773; }
span { border-color: rgb(244,23,115); }
td.TdClassName
{
border-color: #F41773;
}
.TagClassName
{
border-color: #F41773;
}
</style>