Shades of Ruby #F70F71
Tints of Ruby #F70F71
RGB
CMYK
RGB Variations
Color information
#F70F71 (or 0xF70F71) is known color: Ruby. HEX triplet: F7, 0F and 71. RGB value is (247,15,113). Sum of RGB (Red+Green+Blue) = 247+15+113=375 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.87% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70F71 is #08F08E. Grayscale: #5F5F5F. Windows color (decimal): -585871 or 7409655. OLE color: 7409655.
HSL color Cylindrical-coordinate representation of color #F70F71: hue angle of 334.66º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70F71 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 113 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.03 |
| HSL | 334.66º | 0.94% | 0.51% | - |
| HSV(B) | 334.66º | 0.94% | 0.97% | - |
| XYZ | 41.51 | 21.31 | 17.55 | - |
| YUV | 95.54 | 137.86 | 236.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 113 | 0 | 0.94 | 0.54 | 0.03 | 334.66 | 0.94 | 0.51 |
| Hex | F7 | F | 71 | 0 | 5E | 36 | 3 | 14F | 5E | 33 |
| Octal | 367 | 17 | 161 | 0 | 136 | 66 | 3 | 517 | 136 | 63 |
| Binary | 11110111 | 1111 | 1110001 | 0 | 1011110 | 110110 | 11 | 101001111 | 1011110 | 110011 |
Color Harmonies of #F70F71
Complementary color
Monochromatic Colors of #F70F71
Black with #F70F71
Text Example
Text Example
White with #F70F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F71; }
p { color: rgb(247,15,113); }
H1.HeaderClassName
{
color: #F70F71;
}
.AnyTagClassName
{
color: #F70F71;
}
</style>
background-color css
<style>
a { background-color: #F70F71; }
a { background-color: rgb(247,15,113); }
div.DivClassName
{
background-color: #F70F71;
}
.BgClassName
{
background-color: #F70F71;
}
</style>
border-color css
<style>
span { border-color: #F70F71; }
span { border-color: rgb(247,15,113); }
td.TdClassName
{
border-color: #F70F71;
}
.TagClassName
{
border-color: #F70F71;
}
</style>