Shades of Ruby #F41665
Tints of Ruby #F41665
RGB
CMYK
RGB Variations
Color information
#F41665 (or 0xF41665) is known color: Ruby. HEX triplet: F4, 16 and 65. RGB value is (244,22,101). Sum of RGB (Red+Green+Blue) = 244+22+101=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F41665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41665 is #0BE99A. Grayscale: #616161. Windows color (decimal): -780699 or 6625012. OLE color: 6625012.
HSL color Cylindrical-coordinate representation of color #F41665: hue angle of 338.65º 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 #F41665 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.04 |
| HSL | 338.65º | 0.91% | 0.52% | - |
| HSV(B) | 338.65º | 0.91% | 0.96% | - |
| XYZ | 39.94 | 20.75 | 14.21 | - |
| YUV | 97.38 | 130.05 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 101 | 0 | 0.91 | 0.59 | 0.04 | 338.65 | 0.91 | 0.52 |
| Hex | F4 | 16 | 65 | 0 | 5B | 3B | 4 | 153 | 5B | 34 |
| Octal | 364 | 26 | 145 | 0 | 133 | 73 | 4 | 523 | 133 | 64 |
| Binary | 11110100 | 10110 | 1100101 | 0 | 1011011 | 111011 | 100 | 101010011 | 1011011 | 110100 |
Color Harmonies of #F41665
Complementary color
Monochromatic Colors of #F41665
Black with #F41665
Text Example
Text Example
White with #F41665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41665; }
p { color: rgb(244,22,101); }
H1.HeaderClassName
{
color: #F41665;
}
.AnyTagClassName
{
color: #F41665;
}
</style>
background-color css
<style>
a { background-color: #F41665; }
a { background-color: rgb(244,22,101); }
div.DivClassName
{
background-color: #F41665;
}
.BgClassName
{
background-color: #F41665;
}
</style>
border-color css
<style>
span { border-color: #F41665; }
span { border-color: rgb(244,22,101); }
td.TdClassName
{
border-color: #F41665;
}
.TagClassName
{
border-color: #F41665;
}
</style>