Shades of Ruby #F41F62
Tints of Ruby #F41F62
RGB
CMYK
RGB Variations
Color information
#F41F62 (or 0xF41F62) is known color: Ruby. HEX triplet: F4, 1F and 62. RGB value is (244,31,98). Sum of RGB (Red+Green+Blue) = 244+31+98=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F41F62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41F62 is #0BE09D. Grayscale: #666666. Windows color (decimal): -778398 or 6430708. OLE color: 6430708.
HSL color Cylindrical-coordinate representation of color #F41F62: hue angle of 341.13º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F41F62 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 31 | 98 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.04 |
| HSL | 341.13º | 0.91% | 0.54% | - |
| HSV(B) | 341.13º | 0.87% | 0.96% | - |
| XYZ | 40 | 21.09 | 13.52 | - |
| YUV | 102.33 | 125.57 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 31 | 98 | 0 | 0.87 | 0.60 | 0.04 | 341.13 | 0.91 | 0.54 |
| Hex | F4 | 1F | 62 | 0 | 57 | 3C | 4 | 155 | 5B | 36 |
| Octal | 364 | 37 | 142 | 0 | 127 | 74 | 4 | 525 | 133 | 66 |
| Binary | 11110100 | 11111 | 1100010 | 0 | 1010111 | 111100 | 100 | 101010101 | 1011011 | 110110 |
Color Harmonies of #F41F62
Complementary color
Monochromatic Colors of #F41F62
Black with #F41F62
Text Example
Text Example
White with #F41F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41F62; }
p { color: rgb(244,31,98); }
H1.HeaderClassName
{
color: #F41F62;
}
.AnyTagClassName
{
color: #F41F62;
}
</style>
background-color css
<style>
a { background-color: #F41F62; }
a { background-color: rgb(244,31,98); }
div.DivClassName
{
background-color: #F41F62;
}
.BgClassName
{
background-color: #F41F62;
}
</style>
border-color css
<style>
span { border-color: #F41F62; }
span { border-color: rgb(244,31,98); }
td.TdClassName
{
border-color: #F41F62;
}
.TagClassName
{
border-color: #F41F62;
}
</style>