Shades of Ruby #F71074
Tints of Ruby #F71074
RGB
CMYK
RGB Variations
Color information
#F71074 (or 0xF71074) is known color: Ruby. HEX triplet: F7, 10 and 74. RGB value is (247,16,116). Sum of RGB (Red+Green+Blue) = 247+16+116=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F71074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71074 is #08EF8B. Grayscale: #606060. Windows color (decimal): -585612 or 7606519. OLE color: 7606519.
HSL color Cylindrical-coordinate representation of color #F71074: hue angle of 334.03º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F71074 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 116 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.03 |
| HSL | 334.03º | 0.94% | 0.52% | - |
| HSV(B) | 334.03º | 0.94% | 0.97% | - |
| XYZ | 41.7 | 21.41 | 18.46 | - |
| YUV | 96.47 | 139.03 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 116 | 0 | 0.94 | 0.53 | 0.03 | 334.03 | 0.94 | 0.52 |
| Hex | F7 | 10 | 74 | 0 | 5E | 35 | 3 | 14E | 5E | 34 |
| Octal | 367 | 20 | 164 | 0 | 136 | 65 | 3 | 516 | 136 | 64 |
| Binary | 11110111 | 10000 | 1110100 | 0 | 1011110 | 110101 | 11 | 101001110 | 1011110 | 110100 |
Color Harmonies of #F71074
Complementary color
Monochromatic Colors of #F71074
Black with #F71074
Text Example
Text Example
White with #F71074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71074; }
p { color: rgb(247,16,116); }
H1.HeaderClassName
{
color: #F71074;
}
.AnyTagClassName
{
color: #F71074;
}
</style>
background-color css
<style>
a { background-color: #F71074; }
a { background-color: rgb(247,16,116); }
div.DivClassName
{
background-color: #F71074;
}
.BgClassName
{
background-color: #F71074;
}
</style>
border-color css
<style>
span { border-color: #F71074; }
span { border-color: rgb(247,16,116); }
td.TdClassName
{
border-color: #F71074;
}
.TagClassName
{
border-color: #F71074;
}
</style>