Shades of Ruby #F71672
Tints of Ruby #F71672
RGB
CMYK
RGB Variations
Color information
#F71672 (or 0xF71672) is known color: Ruby. HEX triplet: F7, 16 and 72. RGB value is (247,22,114). Sum of RGB (Red+Green+Blue) = 247+22+114=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F71672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71672 is #08E98D. Grayscale: #636363. Windows color (decimal): -584078 or 7476983. OLE color: 7476983.
HSL color Cylindrical-coordinate representation of color #F71672: hue angle of 335.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F71672 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 114 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.03 |
| HSL | 335.47º | 0.93% | 0.53% | - |
| HSV(B) | 335.47º | 0.91% | 0.97% | - |
| XYZ | 41.68 | 21.56 | 17.88 | - |
| YUV | 99.76 | 136.04 | 233.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 114 | 0 | 0.91 | 0.54 | 0.03 | 335.47 | 0.93 | 0.53 |
| Hex | F7 | 16 | 72 | 0 | 5B | 36 | 3 | 14F | 5D | 35 |
| Octal | 367 | 26 | 162 | 0 | 133 | 66 | 3 | 517 | 135 | 65 |
| Binary | 11110111 | 10110 | 1110010 | 0 | 1011011 | 110110 | 11 | 101001111 | 1011101 | 110101 |
Color Harmonies of #F71672
Complementary color
Monochromatic Colors of #F71672
Black with #F71672
Text Example
Text Example
White with #F71672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71672; }
p { color: rgb(247,22,114); }
H1.HeaderClassName
{
color: #F71672;
}
.AnyTagClassName
{
color: #F71672;
}
</style>
background-color css
<style>
a { background-color: #F71672; }
a { background-color: rgb(247,22,114); }
div.DivClassName
{
background-color: #F71672;
}
.BgClassName
{
background-color: #F71672;
}
</style>
border-color css
<style>
span { border-color: #F71672; }
span { border-color: rgb(247,22,114); }
td.TdClassName
{
border-color: #F71672;
}
.TagClassName
{
border-color: #F71672;
}
</style>