Shades of Ruby #F71468
Tints of Ruby #F71468
RGB
CMYK
RGB Variations
Color information
#F71468 (or 0xF71468) is known color: Ruby. HEX triplet: F7, 14 and 68. RGB value is (247,20,104). Sum of RGB (Red+Green+Blue) = 247+20+104=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F71468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71468 is #08EB97. Grayscale: #616161. Windows color (decimal): -584600 or 6821111. OLE color: 6821111.
HSL color Cylindrical-coordinate representation of color #F71468: hue angle of 337.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F71468 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 104 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.03 |
| HSL | 337.8º | 0.93% | 0.52% | - |
| HSV(B) | 337.8º | 0.92% | 0.97% | - |
| XYZ | 41.11 | 21.27 | 15.04 | - |
| YUV | 97.45 | 131.71 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 104 | 0 | 0.92 | 0.58 | 0.03 | 337.8 | 0.93 | 0.52 |
| Hex | F7 | 14 | 68 | 0 | 5C | 3A | 3 | 152 | 5D | 34 |
| Octal | 367 | 24 | 150 | 0 | 134 | 72 | 3 | 522 | 135 | 64 |
| Binary | 11110111 | 10100 | 1101000 | 0 | 1011100 | 111010 | 11 | 101010010 | 1011101 | 110100 |
Color Harmonies of #F71468
Complementary color
Monochromatic Colors of #F71468
Black with #F71468
Text Example
Text Example
White with #F71468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71468; }
p { color: rgb(247,20,104); }
H1.HeaderClassName
{
color: #F71468;
}
.AnyTagClassName
{
color: #F71468;
}
</style>
background-color css
<style>
a { background-color: #F71468; }
a { background-color: rgb(247,20,104); }
div.DivClassName
{
background-color: #F71468;
}
.BgClassName
{
background-color: #F71468;
}
</style>
border-color css
<style>
span { border-color: #F71468; }
span { border-color: rgb(247,20,104); }
td.TdClassName
{
border-color: #F71468;
}
.TagClassName
{
border-color: #F71468;
}
</style>