Shades of Ruby #F41866
Tints of Ruby #F41866
RGB
CMYK
RGB Variations
Color information
#F41866 (or 0xF41866) is known color: Ruby. HEX triplet: F4, 18 and 66. RGB value is (244,24,102). Sum of RGB (Red+Green+Blue) = 244+24+102=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F41866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41866 is #0BE799. Grayscale: #626262. Windows color (decimal): -780186 or 6691060. OLE color: 6691060.
HSL color Cylindrical-coordinate representation of color #F41866: hue angle of 338.73º 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 #F41866 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 102 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.04 |
| HSL | 338.73º | 0.91% | 0.53% | - |
| HSV(B) | 338.73º | 0.9% | 0.96% | - |
| XYZ | 40.03 | 20.85 | 14.48 | - |
| YUV | 98.67 | 129.89 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 102 | 0 | 0.90 | 0.58 | 0.04 | 338.73 | 0.91 | 0.53 |
| Hex | F4 | 18 | 66 | 0 | 5A | 3A | 4 | 153 | 5B | 35 |
| Octal | 364 | 30 | 146 | 0 | 132 | 72 | 4 | 523 | 133 | 65 |
| Binary | 11110100 | 11000 | 1100110 | 0 | 1011010 | 111010 | 100 | 101010011 | 1011011 | 110101 |
Color Harmonies of #F41866
Complementary color
Monochromatic Colors of #F41866
Black with #F41866
Text Example
Text Example
White with #F41866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41866; }
p { color: rgb(244,24,102); }
H1.HeaderClassName
{
color: #F41866;
}
.AnyTagClassName
{
color: #F41866;
}
</style>
background-color css
<style>
a { background-color: #F41866; }
a { background-color: rgb(244,24,102); }
div.DivClassName
{
background-color: #F41866;
}
.BgClassName
{
background-color: #F41866;
}
</style>
border-color css
<style>
span { border-color: #F41866; }
span { border-color: rgb(244,24,102); }
td.TdClassName
{
border-color: #F41866;
}
.TagClassName
{
border-color: #F41866;
}
</style>