Shades of Ruby #F41666
Tints of Ruby #F41666
RGB
CMYK
RGB Variations
Color information
#F41666 (or 0xF41666) is known color: Ruby. HEX triplet: F4, 16 and 66. RGB value is (244,22,102). Sum of RGB (Red+Green+Blue) = 244+22+102=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F41666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41666 is #0BE999. Grayscale: #616161. Windows color (decimal): -780698 or 6690548. OLE color: 6690548.
HSL color Cylindrical-coordinate representation of color #F41666: hue angle of 338.38º 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 #F41666 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 102 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.04 |
| HSL | 338.38º | 0.91% | 0.52% | - |
| HSV(B) | 338.38º | 0.91% | 0.96% | - |
| XYZ | 39.99 | 20.77 | 14.47 | - |
| YUV | 97.5 | 130.55 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 102 | 0 | 0.91 | 0.58 | 0.04 | 338.38 | 0.91 | 0.52 |
| Hex | F4 | 16 | 66 | 0 | 5B | 3A | 4 | 152 | 5B | 34 |
| Octal | 364 | 26 | 146 | 0 | 133 | 72 | 4 | 522 | 133 | 64 |
| Binary | 11110100 | 10110 | 1100110 | 0 | 1011011 | 111010 | 100 | 101010010 | 1011011 | 110100 |
Color Harmonies of #F41666
Complementary color
Monochromatic Colors of #F41666
Black with #F41666
Text Example
Text Example
White with #F41666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41666; }
p { color: rgb(244,22,102); }
H1.HeaderClassName
{
color: #F41666;
}
.AnyTagClassName
{
color: #F41666;
}
</style>
background-color css
<style>
a { background-color: #F41666; }
a { background-color: rgb(244,22,102); }
div.DivClassName
{
background-color: #F41666;
}
.BgClassName
{
background-color: #F41666;
}
</style>
border-color css
<style>
span { border-color: #F41666; }
span { border-color: rgb(244,22,102); }
td.TdClassName
{
border-color: #F41666;
}
.TagClassName
{
border-color: #F41666;
}
</style>