Shades of Ruby #F41A5E
Tints of Ruby #F41A5E
RGB
CMYK
RGB Variations
Color information
#F41A5E (or 0xF41A5E) is known color: Ruby. HEX triplet: F4, 1A and 5E. RGB value is (244,26,94). Sum of RGB (Red+Green+Blue) = 244+26+94=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41A5E is #0BE5A1. Grayscale: #626262. Windows color (decimal): -779682 or 6167284. OLE color: 6167284.
HSL color Cylindrical-coordinate representation of color #F41A5E: hue angle of 341.28º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41A5E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 94 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.04 |
| HSL | 341.28º | 0.91% | 0.53% | - |
| HSV(B) | 341.28º | 0.89% | 0.96% | - |
| XYZ | 39.7 | 20.78 | 12.51 | - |
| YUV | 98.93 | 125.22 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 94 | 0 | 0.89 | 0.61 | 0.04 | 341.28 | 0.91 | 0.53 |
| Hex | F4 | 1A | 5E | 0 | 59 | 3D | 4 | 155 | 5B | 35 |
| Octal | 364 | 32 | 136 | 0 | 131 | 75 | 4 | 525 | 133 | 65 |
| Binary | 11110100 | 11010 | 1011110 | 0 | 1011001 | 111101 | 100 | 101010101 | 1011011 | 110101 |
Color Harmonies of #F41A5E
Complementary color
Monochromatic Colors of #F41A5E
Black with #F41A5E
Text Example
Text Example
White with #F41A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41A5E; }
p { color: rgb(244,26,94); }
H1.HeaderClassName
{
color: #F41A5E;
}
.AnyTagClassName
{
color: #F41A5E;
}
</style>
background-color css
<style>
a { background-color: #F41A5E; }
a { background-color: rgb(244,26,94); }
div.DivClassName
{
background-color: #F41A5E;
}
.BgClassName
{
background-color: #F41A5E;
}
</style>
border-color css
<style>
span { border-color: #F41A5E; }
span { border-color: rgb(244,26,94); }
td.TdClassName
{
border-color: #F41A5E;
}
.TagClassName
{
border-color: #F41A5E;
}
</style>