Shades of Ruby #F41A70
Tints of Ruby #F41A70
RGB
CMYK
RGB Variations
Color information
#F41A70 (or 0xF41A70) is known color: Ruby. HEX triplet: F4, 1A and 70. RGB value is (244,26,112). Sum of RGB (Red+Green+Blue) = 244+26+112=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41A70 is #0BE58F. Grayscale: #646464. Windows color (decimal): -779664 or 7346932. OLE color: 7346932.
HSL color Cylindrical-coordinate representation of color #F41A70: hue angle of 336.33º 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 #F41A70 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 112 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.04 |
| HSL | 336.33º | 0.91% | 0.53% | - |
| HSV(B) | 336.33º | 0.89% | 0.96% | - |
| XYZ | 40.6 | 21.14 | 17.27 | - |
| YUV | 100.99 | 134.22 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 112 | 0 | 0.89 | 0.54 | 0.04 | 336.33 | 0.91 | 0.53 |
| Hex | F4 | 1A | 70 | 0 | 59 | 36 | 4 | 150 | 5B | 35 |
| Octal | 364 | 32 | 160 | 0 | 131 | 66 | 4 | 520 | 133 | 65 |
| Binary | 11110100 | 11010 | 1110000 | 0 | 1011001 | 110110 | 100 | 101010000 | 1011011 | 110101 |
Color Harmonies of #F41A70
Complementary color
Monochromatic Colors of #F41A70
Black with #F41A70
Text Example
Text Example
White with #F41A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41A70; }
p { color: rgb(244,26,112); }
H1.HeaderClassName
{
color: #F41A70;
}
.AnyTagClassName
{
color: #F41A70;
}
</style>
background-color css
<style>
a { background-color: #F41A70; }
a { background-color: rgb(244,26,112); }
div.DivClassName
{
background-color: #F41A70;
}
.BgClassName
{
background-color: #F41A70;
}
</style>
border-color css
<style>
span { border-color: #F41A70; }
span { border-color: rgb(244,26,112); }
td.TdClassName
{
border-color: #F41A70;
}
.TagClassName
{
border-color: #F41A70;
}
</style>