Shades of Ruby #F41D6A
Tints of Ruby #F41D6A
RGB
CMYK
RGB Variations
Color information
#F41D6A (or 0xF41D6A) is known color: Ruby. HEX triplet: F4, 1D and 6A. RGB value is (244,29,106). Sum of RGB (Red+Green+Blue) = 244+29+106=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41D6A is #0BE295. Grayscale: #656565. Windows color (decimal): -778902 or 6954484. OLE color: 6954484.
HSL color Cylindrical-coordinate representation of color #F41D6A: hue angle of 338.51º 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 #F41D6A is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 106 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.04 |
| HSL | 338.51º | 0.91% | 0.54% | - |
| HSV(B) | 338.51º | 0.88% | 0.96% | - |
| XYZ | 40.35 | 21.15 | 15.59 | - |
| YUV | 102.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 106 | 0 | 0.88 | 0.57 | 0.04 | 338.51 | 0.91 | 0.54 |
| Hex | F4 | 1D | 6A | 0 | 58 | 39 | 4 | 153 | 5B | 36 |
| Octal | 364 | 35 | 152 | 0 | 130 | 71 | 4 | 523 | 133 | 66 |
| Binary | 11110100 | 11101 | 1101010 | 0 | 1011000 | 111001 | 100 | 101010011 | 1011011 | 110110 |
Color Harmonies of #F41D6A
Complementary color
Monochromatic Colors of #F41D6A
Black with #F41D6A
Text Example
Text Example
White with #F41D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D6A; }
p { color: rgb(244,29,106); }
H1.HeaderClassName
{
color: #F41D6A;
}
.AnyTagClassName
{
color: #F41D6A;
}
</style>
background-color css
<style>
a { background-color: #F41D6A; }
a { background-color: rgb(244,29,106); }
div.DivClassName
{
background-color: #F41D6A;
}
.BgClassName
{
background-color: #F41D6A;
}
</style>
border-color css
<style>
span { border-color: #F41D6A; }
span { border-color: rgb(244,29,106); }
td.TdClassName
{
border-color: #F41D6A;
}
.TagClassName
{
border-color: #F41D6A;
}
</style>