Shades of Ruby #F41E62
Tints of Ruby #F41E62
RGB
CMYK
RGB Variations
Color information
#F41E62 (or 0xF41E62) is known color: Ruby. HEX triplet: F4, 1E and 62. RGB value is (244,30,98). Sum of RGB (Red+Green+Blue) = 244+30+98=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F41E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41E62 is #0BE19D. Grayscale: #656565. Windows color (decimal): -778654 or 6430452. OLE color: 6430452.
HSL color Cylindrical-coordinate representation of color #F41E62: hue angle of 340.93º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41E62 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 30 | 98 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.04 |
| HSL | 340.93º | 0.91% | 0.54% | - |
| HSV(B) | 340.93º | 0.88% | 0.96% | - |
| XYZ | 39.98 | 21.04 | 13.51 | - |
| YUV | 101.74 | 125.9 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 30 | 98 | 0 | 0.88 | 0.60 | 0.04 | 340.93 | 0.91 | 0.54 |
| Hex | F4 | 1E | 62 | 0 | 58 | 3C | 4 | 155 | 5B | 36 |
| Octal | 364 | 36 | 142 | 0 | 130 | 74 | 4 | 525 | 133 | 66 |
| Binary | 11110100 | 11110 | 1100010 | 0 | 1011000 | 111100 | 100 | 101010101 | 1011011 | 110110 |
Color Harmonies of #F41E62
Complementary color
Monochromatic Colors of #F41E62
Black with #F41E62
Text Example
Text Example
White with #F41E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41E62; }
p { color: rgb(244,30,98); }
H1.HeaderClassName
{
color: #F41E62;
}
.AnyTagClassName
{
color: #F41E62;
}
</style>
background-color css
<style>
a { background-color: #F41E62; }
a { background-color: rgb(244,30,98); }
div.DivClassName
{
background-color: #F41E62;
}
.BgClassName
{
background-color: #F41E62;
}
</style>
border-color css
<style>
span { border-color: #F41E62; }
span { border-color: rgb(244,30,98); }
td.TdClassName
{
border-color: #F41E62;
}
.TagClassName
{
border-color: #F41E62;
}
</style>