Shades of Ruby #F71771
Tints of Ruby #F71771
RGB
CMYK
RGB Variations
Color information
#F71771 (or 0xF71771) is known color: Ruby. HEX triplet: F7, 17 and 71. RGB value is (247,23,113). Sum of RGB (Red+Green+Blue) = 247+23+113=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 23 (9.38% from 255 or 6.01% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F71771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71771 is #08E88E. Grayscale: #646464. Windows color (decimal): -583823 or 7411703. OLE color: 7411703.
HSL color Cylindrical-coordinate representation of color #F71771: hue angle of 335.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71771 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 113 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.03 |
| HSL | 335.89º | 0.93% | 0.53% | - |
| HSV(B) | 335.89º | 0.91% | 0.97% | - |
| XYZ | 41.64 | 21.58 | 17.59 | - |
| YUV | 100.24 | 135.21 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 113 | 0 | 0.91 | 0.54 | 0.03 | 335.89 | 0.93 | 0.53 |
| Hex | F7 | 17 | 71 | 0 | 5B | 36 | 3 | 150 | 5D | 35 |
| Octal | 367 | 27 | 161 | 0 | 133 | 66 | 3 | 520 | 135 | 65 |
| Binary | 11110111 | 10111 | 1110001 | 0 | 1011011 | 110110 | 11 | 101010000 | 1011101 | 110101 |
Color Harmonies of #F71771
Complementary color
Monochromatic Colors of #F71771
Black with #F71771
Text Example
Text Example
White with #F71771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71771; }
p { color: rgb(247,23,113); }
H1.HeaderClassName
{
color: #F71771;
}
.AnyTagClassName
{
color: #F71771;
}
</style>
background-color css
<style>
a { background-color: #F71771; }
a { background-color: rgb(247,23,113); }
div.DivClassName
{
background-color: #F71771;
}
.BgClassName
{
background-color: #F71771;
}
</style>
border-color css
<style>
span { border-color: #F71771; }
span { border-color: rgb(247,23,113); }
td.TdClassName
{
border-color: #F71771;
}
.TagClassName
{
border-color: #F71771;
}
</style>