Shades of Ruby #F41775
Tints of Ruby #F41775
RGB
CMYK
RGB Variations
Color information
#F41775 (or 0xF41775) is known color: Ruby. HEX triplet: F4, 17 and 75. RGB value is (244,23,117). Sum of RGB (Red+Green+Blue) = 244+23+117=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F41775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41775 is #0BE88A. Grayscale: #636363. Windows color (decimal): -780427 or 7673844. OLE color: 7673844.
HSL color Cylindrical-coordinate representation of color #F41775: hue angle of 334.48º 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 #F41775 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 117 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.04 |
| HSL | 334.48º | 0.91% | 0.52% | - |
| HSV(B) | 334.48º | 0.91% | 0.96% | - |
| XYZ | 40.83 | 21.13 | 18.76 | - |
| YUV | 99.8 | 137.72 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 117 | 0 | 0.91 | 0.52 | 0.04 | 334.48 | 0.91 | 0.52 |
| Hex | F4 | 17 | 75 | 0 | 5B | 34 | 4 | 14E | 5B | 34 |
| Octal | 364 | 27 | 165 | 0 | 133 | 64 | 4 | 516 | 133 | 64 |
| Binary | 11110100 | 10111 | 1110101 | 0 | 1011011 | 110100 | 100 | 101001110 | 1011011 | 110100 |
Color Harmonies of #F41775
Complementary color
Monochromatic Colors of #F41775
Black with #F41775
Text Example
Text Example
White with #F41775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41775; }
p { color: rgb(244,23,117); }
H1.HeaderClassName
{
color: #F41775;
}
.AnyTagClassName
{
color: #F41775;
}
</style>
background-color css
<style>
a { background-color: #F41775; }
a { background-color: rgb(244,23,117); }
div.DivClassName
{
background-color: #F41775;
}
.BgClassName
{
background-color: #F41775;
}
</style>
border-color css
<style>
span { border-color: #F41775; }
span { border-color: rgb(244,23,117); }
td.TdClassName
{
border-color: #F41775;
}
.TagClassName
{
border-color: #F41775;
}
</style>