Shades of Ruby #F41072
Tints of Ruby #F41072
RGB
CMYK
RGB Variations
Color information
#F41072 (or 0xF41072) is known color: Ruby. HEX triplet: F4, 10 and 72. RGB value is (244,16,114). Sum of RGB (Red+Green+Blue) = 244+16+114=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F41072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41072 is #0BEF8D. Grayscale: #5F5F5F. Windows color (decimal): -782222 or 7475444. OLE color: 7475444.
HSL color Cylindrical-coordinate representation of color #F41072: hue angle of 334.21º 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 #F41072 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 114 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.04 |
| HSL | 334.21º | 0.91% | 0.51% | - |
| HSV(B) | 334.21º | 0.93% | 0.96% | - |
| XYZ | 40.53 | 20.82 | 17.8 | - |
| YUV | 95.34 | 138.54 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 114 | 0 | 0.93 | 0.53 | 0.04 | 334.21 | 0.91 | 0.51 |
| Hex | F4 | 10 | 72 | 0 | 5D | 35 | 4 | 14E | 5B | 33 |
| Octal | 364 | 20 | 162 | 0 | 135 | 65 | 4 | 516 | 133 | 63 |
| Binary | 11110100 | 10000 | 1110010 | 0 | 1011101 | 110101 | 100 | 101001110 | 1011011 | 110011 |
Color Harmonies of #F41072
Complementary color
Monochromatic Colors of #F41072
Black with #F41072
Text Example
Text Example
White with #F41072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41072; }
p { color: rgb(244,16,114); }
H1.HeaderClassName
{
color: #F41072;
}
.AnyTagClassName
{
color: #F41072;
}
</style>
background-color css
<style>
a { background-color: #F41072; }
a { background-color: rgb(244,16,114); }
div.DivClassName
{
background-color: #F41072;
}
.BgClassName
{
background-color: #F41072;
}
</style>
border-color css
<style>
span { border-color: #F41072; }
span { border-color: rgb(244,16,114); }
td.TdClassName
{
border-color: #F41072;
}
.TagClassName
{
border-color: #F41072;
}
</style>