Shades of Ruby #F40E70
Tints of Ruby #F40E70
RGB
CMYK
RGB Variations
Color information
#F40E70 (or 0xF40E70) is known color: Ruby. HEX triplet: F4, 0E and 70. RGB value is (244,14,112). Sum of RGB (Red+Green+Blue) = 244+14+112=370 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.95% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 244 - color contains mainly: red. Hex color #F40E70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40E70 is #0BF18F. Grayscale: #5D5D5D. Windows color (decimal): -782736 or 7343860. OLE color: 7343860.
HSL color Cylindrical-coordinate representation of color #F40E70: hue angle of 334.43º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40E70 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 14 | 112 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.04 |
| HSL | 334.43º | 0.91% | 0.51% | - |
| HSV(B) | 334.43º | 0.94% | 0.96% | - |
| XYZ | 40.39 | 20.72 | 17.2 | - |
| YUV | 93.94 | 138.2 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 14 | 112 | 0 | 0.94 | 0.54 | 0.04 | 334.43 | 0.91 | 0.51 |
| Hex | F4 | E | 70 | 0 | 5E | 36 | 4 | 14E | 5B | 33 |
| Octal | 364 | 16 | 160 | 0 | 136 | 66 | 4 | 516 | 133 | 63 |
| Binary | 11110100 | 1110 | 1110000 | 0 | 1011110 | 110110 | 100 | 101001110 | 1011011 | 110011 |
Color Harmonies of #F40E70
Complementary color
Monochromatic Colors of #F40E70
Black with #F40E70
Text Example
Text Example
White with #F40E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40E70; }
p { color: rgb(244,14,112); }
H1.HeaderClassName
{
color: #F40E70;
}
.AnyTagClassName
{
color: #F40E70;
}
</style>
background-color css
<style>
a { background-color: #F40E70; }
a { background-color: rgb(244,14,112); }
div.DivClassName
{
background-color: #F40E70;
}
.BgClassName
{
background-color: #F40E70;
}
</style>
border-color css
<style>
span { border-color: #F40E70; }
span { border-color: rgb(244,14,112); }
td.TdClassName
{
border-color: #F40E70;
}
.TagClassName
{
border-color: #F40E70;
}
</style>