Shades of Ruby #F41D5E
Tints of Ruby #F41D5E
RGB
CMYK
RGB Variations
Color information
#F41D5E (or 0xF41D5E) is known color: Ruby. HEX triplet: F4, 1D and 5E. RGB value is (244,29,94). Sum of RGB (Red+Green+Blue) = 244+29+94=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41D5E is #0BE2A1. Grayscale: #646464. Windows color (decimal): -778914 or 6168052. OLE color: 6168052.
HSL color Cylindrical-coordinate representation of color #F41D5E: hue angle of 341.86º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41D5E is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 94 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.04 |
| HSL | 341.86º | 0.91% | 0.54% | - |
| HSV(B) | 341.86º | 0.88% | 0.96% | - |
| XYZ | 39.77 | 20.92 | 12.53 | - |
| YUV | 100.7 | 124.23 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 94 | 0 | 0.88 | 0.61 | 0.04 | 341.86 | 0.91 | 0.54 |
| Hex | F4 | 1D | 5E | 0 | 58 | 3D | 4 | 156 | 5B | 36 |
| Octal | 364 | 35 | 136 | 0 | 130 | 75 | 4 | 526 | 133 | 66 |
| Binary | 11110100 | 11101 | 1011110 | 0 | 1011000 | 111101 | 100 | 101010110 | 1011011 | 110110 |
Color Harmonies of #F41D5E
Complementary color
Monochromatic Colors of #F41D5E
Black with #F41D5E
Text Example
Text Example
White with #F41D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D5E; }
p { color: rgb(244,29,94); }
H1.HeaderClassName
{
color: #F41D5E;
}
.AnyTagClassName
{
color: #F41D5E;
}
</style>
background-color css
<style>
a { background-color: #F41D5E; }
a { background-color: rgb(244,29,94); }
div.DivClassName
{
background-color: #F41D5E;
}
.BgClassName
{
background-color: #F41D5E;
}
</style>
border-color css
<style>
span { border-color: #F41D5E; }
span { border-color: rgb(244,29,94); }
td.TdClassName
{
border-color: #F41D5E;
}
.TagClassName
{
border-color: #F41D5E;
}
</style>