Shades of Ruby #F41C72
Tints of Ruby #F41C72
RGB
CMYK
RGB Variations
Color information
#F41C72 (or 0xF41C72) is known color: Ruby. HEX triplet: F4, 1C and 72. RGB value is (244,28,114). Sum of RGB (Red+Green+Blue) = 244+28+114=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C72 is #0BE38D. Grayscale: #666666. Windows color (decimal): -779150 or 7478516. OLE color: 7478516.
HSL color Cylindrical-coordinate representation of color #F41C72: hue angle of 336.11º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C72 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 114 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.04 |
| HSL | 336.11º | 0.91% | 0.53% | - |
| HSV(B) | 336.11º | 0.89% | 0.96% | - |
| XYZ | 40.76 | 21.28 | 17.88 | - |
| YUV | 102.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 114 | 0 | 0.89 | 0.53 | 0.04 | 336.11 | 0.91 | 0.53 |
| Hex | F4 | 1C | 72 | 0 | 59 | 35 | 4 | 150 | 5B | 35 |
| Octal | 364 | 34 | 162 | 0 | 131 | 65 | 4 | 520 | 133 | 65 |
| Binary | 11110100 | 11100 | 1110010 | 0 | 1011001 | 110101 | 100 | 101010000 | 1011011 | 110101 |
Color Harmonies of #F41C72
Complementary color
Monochromatic Colors of #F41C72
Black with #F41C72
Text Example
Text Example
White with #F41C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C72; }
p { color: rgb(244,28,114); }
H1.HeaderClassName
{
color: #F41C72;
}
.AnyTagClassName
{
color: #F41C72;
}
</style>
background-color css
<style>
a { background-color: #F41C72; }
a { background-color: rgb(244,28,114); }
div.DivClassName
{
background-color: #F41C72;
}
.BgClassName
{
background-color: #F41C72;
}
</style>
border-color css
<style>
span { border-color: #F41C72; }
span { border-color: rgb(244,28,114); }
td.TdClassName
{
border-color: #F41C72;
}
.TagClassName
{
border-color: #F41C72;
}
</style>