Shades of Ruby #F41576
Tints of Ruby #F41576
RGB
CMYK
RGB Variations
Color information
#F41576 (or 0xF41576) is known color: Ruby. HEX triplet: F4, 15 and 76. RGB value is (244,21,118). Sum of RGB (Red+Green+Blue) = 244+21+118=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F41576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41576 is #0BEA89. Grayscale: #626262. Windows color (decimal): -780938 or 7738868. OLE color: 7738868.
HSL color Cylindrical-coordinate representation of color #F41576: hue angle of 333.9º 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 #F41576 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 118 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.04 |
| HSL | 333.9º | 0.91% | 0.52% | - |
| HSV(B) | 333.9º | 0.91% | 0.96% | - |
| XYZ | 40.85 | 21.08 | 19.06 | - |
| YUV | 98.74 | 138.88 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 118 | 0 | 0.91 | 0.52 | 0.04 | 333.9 | 0.91 | 0.52 |
| Hex | F4 | 15 | 76 | 0 | 5B | 34 | 4 | 14E | 5B | 34 |
| Octal | 364 | 25 | 166 | 0 | 133 | 64 | 4 | 516 | 133 | 64 |
| Binary | 11110100 | 10101 | 1110110 | 0 | 1011011 | 110100 | 100 | 101001110 | 1011011 | 110100 |
Color Harmonies of #F41576
Complementary color
Monochromatic Colors of #F41576
Black with #F41576
Text Example
Text Example
White with #F41576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41576; }
p { color: rgb(244,21,118); }
H1.HeaderClassName
{
color: #F41576;
}
.AnyTagClassName
{
color: #F41576;
}
</style>
background-color css
<style>
a { background-color: #F41576; }
a { background-color: rgb(244,21,118); }
div.DivClassName
{
background-color: #F41576;
}
.BgClassName
{
background-color: #F41576;
}
</style>
border-color css
<style>
span { border-color: #F41576; }
span { border-color: rgb(244,21,118); }
td.TdClassName
{
border-color: #F41576;
}
.TagClassName
{
border-color: #F41576;
}
</style>