Shades of Ruby #F00E74
Tints of Ruby #F00E74
RGB
CMYK
RGB Variations
Color information
#F00E74 (or 0xF00E74) is known color: Ruby. HEX triplet: F0, 0E and 74. RGB value is (240,14,116). Sum of RGB (Red+Green+Blue) = 240+14+116=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E74 is #0FF18B. Grayscale: #5D5D5D. Windows color (decimal): -1044876 or 7606000. OLE color: 7606000.
HSL color Cylindrical-coordinate representation of color #F00E74: hue angle of 332.92º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00E74 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 116 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.06 |
| HSL | 332.92º | 0.89% | 0.5% | - |
| HSV(B) | 332.92º | 0.94% | 0.94% | - |
| XYZ | 39.24 | 20.1 | 18.33 | - |
| YUV | 93.2 | 140.87 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 116 | 0 | 0.94 | 0.52 | 0.06 | 332.92 | 0.89 | 0.5 |
| Hex | F0 | E | 74 | 0 | 5E | 34 | 6 | 14D | 59 | 32 |
| Octal | 360 | 16 | 164 | 0 | 136 | 64 | 6 | 515 | 131 | 62 |
| Binary | 11110000 | 1110 | 1110100 | 0 | 1011110 | 110100 | 110 | 101001101 | 1011001 | 110010 |
Color Harmonies of #F00E74
Complementary color
Monochromatic Colors of #F00E74
Black with #F00E74
Text Example
Text Example
White with #F00E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E74; }
p { color: rgb(240,14,116); }
H1.HeaderClassName
{
color: #F00E74;
}
.AnyTagClassName
{
color: #F00E74;
}
</style>
background-color css
<style>
a { background-color: #F00E74; }
a { background-color: rgb(240,14,116); }
div.DivClassName
{
background-color: #F00E74;
}
.BgClassName
{
background-color: #F00E74;
}
</style>
border-color css
<style>
span { border-color: #F00E74; }
span { border-color: rgb(240,14,116); }
td.TdClassName
{
border-color: #F00E74;
}
.TagClassName
{
border-color: #F00E74;
}
</style>