Shades of Ruby #F71E70
Tints of Ruby #F71E70
RGB
CMYK
RGB Variations
Color information
#F71E70 (or 0xF71E70) is known color: Ruby. HEX triplet: F7, 1E and 70. RGB value is (247,30,112). Sum of RGB (Red+Green+Blue) = 247+30+112=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E70 is #08E18F. Grayscale: #686868. Windows color (decimal): -582032 or 7347959. OLE color: 7347959.
HSL color Cylindrical-coordinate representation of color #F71E70: hue angle of 337.33º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E70 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 112 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.03 |
| HSL | 337.33º | 0.93% | 0.54% | - |
| HSV(B) | 337.33º | 0.88% | 0.97% | - |
| XYZ | 41.75 | 21.87 | 17.35 | - |
| YUV | 104.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 112 | 0 | 0.88 | 0.55 | 0.03 | 337.33 | 0.93 | 0.54 |
| Hex | F7 | 1E | 70 | 0 | 58 | 37 | 3 | 151 | 5D | 36 |
| Octal | 367 | 36 | 160 | 0 | 130 | 67 | 3 | 521 | 135 | 66 |
| Binary | 11110111 | 11110 | 1110000 | 0 | 1011000 | 110111 | 11 | 101010001 | 1011101 | 110110 |
Color Harmonies of #F71E70
Complementary color
Monochromatic Colors of #F71E70
Black with #F71E70
Text Example
Text Example
White with #F71E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E70; }
p { color: rgb(247,30,112); }
H1.HeaderClassName
{
color: #F71E70;
}
.AnyTagClassName
{
color: #F71E70;
}
</style>
background-color css
<style>
a { background-color: #F71E70; }
a { background-color: rgb(247,30,112); }
div.DivClassName
{
background-color: #F71E70;
}
.BgClassName
{
background-color: #F71E70;
}
</style>
border-color css
<style>
span { border-color: #F71E70; }
span { border-color: rgb(247,30,112); }
td.TdClassName
{
border-color: #F71E70;
}
.TagClassName
{
border-color: #F71E70;
}
</style>