Shades of Ruby #F71870
Tints of Ruby #F71870
RGB
CMYK
RGB Variations
Color information
#F71870 (or 0xF71870) is known color: Ruby. HEX triplet: F7, 18 and 70. RGB value is (247,24,112). Sum of RGB (Red+Green+Blue) = 247+24+112=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F71870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71870 is #08E78F. Grayscale: #646464. Windows color (decimal): -583568 or 7346423. OLE color: 7346423.
HSL color Cylindrical-coordinate representation of color #F71870: hue angle of 336.32º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F71870 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 24 | 112 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.03 |
| HSL | 336.32º | 0.93% | 0.53% | - |
| HSV(B) | 336.32º | 0.9% | 0.97% | - |
| XYZ | 41.61 | 21.6 | 17.3 | - |
| YUV | 100.71 | 134.38 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 24 | 112 | 0 | 0.90 | 0.55 | 0.03 | 336.32 | 0.93 | 0.53 |
| Hex | F7 | 18 | 70 | 0 | 5A | 37 | 3 | 150 | 5D | 35 |
| Octal | 367 | 30 | 160 | 0 | 132 | 67 | 3 | 520 | 135 | 65 |
| Binary | 11110111 | 11000 | 1110000 | 0 | 1011010 | 110111 | 11 | 101010000 | 1011101 | 110101 |
Color Harmonies of #F71870
Complementary color
Monochromatic Colors of #F71870
Black with #F71870
Text Example
Text Example
White with #F71870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71870; }
p { color: rgb(247,24,112); }
H1.HeaderClassName
{
color: #F71870;
}
.AnyTagClassName
{
color: #F71870;
}
</style>
background-color css
<style>
a { background-color: #F71870; }
a { background-color: rgb(247,24,112); }
div.DivClassName
{
background-color: #F71870;
}
.BgClassName
{
background-color: #F71870;
}
</style>
border-color css
<style>
span { border-color: #F71870; }
span { border-color: rgb(247,24,112); }
td.TdClassName
{
border-color: #F71870;
}
.TagClassName
{
border-color: #F71870;
}
</style>