Shades of Ruby #F41969
Tints of Ruby #F41969
RGB
CMYK
RGB Variations
Color information
#F41969 (or 0xF41969) is known color: Ruby. HEX triplet: F4, 19 and 69. RGB value is (244,25,105). Sum of RGB (Red+Green+Blue) = 244+25+105=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F41969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41969 is #0BE696. Grayscale: #636363. Windows color (decimal): -779927 or 6887924. OLE color: 6887924.
HSL color Cylindrical-coordinate representation of color #F41969: hue angle of 338.08º 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 #F41969 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 105 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.04 |
| HSL | 338.08º | 0.91% | 0.53% | - |
| HSV(B) | 338.08º | 0.9% | 0.96% | - |
| XYZ | 40.21 | 20.95 | 15.29 | - |
| YUV | 99.6 | 131.05 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 105 | 0 | 0.90 | 0.57 | 0.04 | 338.08 | 0.91 | 0.53 |
| Hex | F4 | 19 | 69 | 0 | 5A | 39 | 4 | 152 | 5B | 35 |
| Octal | 364 | 31 | 151 | 0 | 132 | 71 | 4 | 522 | 133 | 65 |
| Binary | 11110100 | 11001 | 1101001 | 0 | 1011010 | 111001 | 100 | 101010010 | 1011011 | 110101 |
Color Harmonies of #F41969
Complementary color
Monochromatic Colors of #F41969
Black with #F41969
Text Example
Text Example
White with #F41969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41969; }
p { color: rgb(244,25,105); }
H1.HeaderClassName
{
color: #F41969;
}
.AnyTagClassName
{
color: #F41969;
}
</style>
background-color css
<style>
a { background-color: #F41969; }
a { background-color: rgb(244,25,105); }
div.DivClassName
{
background-color: #F41969;
}
.BgClassName
{
background-color: #F41969;
}
</style>
border-color css
<style>
span { border-color: #F41969; }
span { border-color: rgb(244,25,105); }
td.TdClassName
{
border-color: #F41969;
}
.TagClassName
{
border-color: #F41969;
}
</style>