Shades of Ruby #F41771
Tints of Ruby #F41771
RGB
CMYK
RGB Variations
Color information
#F41771 (or 0xF41771) is known color: Ruby. HEX triplet: F4, 17 and 71. RGB value is (244,23,113). Sum of RGB (Red+Green+Blue) = 244+23+113=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F41771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41771 is #0BE88E. Grayscale: #636363. Windows color (decimal): -780431 or 7411700. OLE color: 7411700.
HSL color Cylindrical-coordinate representation of color #F41771: hue angle of 335.57º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41771 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 113 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.04 |
| HSL | 335.57º | 0.91% | 0.52% | - |
| HSV(B) | 335.57º | 0.91% | 0.96% | - |
| XYZ | 40.6 | 21.04 | 17.54 | - |
| YUV | 99.34 | 135.72 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 113 | 0 | 0.91 | 0.54 | 0.04 | 335.57 | 0.91 | 0.52 |
| Hex | F4 | 17 | 71 | 0 | 5B | 36 | 4 | 150 | 5B | 34 |
| Octal | 364 | 27 | 161 | 0 | 133 | 66 | 4 | 520 | 133 | 64 |
| Binary | 11110100 | 10111 | 1110001 | 0 | 1011011 | 110110 | 100 | 101010000 | 1011011 | 110100 |
Color Harmonies of #F41771
Complementary color
Monochromatic Colors of #F41771
Black with #F41771
Text Example
Text Example
White with #F41771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41771; }
p { color: rgb(244,23,113); }
H1.HeaderClassName
{
color: #F41771;
}
.AnyTagClassName
{
color: #F41771;
}
</style>
background-color css
<style>
a { background-color: #F41771; }
a { background-color: rgb(244,23,113); }
div.DivClassName
{
background-color: #F41771;
}
.BgClassName
{
background-color: #F41771;
}
</style>
border-color css
<style>
span { border-color: #F41771; }
span { border-color: rgb(244,23,113); }
td.TdClassName
{
border-color: #F41771;
}
.TagClassName
{
border-color: #F41771;
}
</style>