Shades of Ruby #F71F74
Tints of Ruby #F71F74
RGB
CMYK
RGB Variations
Color information
#F71F74 (or 0xF71F74) is known color: Ruby. HEX triplet: F7, 1F and 74. RGB value is (247,31,116). Sum of RGB (Red+Green+Blue) = 247+31+116=394 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.69% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71F74 is #08E08B. Grayscale: #696969. Windows color (decimal): -581772 or 7610359. OLE color: 7610359.
HSL color Cylindrical-coordinate representation of color #F71F74: hue angle of 336.39º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F71F74 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 31 | 116 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.03 |
| HSL | 336.39º | 0.93% | 0.55% | - |
| HSV(B) | 336.39º | 0.87% | 0.97% | - |
| XYZ | 42 | 22.02 | 18.56 | - |
| YUV | 105.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 31 | 116 | 0 | 0.87 | 0.53 | 0.03 | 336.39 | 0.93 | 0.55 |
| Hex | F7 | 1F | 74 | 0 | 57 | 35 | 3 | 150 | 5D | 37 |
| Octal | 367 | 37 | 164 | 0 | 127 | 65 | 3 | 520 | 135 | 67 |
| Binary | 11110111 | 11111 | 1110100 | 0 | 1010111 | 110101 | 11 | 101010000 | 1011101 | 110111 |
Color Harmonies of #F71F74
Complementary color
Monochromatic Colors of #F71F74
Black with #F71F74
Text Example
Text Example
White with #F71F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71F74; }
p { color: rgb(247,31,116); }
H1.HeaderClassName
{
color: #F71F74;
}
.AnyTagClassName
{
color: #F71F74;
}
</style>
background-color css
<style>
a { background-color: #F71F74; }
a { background-color: rgb(247,31,116); }
div.DivClassName
{
background-color: #F71F74;
}
.BgClassName
{
background-color: #F71F74;
}
</style>
border-color css
<style>
span { border-color: #F71F74; }
span { border-color: rgb(247,31,116); }
td.TdClassName
{
border-color: #F71F74;
}
.TagClassName
{
border-color: #F71F74;
}
</style>