Shades of Ruby #F00F70
Tints of Ruby #F00F70
RGB
CMYK
RGB Variations
Color information
#F00F70 (or 0xF00F70) is known color: Ruby. HEX triplet: F0, 0F and 70. RGB value is (240,15,112). Sum of RGB (Red+Green+Blue) = 240+15+112=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F70 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F70 is #0FF08F. Grayscale: #5D5D5D. Windows color (decimal): -1044624 or 7344112. OLE color: 7344112.
HSL color Cylindrical-coordinate representation of color #F00F70: hue angle of 334.13º degrees, saturation: 0.88, 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 #F00F70 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 112 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.06 |
| HSL | 334.13º | 0.88% | 0.5% | - |
| HSV(B) | 334.13º | 0.94% | 0.94% | - |
| XYZ | 39.03 | 20.04 | 17.14 | - |
| YUV | 93.33 | 138.54 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 112 | 0 | 0.94 | 0.53 | 0.06 | 334.13 | 0.88 | 0.5 |
| Hex | F0 | F | 70 | 0 | 5E | 35 | 6 | 14E | 58 | 32 |
| Octal | 360 | 17 | 160 | 0 | 136 | 65 | 6 | 516 | 130 | 62 |
| Binary | 11110000 | 1111 | 1110000 | 0 | 1011110 | 110101 | 110 | 101001110 | 1011000 | 110010 |
Color Harmonies of #F00F70
Complementary color
Monochromatic Colors of #F00F70
Black with #F00F70
Text Example
Text Example
White with #F00F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F70; }
p { color: rgb(240,15,112); }
H1.HeaderClassName
{
color: #F00F70;
}
.AnyTagClassName
{
color: #F00F70;
}
</style>
background-color css
<style>
a { background-color: #F00F70; }
a { background-color: rgb(240,15,112); }
div.DivClassName
{
background-color: #F00F70;
}
.BgClassName
{
background-color: #F00F70;
}
</style>
border-color css
<style>
span { border-color: #F00F70; }
span { border-color: rgb(240,15,112); }
td.TdClassName
{
border-color: #F00F70;
}
.TagClassName
{
border-color: #F00F70;
}
</style>