Shades of Ruby #F41569
Tints of Ruby #F41569
RGB
CMYK
RGB Variations
Color information
#F41569 (or 0xF41569) is known color: Ruby. HEX triplet: F4, 15 and 69. RGB value is (244,21,105). Sum of RGB (Red+Green+Blue) = 244+21+105=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F41569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41569 is #0BEA96. Grayscale: #616161. Windows color (decimal): -780951 or 6886900. OLE color: 6886900.
HSL color Cylindrical-coordinate representation of color #F41569: hue angle of 337.4º 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 #F41569 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 105 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.04 |
| HSL | 337.4º | 0.91% | 0.52% | - |
| HSV(B) | 337.4º | 0.91% | 0.96% | - |
| XYZ | 40.13 | 20.79 | 15.26 | - |
| YUV | 97.25 | 132.38 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 105 | 0 | 0.91 | 0.57 | 0.04 | 337.4 | 0.91 | 0.52 |
| Hex | F4 | 15 | 69 | 0 | 5B | 39 | 4 | 151 | 5B | 34 |
| Octal | 364 | 25 | 151 | 0 | 133 | 71 | 4 | 521 | 133 | 64 |
| Binary | 11110100 | 10101 | 1101001 | 0 | 1011011 | 111001 | 100 | 101010001 | 1011011 | 110100 |
Color Harmonies of #F41569
Complementary color
Monochromatic Colors of #F41569
Black with #F41569
Text Example
Text Example
White with #F41569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41569; }
p { color: rgb(244,21,105); }
H1.HeaderClassName
{
color: #F41569;
}
.AnyTagClassName
{
color: #F41569;
}
</style>
background-color css
<style>
a { background-color: #F41569; }
a { background-color: rgb(244,21,105); }
div.DivClassName
{
background-color: #F41569;
}
.BgClassName
{
background-color: #F41569;
}
</style>
border-color css
<style>
span { border-color: #F41569; }
span { border-color: rgb(244,21,105); }
td.TdClassName
{
border-color: #F41569;
}
.TagClassName
{
border-color: #F41569;
}
</style>