Shades of Ruby #F41D71
Tints of Ruby #F41D71
RGB
CMYK
RGB Variations
Color information
#F41D71 (or 0xF41D71) is known color: Ruby. HEX triplet: F4, 1D and 71. RGB value is (244,29,113). Sum of RGB (Red+Green+Blue) = 244+29+113=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41D71 is #0BE28E. Grayscale: #666666. Windows color (decimal): -778895 or 7413236. OLE color: 7413236.
HSL color Cylindrical-coordinate representation of color #F41D71: hue angle of 336.56º 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 #F41D71 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 113 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.04 |
| HSL | 336.56º | 0.91% | 0.54% | - |
| HSV(B) | 336.56º | 0.88% | 0.96% | - |
| XYZ | 40.73 | 21.3 | 17.59 | - |
| YUV | 102.86 | 133.73 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 113 | 0 | 0.88 | 0.54 | 0.04 | 336.56 | 0.91 | 0.54 |
| Hex | F4 | 1D | 71 | 0 | 58 | 36 | 4 | 151 | 5B | 36 |
| Octal | 364 | 35 | 161 | 0 | 130 | 66 | 4 | 521 | 133 | 66 |
| Binary | 11110100 | 11101 | 1110001 | 0 | 1011000 | 110110 | 100 | 101010001 | 1011011 | 110110 |
Color Harmonies of #F41D71
Complementary color
Monochromatic Colors of #F41D71
Black with #F41D71
Text Example
Text Example
White with #F41D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D71; }
p { color: rgb(244,29,113); }
H1.HeaderClassName
{
color: #F41D71;
}
.AnyTagClassName
{
color: #F41D71;
}
</style>
background-color css
<style>
a { background-color: #F41D71; }
a { background-color: rgb(244,29,113); }
div.DivClassName
{
background-color: #F41D71;
}
.BgClassName
{
background-color: #F41D71;
}
</style>
border-color css
<style>
span { border-color: #F41D71; }
span { border-color: rgb(244,29,113); }
td.TdClassName
{
border-color: #F41D71;
}
.TagClassName
{
border-color: #F41D71;
}
</style>