Shades of Ruby #F41473
Tints of Ruby #F41473
RGB
CMYK
RGB Variations
Color information
#F41473 (or 0xF41473) is known color: Ruby. HEX triplet: F4, 14 and 73. RGB value is (244,20,115). Sum of RGB (Red+Green+Blue) = 244+20+115=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F41473 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41473 is #0BEB8C. Grayscale: #616161. Windows color (decimal): -781197 or 7542004. OLE color: 7542004.
HSL color Cylindrical-coordinate representation of color #F41473: hue angle of 334.55º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41473 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 20 | 115 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.04 |
| HSL | 334.55º | 0.91% | 0.52% | - |
| HSV(B) | 334.55º | 0.92% | 0.96% | - |
| XYZ | 40.65 | 20.97 | 18.12 | - |
| YUV | 97.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 20 | 115 | 0 | 0.92 | 0.53 | 0.04 | 334.55 | 0.91 | 0.52 |
| Hex | F4 | 14 | 73 | 0 | 5C | 35 | 4 | 14F | 5B | 34 |
| Octal | 364 | 24 | 163 | 0 | 134 | 65 | 4 | 517 | 133 | 64 |
| Binary | 11110100 | 10100 | 1110011 | 0 | 1011100 | 110101 | 100 | 101001111 | 1011011 | 110100 |
Color Harmonies of #F41473
Complementary color
Monochromatic Colors of #F41473
Black with #F41473
Text Example
Text Example
White with #F41473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41473; }
p { color: rgb(244,20,115); }
H1.HeaderClassName
{
color: #F41473;
}
.AnyTagClassName
{
color: #F41473;
}
</style>
background-color css
<style>
a { background-color: #F41473; }
a { background-color: rgb(244,20,115); }
div.DivClassName
{
background-color: #F41473;
}
.BgClassName
{
background-color: #F41473;
}
</style>
border-color css
<style>
span { border-color: #F41473; }
span { border-color: rgb(244,20,115); }
td.TdClassName
{
border-color: #F41473;
}
.TagClassName
{
border-color: #F41473;
}
</style>