Shades of Ruby #F00E77
Tints of Ruby #F00E77
RGB
CMYK
RGB Variations
Color information
#F00E77 (or 0xF00E77) is known color: Ruby. HEX triplet: F0, 0E and 77. RGB value is (240,14,119). Sum of RGB (Red+Green+Blue) = 240+14+119=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F00E77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00E77 is #0FF188. Grayscale: #5D5D5D. Windows color (decimal): -1044873 or 7802608. OLE color: 7802608.
HSL color Cylindrical-coordinate representation of color #F00E77: hue angle of 332.12º 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 #F00E77 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 14 | 119 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.06 |
| HSL | 332.12º | 0.89% | 0.5% | - |
| HSV(B) | 332.12º | 0.94% | 0.94% | - |
| XYZ | 39.42 | 20.17 | 19.27 | - |
| YUV | 93.54 | 142.37 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 14 | 119 | 0 | 0.94 | 0.50 | 0.06 | 332.12 | 0.89 | 0.5 |
| Hex | F0 | E | 77 | 0 | 5E | 32 | 6 | 14C | 59 | 32 |
| Octal | 360 | 16 | 167 | 0 | 136 | 62 | 6 | 514 | 131 | 62 |
| Binary | 11110000 | 1110 | 1110111 | 0 | 1011110 | 110010 | 110 | 101001100 | 1011001 | 110010 |
Color Harmonies of #F00E77
Complementary color
Monochromatic Colors of #F00E77
Black with #F00E77
Text Example
Text Example
White with #F00E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00E77; }
p { color: rgb(240,14,119); }
H1.HeaderClassName
{
color: #F00E77;
}
.AnyTagClassName
{
color: #F00E77;
}
</style>
background-color css
<style>
a { background-color: #F00E77; }
a { background-color: rgb(240,14,119); }
div.DivClassName
{
background-color: #F00E77;
}
.BgClassName
{
background-color: #F00E77;
}
</style>
border-color css
<style>
span { border-color: #F00E77; }
span { border-color: rgb(240,14,119); }
td.TdClassName
{
border-color: #F00E77;
}
.TagClassName
{
border-color: #F00E77;
}
</style>