Shades of Ruby #F41F74
Tints of Ruby #F41F74
RGB
CMYK
RGB Variations
Color information
#F41F74 (or 0xF41F74) is known color: Ruby. HEX triplet: F4, 1F and 74. RGB value is (244,31,116). Sum of RGB (Red+Green+Blue) = 244+31+116=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F74 is #0BE08B. Grayscale: #686868. Windows color (decimal): -778380 or 7610356. OLE color: 7610356.
HSL color Cylindrical-coordinate representation of color #F41F74: hue angle of 336.06º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F41F74 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 116 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.04 |
| HSL | 336.06º | 0.91% | 0.54% | - |
| HSV(B) | 336.06º | 0.87% | 0.96% | - |
| XYZ | 40.95 | 21.47 | 18.51 | - |
| YUV | 104.38 | 134.57 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 116 | 0 | 0.87 | 0.52 | 0.04 | 336.06 | 0.91 | 0.54 |
| Hex | F4 | 1F | 74 | 0 | 57 | 34 | 4 | 150 | 5B | 36 |
| Octal | 364 | 37 | 164 | 0 | 127 | 64 | 4 | 520 | 133 | 66 |
| Binary | 11110100 | 11111 | 1110100 | 0 | 1010111 | 110100 | 100 | 101010000 | 1011011 | 110110 |
Color Harmonies of #F41F74
Complementary color
Monochromatic Colors of #F41F74
Black with #F41F74
Text Example
Text Example
White with #F41F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F74; }
p { color: rgb(244,31,116); }
H1.HeaderClassName
{
color: #F41F74;
}
.AnyTagClassName
{
color: #F41F74;
}
</style>
background-color css
<style>
a { background-color: #F41F74; }
a { background-color: rgb(244,31,116); }
div.DivClassName
{
background-color: #F41F74;
}
.BgClassName
{
background-color: #F41F74;
}
</style>
border-color css
<style>
span { border-color: #F41F74; }
span { border-color: rgb(244,31,116); }
td.TdClassName
{
border-color: #F41F74;
}
.TagClassName
{
border-color: #F41F74;
}
</style>