Shades of Ruby #F71C61
Tints of Ruby #F71C61
RGB
CMYK
RGB Variations
Color information
#F71C61 (or 0xF71C61) is known color: Ruby. HEX triplet: F7, 1C and 61. RGB value is (247,28,97). Sum of RGB (Red+Green+Blue) = 247+28+97=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C61 is #08E39E. Grayscale: #656565. Windows color (decimal): -582559 or 6364407. OLE color: 6364407.
HSL color Cylindrical-coordinate representation of color #F71C61: hue angle of 341.1º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71C61 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 97 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.03 |
| HSL | 341.1º | 0.93% | 0.54% | - |
| HSV(B) | 341.1º | 0.89% | 0.97% | - |
| XYZ | 40.93 | 21.47 | 13.3 | - |
| YUV | 101.35 | 125.55 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 97 | 0 | 0.89 | 0.61 | 0.03 | 341.1 | 0.93 | 0.54 |
| Hex | F7 | 1C | 61 | 0 | 59 | 3D | 3 | 155 | 5D | 36 |
| Octal | 367 | 34 | 141 | 0 | 131 | 75 | 3 | 525 | 135 | 66 |
| Binary | 11110111 | 11100 | 1100001 | 0 | 1011001 | 111101 | 11 | 101010101 | 1011101 | 110110 |
Color Harmonies of #F71C61
Complementary color
Monochromatic Colors of #F71C61
Black with #F71C61
Text Example
Text Example
White with #F71C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C61; }
p { color: rgb(247,28,97); }
H1.HeaderClassName
{
color: #F71C61;
}
.AnyTagClassName
{
color: #F71C61;
}
</style>
background-color css
<style>
a { background-color: #F71C61; }
a { background-color: rgb(247,28,97); }
div.DivClassName
{
background-color: #F71C61;
}
.BgClassName
{
background-color: #F71C61;
}
</style>
border-color css
<style>
span { border-color: #F71C61; }
span { border-color: rgb(247,28,97); }
td.TdClassName
{
border-color: #F71C61;
}
.TagClassName
{
border-color: #F71C61;
}
</style>