Shades of Ruby #F41765
Tints of Ruby #F41765
RGB
CMYK
RGB Variations
Color information
#F41765 (or 0xF41765) is known color: Ruby. HEX triplet: F4, 17 and 65. RGB value is (244,23,101). Sum of RGB (Red+Green+Blue) = 244+23+101=368 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.30% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 244 - color contains mainly: red. Hex color #F41765 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41765 is #0BE89A. Grayscale: #616161. Windows color (decimal): -780443 or 6625268. OLE color: 6625268.
HSL color Cylindrical-coordinate representation of color #F41765: hue angle of 338.82º 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 #F41765 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 101 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.04 |
| HSL | 338.82º | 0.91% | 0.52% | - |
| HSV(B) | 338.82º | 0.91% | 0.96% | - |
| XYZ | 39.96 | 20.79 | 14.22 | - |
| YUV | 97.97 | 129.72 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 101 | 0 | 0.91 | 0.59 | 0.04 | 338.82 | 0.91 | 0.52 |
| Hex | F4 | 17 | 65 | 0 | 5B | 3B | 4 | 153 | 5B | 34 |
| Octal | 364 | 27 | 145 | 0 | 133 | 73 | 4 | 523 | 133 | 64 |
| Binary | 11110100 | 10111 | 1100101 | 0 | 1011011 | 111011 | 100 | 101010011 | 1011011 | 110100 |
Color Harmonies of #F41765
Complementary color
Monochromatic Colors of #F41765
Black with #F41765
Text Example
Text Example
White with #F41765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41765; }
p { color: rgb(244,23,101); }
H1.HeaderClassName
{
color: #F41765;
}
.AnyTagClassName
{
color: #F41765;
}
</style>
background-color css
<style>
a { background-color: #F41765; }
a { background-color: rgb(244,23,101); }
div.DivClassName
{
background-color: #F41765;
}
.BgClassName
{
background-color: #F41765;
}
</style>
border-color css
<style>
span { border-color: #F41765; }
span { border-color: rgb(244,23,101); }
td.TdClassName
{
border-color: #F41765;
}
.TagClassName
{
border-color: #F41765;
}
</style>