Shades of Ruby #F41662
Tints of Ruby #F41662
RGB
CMYK
RGB Variations
Color information
#F41662 (or 0xF41662) is known color: Ruby. HEX triplet: F4, 16 and 62. RGB value is (244,22,98). Sum of RGB (Red+Green+Blue) = 244+22+98=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F41662 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41662 is #0BE99D. Grayscale: #606060. Windows color (decimal): -780702 or 6428404. OLE color: 6428404.
HSL color Cylindrical-coordinate representation of color #F41662: hue angle of 339.46º 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 #F41662 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 98 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.04 |
| HSL | 339.46º | 0.91% | 0.52% | - |
| HSV(B) | 339.46º | 0.91% | 0.96% | - |
| XYZ | 39.8 | 20.69 | 13.45 | - |
| YUV | 97.04 | 128.55 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 98 | 0 | 0.91 | 0.60 | 0.04 | 339.46 | 0.91 | 0.52 |
| Hex | F4 | 16 | 62 | 0 | 5B | 3C | 4 | 153 | 5B | 34 |
| Octal | 364 | 26 | 142 | 0 | 133 | 74 | 4 | 523 | 133 | 64 |
| Binary | 11110100 | 10110 | 1100010 | 0 | 1011011 | 111100 | 100 | 101010011 | 1011011 | 110100 |
Color Harmonies of #F41662
Complementary color
Monochromatic Colors of #F41662
Black with #F41662
Text Example
Text Example
White with #F41662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41662; }
p { color: rgb(244,22,98); }
H1.HeaderClassName
{
color: #F41662;
}
.AnyTagClassName
{
color: #F41662;
}
</style>
background-color css
<style>
a { background-color: #F41662; }
a { background-color: rgb(244,22,98); }
div.DivClassName
{
background-color: #F41662;
}
.BgClassName
{
background-color: #F41662;
}
</style>
border-color css
<style>
span { border-color: #F41662; }
span { border-color: rgb(244,22,98); }
td.TdClassName
{
border-color: #F41662;
}
.TagClassName
{
border-color: #F41662;
}
</style>