Shades of Ruby #F41B5C
Tints of Ruby #F41B5C
RGB
CMYK
RGB Variations
Color information
#F41B5C (or 0xF41B5C) is known color: Ruby. HEX triplet: F4, 1B and 5C. RGB value is (244,27,92). Sum of RGB (Red+Green+Blue) = 244+27+92=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F41B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41B5C is #0BE4A3. Grayscale: #636363. Windows color (decimal): -779428 or 6036468. OLE color: 6036468.
HSL color Cylindrical-coordinate representation of color #F41B5C: hue angle of 342.03º 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 #F41B5C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 92 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.04 |
| HSL | 342.03º | 0.91% | 0.53% | - |
| HSV(B) | 342.03º | 0.89% | 0.96% | - |
| XYZ | 39.63 | 20.79 | 12.05 | - |
| YUV | 99.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 92 | 0 | 0.89 | 0.62 | 0.04 | 342.03 | 0.91 | 0.53 |
| Hex | F4 | 1B | 5C | 0 | 59 | 3E | 4 | 156 | 5B | 35 |
| Octal | 364 | 33 | 134 | 0 | 131 | 76 | 4 | 526 | 133 | 65 |
| Binary | 11110100 | 11011 | 1011100 | 0 | 1011001 | 111110 | 100 | 101010110 | 1011011 | 110101 |
Color Harmonies of #F41B5C
Complementary color
Monochromatic Colors of #F41B5C
Black with #F41B5C
Text Example
Text Example
White with #F41B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41B5C; }
p { color: rgb(244,27,92); }
H1.HeaderClassName
{
color: #F41B5C;
}
.AnyTagClassName
{
color: #F41B5C;
}
</style>
background-color css
<style>
a { background-color: #F41B5C; }
a { background-color: rgb(244,27,92); }
div.DivClassName
{
background-color: #F41B5C;
}
.BgClassName
{
background-color: #F41B5C;
}
</style>
border-color css
<style>
span { border-color: #F41B5C; }
span { border-color: rgb(244,27,92); }
td.TdClassName
{
border-color: #F41B5C;
}
.TagClassName
{
border-color: #F41B5C;
}
</style>