Shades of Ruby #F71C60
Tints of Ruby #F71C60
RGB
CMYK
RGB Variations
Color information
#F71C60 (or 0xF71C60) is known color: Ruby. HEX triplet: F7, 1C and 60. RGB value is (247,28,96). Sum of RGB (Red+Green+Blue) = 247+28+96=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C60 is #08E39F. Grayscale: #656565. Windows color (decimal): -582560 or 6298871. OLE color: 6298871.
HSL color Cylindrical-coordinate representation of color #F71C60: hue angle of 341.37º 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 #F71C60 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 96 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.03 |
| HSL | 341.37º | 0.93% | 0.54% | - |
| HSV(B) | 341.37º | 0.89% | 0.97% | - |
| XYZ | 40.88 | 21.45 | 13.05 | - |
| YUV | 101.23 | 125.05 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 96 | 0 | 0.89 | 0.61 | 0.03 | 341.37 | 0.93 | 0.54 |
| Hex | F7 | 1C | 60 | 0 | 59 | 3D | 3 | 155 | 5D | 36 |
| Octal | 367 | 34 | 140 | 0 | 131 | 75 | 3 | 525 | 135 | 66 |
| Binary | 11110111 | 11100 | 1100000 | 0 | 1011001 | 111101 | 11 | 101010101 | 1011101 | 110110 |
Color Harmonies of #F71C60
Complementary color
Monochromatic Colors of #F71C60
Black with #F71C60
Text Example
Text Example
White with #F71C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C60; }
p { color: rgb(247,28,96); }
H1.HeaderClassName
{
color: #F71C60;
}
.AnyTagClassName
{
color: #F71C60;
}
</style>
background-color css
<style>
a { background-color: #F71C60; }
a { background-color: rgb(247,28,96); }
div.DivClassName
{
background-color: #F71C60;
}
.BgClassName
{
background-color: #F71C60;
}
</style>
border-color css
<style>
span { border-color: #F71C60; }
span { border-color: rgb(247,28,96); }
td.TdClassName
{
border-color: #F71C60;
}
.TagClassName
{
border-color: #F71C60;
}
</style>