Shades of Ruby #F71071
Tints of Ruby #F71071
RGB
CMYK
RGB Variations
Color information
#F71071 (or 0xF71071) is known color: Ruby. HEX triplet: F7, 10 and 71. RGB value is (247,16,113). Sum of RGB (Red+Green+Blue) = 247+16+113=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F71071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71071 is #08EF8E. Grayscale: #5F5F5F. Windows color (decimal): -585615 or 7409911. OLE color: 7409911.
HSL color Cylindrical-coordinate representation of color #F71071: hue angle of 334.81º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71071 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 113 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.03 |
| HSL | 334.81º | 0.94% | 0.52% | - |
| HSV(B) | 334.81º | 0.94% | 0.97% | - |
| XYZ | 41.52 | 21.34 | 17.55 | - |
| YUV | 96.13 | 137.53 | 235.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 113 | 0 | 0.94 | 0.54 | 0.03 | 334.81 | 0.94 | 0.52 |
| Hex | F7 | 10 | 71 | 0 | 5E | 36 | 3 | 14F | 5E | 34 |
| Octal | 367 | 20 | 161 | 0 | 136 | 66 | 3 | 517 | 136 | 64 |
| Binary | 11110111 | 10000 | 1110001 | 0 | 1011110 | 110110 | 11 | 101001111 | 1011110 | 110100 |
Color Harmonies of #F71071
Complementary color
Monochromatic Colors of #F71071
Black with #F71071
Text Example
Text Example
White with #F71071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71071; }
p { color: rgb(247,16,113); }
H1.HeaderClassName
{
color: #F71071;
}
.AnyTagClassName
{
color: #F71071;
}
</style>
background-color css
<style>
a { background-color: #F71071; }
a { background-color: rgb(247,16,113); }
div.DivClassName
{
background-color: #F71071;
}
.BgClassName
{
background-color: #F71071;
}
</style>
border-color css
<style>
span { border-color: #F71071; }
span { border-color: rgb(247,16,113); }
td.TdClassName
{
border-color: #F71071;
}
.TagClassName
{
border-color: #F71071;
}
</style>