Shades of Ruby #F41172
Tints of Ruby #F41172
RGB
CMYK
RGB Variations
Color information
#F41172 (or 0xF41172) is known color: Ruby. HEX triplet: F4, 11 and 72. RGB value is (244,17,114). Sum of RGB (Red+Green+Blue) = 244+17+114=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F41172 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41172 is #0BEE8D. Grayscale: #5F5F5F. Windows color (decimal): -781966 or 7475700. OLE color: 7475700.
HSL color Cylindrical-coordinate representation of color #F41172: hue angle of 334.36º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41172 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 114 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.04 |
| HSL | 334.36º | 0.91% | 0.51% | - |
| HSV(B) | 334.36º | 0.93% | 0.96% | - |
| XYZ | 40.55 | 20.85 | 17.81 | - |
| YUV | 95.93 | 138.21 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 114 | 0 | 0.93 | 0.53 | 0.04 | 334.36 | 0.91 | 0.51 |
| Hex | F4 | 11 | 72 | 0 | 5D | 35 | 4 | 14E | 5B | 33 |
| Octal | 364 | 21 | 162 | 0 | 135 | 65 | 4 | 516 | 133 | 63 |
| Binary | 11110100 | 10001 | 1110010 | 0 | 1011101 | 110101 | 100 | 101001110 | 1011011 | 110011 |
Color Harmonies of #F41172
Complementary color
Monochromatic Colors of #F41172
Black with #F41172
Text Example
Text Example
White with #F41172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41172; }
p { color: rgb(244,17,114); }
H1.HeaderClassName
{
color: #F41172;
}
.AnyTagClassName
{
color: #F41172;
}
</style>
background-color css
<style>
a { background-color: #F41172; }
a { background-color: rgb(244,17,114); }
div.DivClassName
{
background-color: #F41172;
}
.BgClassName
{
background-color: #F41172;
}
</style>
border-color css
<style>
span { border-color: #F41172; }
span { border-color: rgb(244,17,114); }
td.TdClassName
{
border-color: #F41172;
}
.TagClassName
{
border-color: #F41172;
}
</style>