Shades of Ruby #F41971
Tints of Ruby #F41971
RGB
CMYK
RGB Variations
Color information
#F41971 (or 0xF41971) is known color: Ruby. HEX triplet: F4, 19 and 71. RGB value is (244,25,113). Sum of RGB (Red+Green+Blue) = 244+25+113=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F41971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41971 is #0BE68E. Grayscale: #646464. Windows color (decimal): -779919 or 7412212. OLE color: 7412212.
HSL color Cylindrical-coordinate representation of color #F41971: hue angle of 335.89º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41971 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 113 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.04 |
| HSL | 335.89º | 0.91% | 0.53% | - |
| HSV(B) | 335.89º | 0.9% | 0.96% | - |
| XYZ | 40.64 | 21.12 | 17.56 | - |
| YUV | 100.51 | 135.05 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 113 | 0 | 0.90 | 0.54 | 0.04 | 335.89 | 0.91 | 0.53 |
| Hex | F4 | 19 | 71 | 0 | 5A | 36 | 4 | 150 | 5B | 35 |
| Octal | 364 | 31 | 161 | 0 | 132 | 66 | 4 | 520 | 133 | 65 |
| Binary | 11110100 | 11001 | 1110001 | 0 | 1011010 | 110110 | 100 | 101010000 | 1011011 | 110101 |
Color Harmonies of #F41971
Complementary color
Monochromatic Colors of #F41971
Black with #F41971
Text Example
Text Example
White with #F41971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41971; }
p { color: rgb(244,25,113); }
H1.HeaderClassName
{
color: #F41971;
}
.AnyTagClassName
{
color: #F41971;
}
</style>
background-color css
<style>
a { background-color: #F41971; }
a { background-color: rgb(244,25,113); }
div.DivClassName
{
background-color: #F41971;
}
.BgClassName
{
background-color: #F41971;
}
</style>
border-color css
<style>
span { border-color: #F41971; }
span { border-color: rgb(244,25,113); }
td.TdClassName
{
border-color: #F41971;
}
.TagClassName
{
border-color: #F41971;
}
</style>