Shades of Ruby #F71C68
Tints of Ruby #F71C68
RGB
CMYK
RGB Variations
Color information
#F71C68 (or 0xF71C68) is known color: Ruby. HEX triplet: F7, 1C and 68. RGB value is (247,28,104). Sum of RGB (Red+Green+Blue) = 247+28+104=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71C68 is #08E397. Grayscale: #666666. Windows color (decimal): -582552 or 6823159. OLE color: 6823159.
HSL color Cylindrical-coordinate representation of color #F71C68: hue angle of 339.18º 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 #F71C68 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 104 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.03 |
| HSL | 339.18º | 0.93% | 0.54% | - |
| HSV(B) | 339.18º | 0.89% | 0.97% | - |
| XYZ | 41.27 | 21.6 | 15.09 | - |
| YUV | 102.15 | 129.05 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 104 | 0 | 0.89 | 0.58 | 0.03 | 339.18 | 0.93 | 0.54 |
| Hex | F7 | 1C | 68 | 0 | 59 | 3A | 3 | 153 | 5D | 36 |
| Octal | 367 | 34 | 150 | 0 | 131 | 72 | 3 | 523 | 135 | 66 |
| Binary | 11110111 | 11100 | 1101000 | 0 | 1011001 | 111010 | 11 | 101010011 | 1011101 | 110110 |
Color Harmonies of #F71C68
Complementary color
Monochromatic Colors of #F71C68
Black with #F71C68
Text Example
Text Example
White with #F71C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C68; }
p { color: rgb(247,28,104); }
H1.HeaderClassName
{
color: #F71C68;
}
.AnyTagClassName
{
color: #F71C68;
}
</style>
background-color css
<style>
a { background-color: #F71C68; }
a { background-color: rgb(247,28,104); }
div.DivClassName
{
background-color: #F71C68;
}
.BgClassName
{
background-color: #F71C68;
}
</style>
border-color css
<style>
span { border-color: #F71C68; }
span { border-color: rgb(247,28,104); }
td.TdClassName
{
border-color: #F71C68;
}
.TagClassName
{
border-color: #F71C68;
}
</style>