Shades of Ruby #F41D6D
Tints of Ruby #F41D6D
RGB
CMYK
RGB Variations
Color information
#F41D6D (or 0xF41D6D) is known color: Ruby. HEX triplet: F4, 1D and 6D. RGB value is (244,29,109). Sum of RGB (Red+Green+Blue) = 244+29+109=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41D6D is #0BE292. Grayscale: #666666. Windows color (decimal): -778899 or 7151092. OLE color: 7151092.
HSL color Cylindrical-coordinate representation of color #F41D6D: hue angle of 337.67º 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 #F41D6D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 109 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.04 |
| HSL | 337.67º | 0.91% | 0.54% | - |
| HSV(B) | 337.67º | 0.88% | 0.96% | - |
| XYZ | 40.51 | 21.22 | 16.43 | - |
| YUV | 102.41 | 131.73 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 109 | 0 | 0.88 | 0.55 | 0.04 | 337.67 | 0.91 | 0.54 |
| Hex | F4 | 1D | 6D | 0 | 58 | 37 | 4 | 152 | 5B | 36 |
| Octal | 364 | 35 | 155 | 0 | 130 | 67 | 4 | 522 | 133 | 66 |
| Binary | 11110100 | 11101 | 1101101 | 0 | 1011000 | 110111 | 100 | 101010010 | 1011011 | 110110 |
Color Harmonies of #F41D6D
Complementary color
Monochromatic Colors of #F41D6D
Black with #F41D6D
Text Example
Text Example
White with #F41D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D6D; }
p { color: rgb(244,29,109); }
H1.HeaderClassName
{
color: #F41D6D;
}
.AnyTagClassName
{
color: #F41D6D;
}
</style>
background-color css
<style>
a { background-color: #F41D6D; }
a { background-color: rgb(244,29,109); }
div.DivClassName
{
background-color: #F41D6D;
}
.BgClassName
{
background-color: #F41D6D;
}
</style>
border-color css
<style>
span { border-color: #F41D6D; }
span { border-color: rgb(244,29,109); }
td.TdClassName
{
border-color: #F41D6D;
}
.TagClassName
{
border-color: #F41D6D;
}
</style>