Shades of Ruby #F41669
Tints of Ruby #F41669
RGB
CMYK
RGB Variations
Color information
#F41669 (or 0xF41669) is known color: Ruby. HEX triplet: F4, 16 and 69. RGB value is (244,22,105). Sum of RGB (Red+Green+Blue) = 244+22+105=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F41669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41669 is #0BE996. Grayscale: #616161. Windows color (decimal): -780695 or 6887156. OLE color: 6887156.
HSL color Cylindrical-coordinate representation of color #F41669: hue angle of 337.57º 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 #F41669 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 105 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.04 |
| HSL | 337.57º | 0.91% | 0.52% | - |
| HSV(B) | 337.57º | 0.91% | 0.96% | - |
| XYZ | 40.14 | 20.83 | 15.27 | - |
| YUV | 97.84 | 132.05 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 105 | 0 | 0.91 | 0.57 | 0.04 | 337.57 | 0.91 | 0.52 |
| Hex | F4 | 16 | 69 | 0 | 5B | 39 | 4 | 152 | 5B | 34 |
| Octal | 364 | 26 | 151 | 0 | 133 | 71 | 4 | 522 | 133 | 64 |
| Binary | 11110100 | 10110 | 1101001 | 0 | 1011011 | 111001 | 100 | 101010010 | 1011011 | 110100 |
Color Harmonies of #F41669
Complementary color
Monochromatic Colors of #F41669
Black with #F41669
Text Example
Text Example
White with #F41669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41669; }
p { color: rgb(244,22,105); }
H1.HeaderClassName
{
color: #F41669;
}
.AnyTagClassName
{
color: #F41669;
}
</style>
background-color css
<style>
a { background-color: #F41669; }
a { background-color: rgb(244,22,105); }
div.DivClassName
{
background-color: #F41669;
}
.BgClassName
{
background-color: #F41669;
}
</style>
border-color css
<style>
span { border-color: #F41669; }
span { border-color: rgb(244,22,105); }
td.TdClassName
{
border-color: #F41669;
}
.TagClassName
{
border-color: #F41669;
}
</style>