Shades of Ruby #F71E6C
Tints of Ruby #F71E6C
RGB
CMYK
RGB Variations
Color information
#F71E6C (or 0xF71E6C) is known color: Ruby. HEX triplet: F7, 1E and 6C. RGB value is (247,30,108). Sum of RGB (Red+Green+Blue) = 247+30+108=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71E6C is #08E193. Grayscale: #676767. Windows color (decimal): -582036 or 7085815. OLE color: 7085815.
HSL color Cylindrical-coordinate representation of color #F71E6C: hue angle of 338.43º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71E6C is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 108 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.03 |
| HSL | 338.43º | 0.93% | 0.54% | - |
| HSV(B) | 338.43º | 0.88% | 0.97% | - |
| XYZ | 41.53 | 21.79 | 16.2 | - |
| YUV | 103.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 108 | 0 | 0.88 | 0.56 | 0.03 | 338.43 | 0.93 | 0.54 |
| Hex | F7 | 1E | 6C | 0 | 58 | 38 | 3 | 152 | 5D | 36 |
| Octal | 367 | 36 | 154 | 0 | 130 | 70 | 3 | 522 | 135 | 66 |
| Binary | 11110111 | 11110 | 1101100 | 0 | 1011000 | 111000 | 11 | 101010010 | 1011101 | 110110 |
Color Harmonies of #F71E6C
Complementary color
Monochromatic Colors of #F71E6C
Black with #F71E6C
Text Example
Text Example
White with #F71E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71E6C; }
p { color: rgb(247,30,108); }
H1.HeaderClassName
{
color: #F71E6C;
}
.AnyTagClassName
{
color: #F71E6C;
}
</style>
background-color css
<style>
a { background-color: #F71E6C; }
a { background-color: rgb(247,30,108); }
div.DivClassName
{
background-color: #F71E6C;
}
.BgClassName
{
background-color: #F71E6C;
}
</style>
border-color css
<style>
span { border-color: #F71E6C; }
span { border-color: rgb(247,30,108); }
td.TdClassName
{
border-color: #F71E6C;
}
.TagClassName
{
border-color: #F71E6C;
}
</style>