Shades of Ruby #F41871
Tints of Ruby #F41871
RGB
CMYK
RGB Variations
Color information
#F41871 (or 0xF41871) is known color: Ruby. HEX triplet: F4, 18 and 71. RGB value is (244,24,113). Sum of RGB (Red+Green+Blue) = 244+24+113=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F41871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41871 is #0BE78E. Grayscale: #636363. Windows color (decimal): -780175 or 7411956. OLE color: 7411956.
HSL color Cylindrical-coordinate representation of color #F41871: hue angle of 335.73º 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 #F41871 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 113 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.04 |
| HSL | 335.73º | 0.91% | 0.53% | - |
| HSV(B) | 335.73º | 0.9% | 0.96% | - |
| XYZ | 40.62 | 21.08 | 17.55 | - |
| YUV | 99.93 | 135.39 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 113 | 0 | 0.90 | 0.54 | 0.04 | 335.73 | 0.91 | 0.53 |
| Hex | F4 | 18 | 71 | 0 | 5A | 36 | 4 | 150 | 5B | 35 |
| Octal | 364 | 30 | 161 | 0 | 132 | 66 | 4 | 520 | 133 | 65 |
| Binary | 11110100 | 11000 | 1110001 | 0 | 1011010 | 110110 | 100 | 101010000 | 1011011 | 110101 |
Color Harmonies of #F41871
Complementary color
Monochromatic Colors of #F41871
Black with #F41871
Text Example
Text Example
White with #F41871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41871; }
p { color: rgb(244,24,113); }
H1.HeaderClassName
{
color: #F41871;
}
.AnyTagClassName
{
color: #F41871;
}
</style>
background-color css
<style>
a { background-color: #F41871; }
a { background-color: rgb(244,24,113); }
div.DivClassName
{
background-color: #F41871;
}
.BgClassName
{
background-color: #F41871;
}
</style>
border-color css
<style>
span { border-color: #F41871; }
span { border-color: rgb(244,24,113); }
td.TdClassName
{
border-color: #F41871;
}
.TagClassName
{
border-color: #F41871;
}
</style>