Shades of Ruby #F71970
Tints of Ruby #F71970
RGB
CMYK
RGB Variations
Color information
#F71970 (or 0xF71970) is known color: Ruby. HEX triplet: F7, 19 and 70. RGB value is (247,25,112). Sum of RGB (Red+Green+Blue) = 247+25+112=384 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.32% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 247 - color contains mainly: red. Hex color #F71970 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71970 is #08E68F. Grayscale: #656565. Windows color (decimal): -583312 or 7346679. OLE color: 7346679.
HSL color Cylindrical-coordinate representation of color #F71970: hue angle of 336.49º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71970 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 112 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.03 |
| HSL | 336.49º | 0.93% | 0.53% | - |
| HSV(B) | 336.49º | 0.9% | 0.97% | - |
| XYZ | 41.63 | 21.64 | 17.31 | - |
| YUV | 101.3 | 134.05 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 112 | 0 | 0.90 | 0.55 | 0.03 | 336.49 | 0.93 | 0.53 |
| Hex | F7 | 19 | 70 | 0 | 5A | 37 | 3 | 150 | 5D | 35 |
| Octal | 367 | 31 | 160 | 0 | 132 | 67 | 3 | 520 | 135 | 65 |
| Binary | 11110111 | 11001 | 1110000 | 0 | 1011010 | 110111 | 11 | 101010000 | 1011101 | 110101 |
Color Harmonies of #F71970
Complementary color
Monochromatic Colors of #F71970
Black with #F71970
Text Example
Text Example
White with #F71970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71970; }
p { color: rgb(247,25,112); }
H1.HeaderClassName
{
color: #F71970;
}
.AnyTagClassName
{
color: #F71970;
}
</style>
background-color css
<style>
a { background-color: #F71970; }
a { background-color: rgb(247,25,112); }
div.DivClassName
{
background-color: #F71970;
}
.BgClassName
{
background-color: #F71970;
}
</style>
border-color css
<style>
span { border-color: #F71970; }
span { border-color: rgb(247,25,112); }
td.TdClassName
{
border-color: #F71970;
}
.TagClassName
{
border-color: #F71970;
}
</style>