Shades of Ruby #F41872
Tints of Ruby #F41872
RGB
CMYK
RGB Variations
Color information
#F41872 (or 0xF41872) is known color: Ruby. HEX triplet: F4, 18 and 72. RGB value is (244,24,114). Sum of RGB (Red+Green+Blue) = 244+24+114=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F41872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41872 is #0BE78D. Grayscale: #636363. Windows color (decimal): -780174 or 7477492. OLE color: 7477492.
HSL color Cylindrical-coordinate representation of color #F41872: hue angle of 335.45º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41872 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 114 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.04 |
| HSL | 335.45º | 0.91% | 0.53% | - |
| HSV(B) | 335.45º | 0.9% | 0.96% | - |
| XYZ | 40.67 | 21.1 | 17.85 | - |
| YUV | 100.04 | 135.89 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 114 | 0 | 0.90 | 0.53 | 0.04 | 335.45 | 0.91 | 0.53 |
| Hex | F4 | 18 | 72 | 0 | 5A | 35 | 4 | 14F | 5B | 35 |
| Octal | 364 | 30 | 162 | 0 | 132 | 65 | 4 | 517 | 133 | 65 |
| Binary | 11110100 | 11000 | 1110010 | 0 | 1011010 | 110101 | 100 | 101001111 | 1011011 | 110101 |
Color Harmonies of #F41872
Complementary color
Monochromatic Colors of #F41872
Black with #F41872
Text Example
Text Example
White with #F41872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41872; }
p { color: rgb(244,24,114); }
H1.HeaderClassName
{
color: #F41872;
}
.AnyTagClassName
{
color: #F41872;
}
</style>
background-color css
<style>
a { background-color: #F41872; }
a { background-color: rgb(244,24,114); }
div.DivClassName
{
background-color: #F41872;
}
.BgClassName
{
background-color: #F41872;
}
</style>
border-color css
<style>
span { border-color: #F41872; }
span { border-color: rgb(244,24,114); }
td.TdClassName
{
border-color: #F41872;
}
.TagClassName
{
border-color: #F41872;
}
</style>