Shades of Ruby #F41C62
Tints of Ruby #F41C62
RGB
CMYK
RGB Variations
Color information
#F41C62 (or 0xF41C62) is known color: Ruby. HEX triplet: F4, 1C and 62. RGB value is (244,28,98). Sum of RGB (Red+Green+Blue) = 244+28+98=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41C62 is #0BE39D. Grayscale: #646464. Windows color (decimal): -779166 or 6429940. OLE color: 6429940.
HSL color Cylindrical-coordinate representation of color #F41C62: hue angle of 340.56º 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 #F41C62 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 98 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.04 |
| HSL | 340.56º | 0.91% | 0.53% | - |
| HSV(B) | 340.56º | 0.89% | 0.96% | - |
| XYZ | 39.93 | 20.95 | 13.49 | - |
| YUV | 100.56 | 126.56 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 98 | 0 | 0.89 | 0.60 | 0.04 | 340.56 | 0.91 | 0.53 |
| Hex | F4 | 1C | 62 | 0 | 59 | 3C | 4 | 155 | 5B | 35 |
| Octal | 364 | 34 | 142 | 0 | 131 | 74 | 4 | 525 | 133 | 65 |
| Binary | 11110100 | 11100 | 1100010 | 0 | 1011001 | 111100 | 100 | 101010101 | 1011011 | 110101 |
Color Harmonies of #F41C62
Complementary color
Monochromatic Colors of #F41C62
Black with #F41C62
Text Example
Text Example
White with #F41C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C62; }
p { color: rgb(244,28,98); }
H1.HeaderClassName
{
color: #F41C62;
}
.AnyTagClassName
{
color: #F41C62;
}
</style>
background-color css
<style>
a { background-color: #F41C62; }
a { background-color: rgb(244,28,98); }
div.DivClassName
{
background-color: #F41C62;
}
.BgClassName
{
background-color: #F41C62;
}
</style>
border-color css
<style>
span { border-color: #F41C62; }
span { border-color: rgb(244,28,98); }
td.TdClassName
{
border-color: #F41C62;
}
.TagClassName
{
border-color: #F41C62;
}
</style>