Shades of Ruby #F00978
Tints of Ruby #F00978
RGB
CMYK
RGB Variations
Color information
#F00978 (or 0xF00978) is known color: Ruby. HEX triplet: F0, 09 and 78. RGB value is (240,9,120). Sum of RGB (Red+Green+Blue) = 240+9+120=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F00978 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00978 is #0FF687. Grayscale: #5A5A5A. Windows color (decimal): -1046152 or 7866864. OLE color: 7866864.
HSL color Cylindrical-coordinate representation of color #F00978: hue angle of 331.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00978 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 120 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.06 |
| HSL | 331.17º | 0.93% | 0.49% | - |
| HSV(B) | 331.17º | 0.96% | 0.94% | - |
| XYZ | 39.42 | 20.08 | 19.57 | - |
| YUV | 90.72 | 144.53 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 120 | 0 | 0.96 | 0.5 | 0.06 | 331.17 | 0.93 | 0.49 |
| Hex | F0 | 9 | 78 | 0 | 60 | 32 | 6 | 14B | 5D | 31 |
| Octal | 360 | 11 | 170 | 0 | 140 | 62 | 6 | 513 | 135 | 61 |
| Binary | 11110000 | 1001 | 1111000 | 0 | 1100000 | 110010 | 110 | 101001011 | 1011101 | 110001 |
Color Harmonies of #F00978
Complementary color
Monochromatic Colors of #F00978
Black with #F00978
Text Example
Text Example
White with #F00978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00978; }
p { color: rgb(240,9,120); }
H1.HeaderClassName
{
color: #F00978;
}
.AnyTagClassName
{
color: #F00978;
}
</style>
background-color css
<style>
a { background-color: #F00978; }
a { background-color: rgb(240,9,120); }
div.DivClassName
{
background-color: #F00978;
}
.BgClassName
{
background-color: #F00978;
}
</style>
border-color css
<style>
span { border-color: #F00978; }
span { border-color: rgb(240,9,120); }
td.TdClassName
{
border-color: #F00978;
}
.TagClassName
{
border-color: #F00978;
}
</style>