Shades of Ruby #F71073
Tints of Ruby #F71073
RGB
CMYK
RGB Variations
Color information
#F71073 (or 0xF71073) is known color: Ruby. HEX triplet: F7, 10 and 73. RGB value is (247,16,115). Sum of RGB (Red+Green+Blue) = 247+16+115=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F71073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71073 is #08EF8C. Grayscale: #606060. Windows color (decimal): -585613 or 7540983. OLE color: 7540983.
HSL color Cylindrical-coordinate representation of color #F71073: hue angle of 334.29º 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 #F71073 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 115 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.03 |
| HSL | 334.29º | 0.94% | 0.52% | - |
| HSV(B) | 334.29º | 0.94% | 0.97% | - |
| XYZ | 41.64 | 21.38 | 18.15 | - |
| YUV | 96.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 115 | 0 | 0.94 | 0.53 | 0.03 | 334.29 | 0.94 | 0.52 |
| Hex | F7 | 10 | 73 | 0 | 5E | 35 | 3 | 14E | 5E | 34 |
| Octal | 367 | 20 | 163 | 0 | 136 | 65 | 3 | 516 | 136 | 64 |
| Binary | 11110111 | 10000 | 1110011 | 0 | 1011110 | 110101 | 11 | 101001110 | 1011110 | 110100 |
Color Harmonies of #F71073
Complementary color
Monochromatic Colors of #F71073
Black with #F71073
Text Example
Text Example
White with #F71073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71073; }
p { color: rgb(247,16,115); }
H1.HeaderClassName
{
color: #F71073;
}
.AnyTagClassName
{
color: #F71073;
}
</style>
background-color css
<style>
a { background-color: #F71073; }
a { background-color: rgb(247,16,115); }
div.DivClassName
{
background-color: #F71073;
}
.BgClassName
{
background-color: #F71073;
}
</style>
border-color css
<style>
span { border-color: #F71073; }
span { border-color: rgb(247,16,115); }
td.TdClassName
{
border-color: #F71073;
}
.TagClassName
{
border-color: #F71073;
}
</style>