Shades of Ruby #F41772
Tints of Ruby #F41772
RGB
CMYK
RGB Variations
Color information
#F41772 (or 0xF41772) is known color: Ruby. HEX triplet: F4, 17 and 72. RGB value is (244,23,114). Sum of RGB (Red+Green+Blue) = 244+23+114=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F41772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41772 is #0BE88D. Grayscale: #636363. Windows color (decimal): -780430 or 7477236. OLE color: 7477236.
HSL color Cylindrical-coordinate representation of color #F41772: hue angle of 335.29º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41772 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 114 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.04 |
| HSL | 335.29º | 0.91% | 0.52% | - |
| HSV(B) | 335.29º | 0.91% | 0.96% | - |
| XYZ | 40.65 | 21.06 | 17.84 | - |
| YUV | 99.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 114 | 0 | 0.91 | 0.53 | 0.04 | 335.29 | 0.91 | 0.52 |
| Hex | F4 | 17 | 72 | 0 | 5B | 35 | 4 | 14F | 5B | 34 |
| Octal | 364 | 27 | 162 | 0 | 133 | 65 | 4 | 517 | 133 | 64 |
| Binary | 11110100 | 10111 | 1110010 | 0 | 1011011 | 110101 | 100 | 101001111 | 1011011 | 110100 |
Color Harmonies of #F41772
Complementary color
Monochromatic Colors of #F41772
Black with #F41772
Text Example
Text Example
White with #F41772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41772; }
p { color: rgb(244,23,114); }
H1.HeaderClassName
{
color: #F41772;
}
.AnyTagClassName
{
color: #F41772;
}
</style>
background-color css
<style>
a { background-color: #F41772; }
a { background-color: rgb(244,23,114); }
div.DivClassName
{
background-color: #F41772;
}
.BgClassName
{
background-color: #F41772;
}
</style>
border-color css
<style>
span { border-color: #F41772; }
span { border-color: rgb(244,23,114); }
td.TdClassName
{
border-color: #F41772;
}
.TagClassName
{
border-color: #F41772;
}
</style>