Shades of Ruby #F41963
Tints of Ruby #F41963
RGB
CMYK
RGB Variations
Color information
#F41963 (or 0xF41963) is known color: Ruby. HEX triplet: F4, 19 and 63. RGB value is (244,25,99). Sum of RGB (Red+Green+Blue) = 244+25+99=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F41963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41963 is #0BE69C. Grayscale: #626262. Windows color (decimal): -779933 or 6494708. OLE color: 6494708.
HSL color Cylindrical-coordinate representation of color #F41963: hue angle of 339.73º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41963 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 99 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.04 |
| HSL | 339.73º | 0.91% | 0.53% | - |
| HSV(B) | 339.73º | 0.9% | 0.96% | - |
| XYZ | 39.91 | 20.83 | 13.72 | - |
| YUV | 98.92 | 128.05 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 99 | 0 | 0.90 | 0.59 | 0.04 | 339.73 | 0.91 | 0.53 |
| Hex | F4 | 19 | 63 | 0 | 5A | 3B | 4 | 154 | 5B | 35 |
| Octal | 364 | 31 | 143 | 0 | 132 | 73 | 4 | 524 | 133 | 65 |
| Binary | 11110100 | 11001 | 1100011 | 0 | 1011010 | 111011 | 100 | 101010100 | 1011011 | 110101 |
Color Harmonies of #F41963
Complementary color
Monochromatic Colors of #F41963
Black with #F41963
Text Example
Text Example
White with #F41963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41963; }
p { color: rgb(244,25,99); }
H1.HeaderClassName
{
color: #F41963;
}
.AnyTagClassName
{
color: #F41963;
}
</style>
background-color css
<style>
a { background-color: #F41963; }
a { background-color: rgb(244,25,99); }
div.DivClassName
{
background-color: #F41963;
}
.BgClassName
{
background-color: #F41963;
}
</style>
border-color css
<style>
span { border-color: #F41963; }
span { border-color: rgb(244,25,99); }
td.TdClassName
{
border-color: #F41963;
}
.TagClassName
{
border-color: #F41963;
}
</style>