Shades of Ruby #F41E6D
Tints of Ruby #F41E6D
RGB
CMYK
RGB Variations
Color information
#F41E6D (or 0xF41E6D) is known color: Ruby. HEX triplet: F4, 1E and 6D. RGB value is (244,30,109). Sum of RGB (Red+Green+Blue) = 244+30+109=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41E6D is #0BE192. Grayscale: #666666. Windows color (decimal): -778643 or 7151348. OLE color: 7151348.
HSL color Cylindrical-coordinate representation of color #F41E6D: hue angle of 337.85º 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 #F41E6D is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 109 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.04 |
| HSL | 337.85º | 0.91% | 0.54% | - |
| HSV(B) | 337.85º | 0.88% | 0.96% | - |
| XYZ | 40.53 | 21.27 | 16.44 | - |
| YUV | 102.99 | 131.4 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 109 | 0 | 0.88 | 0.55 | 0.04 | 337.85 | 0.91 | 0.54 |
| Hex | F4 | 1E | 6D | 0 | 58 | 37 | 4 | 152 | 5B | 36 |
| Octal | 364 | 36 | 155 | 0 | 130 | 67 | 4 | 522 | 133 | 66 |
| Binary | 11110100 | 11110 | 1101101 | 0 | 1011000 | 110111 | 100 | 101010010 | 1011011 | 110110 |
Color Harmonies of #F41E6D
Complementary color
Monochromatic Colors of #F41E6D
Black with #F41E6D
Text Example
Text Example
White with #F41E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E6D; }
p { color: rgb(244,30,109); }
H1.HeaderClassName
{
color: #F41E6D;
}
.AnyTagClassName
{
color: #F41E6D;
}
</style>
background-color css
<style>
a { background-color: #F41E6D; }
a { background-color: rgb(244,30,109); }
div.DivClassName
{
background-color: #F41E6D;
}
.BgClassName
{
background-color: #F41E6D;
}
</style>
border-color css
<style>
span { border-color: #F41E6D; }
span { border-color: rgb(244,30,109); }
td.TdClassName
{
border-color: #F41E6D;
}
.TagClassName
{
border-color: #F41E6D;
}
</style>