Shades of Ruby #F71A6E
Tints of Ruby #F71A6E
RGB
CMYK
RGB Variations
Color information
#F71A6E (or 0xF71A6E) is known color: Ruby. HEX triplet: F7, 1A and 6E. RGB value is (247,26,110). Sum of RGB (Red+Green+Blue) = 247+26+110=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71A6E is #08E591. Grayscale: #656565. Windows color (decimal): -583058 or 7215863. OLE color: 7215863.
HSL color Cylindrical-coordinate representation of color #F71A6E: hue angle of 337.19º 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 #F71A6E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 110 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.03 |
| HSL | 337.19º | 0.93% | 0.54% | - |
| HSV(B) | 337.19º | 0.89% | 0.97% | - |
| XYZ | 41.54 | 21.64 | 16.74 | - |
| YUV | 101.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 110 | 0 | 0.89 | 0.55 | 0.03 | 337.19 | 0.93 | 0.54 |
| Hex | F7 | 1A | 6E | 0 | 59 | 37 | 3 | 151 | 5D | 36 |
| Octal | 367 | 32 | 156 | 0 | 131 | 67 | 3 | 521 | 135 | 66 |
| Binary | 11110111 | 11010 | 1101110 | 0 | 1011001 | 110111 | 11 | 101010001 | 1011101 | 110110 |
Color Harmonies of #F71A6E
Complementary color
Monochromatic Colors of #F71A6E
Black with #F71A6E
Text Example
Text Example
White with #F71A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A6E; }
p { color: rgb(247,26,110); }
H1.HeaderClassName
{
color: #F71A6E;
}
.AnyTagClassName
{
color: #F71A6E;
}
</style>
background-color css
<style>
a { background-color: #F71A6E; }
a { background-color: rgb(247,26,110); }
div.DivClassName
{
background-color: #F71A6E;
}
.BgClassName
{
background-color: #F71A6E;
}
</style>
border-color css
<style>
span { border-color: #F71A6E; }
span { border-color: rgb(247,26,110); }
td.TdClassName
{
border-color: #F71A6E;
}
.TagClassName
{
border-color: #F71A6E;
}
</style>