Shades of Ruby #F41C5B
Tints of Ruby #F41C5B
RGB
CMYK
RGB Variations
Color information
#F41C5B (or 0xF41C5B) is known color: Ruby. HEX triplet: F4, 1C and 5B. RGB value is (244,28,91). Sum of RGB (Red+Green+Blue) = 244+28+91=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C5B is #0BE3A4. Grayscale: #636363. Windows color (decimal): -779173 or 5971188. OLE color: 5971188.
HSL color Cylindrical-coordinate representation of color #F41C5B: hue angle of 342.5º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C5B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 91 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.04 |
| HSL | 342.5º | 0.91% | 0.53% | - |
| HSV(B) | 342.5º | 0.89% | 0.96% | - |
| XYZ | 39.61 | 20.82 | 11.83 | - |
| YUV | 99.77 | 123.06 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 91 | 0 | 0.89 | 0.63 | 0.04 | 342.5 | 0.91 | 0.53 |
| Hex | F4 | 1C | 5B | 0 | 59 | 3F | 4 | 156 | 5B | 35 |
| Octal | 364 | 34 | 133 | 0 | 131 | 77 | 4 | 526 | 133 | 65 |
| Binary | 11110100 | 11100 | 1011011 | 0 | 1011001 | 111111 | 100 | 101010110 | 1011011 | 110101 |
Color Harmonies of #F41C5B
Complementary color
Monochromatic Colors of #F41C5B
Black with #F41C5B
Text Example
Text Example
White with #F41C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C5B; }
p { color: rgb(244,28,91); }
H1.HeaderClassName
{
color: #F41C5B;
}
.AnyTagClassName
{
color: #F41C5B;
}
</style>
background-color css
<style>
a { background-color: #F41C5B; }
a { background-color: rgb(244,28,91); }
div.DivClassName
{
background-color: #F41C5B;
}
.BgClassName
{
background-color: #F41C5B;
}
</style>
border-color css
<style>
span { border-color: #F41C5B; }
span { border-color: rgb(244,28,91); }
td.TdClassName
{
border-color: #F41C5B;
}
.TagClassName
{
border-color: #F41C5B;
}
</style>