Shades of Ruby #F71969
Tints of Ruby #F71969
RGB
CMYK
RGB Variations
Color information
#F71969 (or 0xF71969) is known color: Ruby. HEX triplet: F7, 19 and 69. RGB value is (247,25,105). Sum of RGB (Red+Green+Blue) = 247+25+105=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F71969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71969 is #08E696. Grayscale: #646464. Windows color (decimal): -583319 or 6887927. OLE color: 6887927.
HSL color Cylindrical-coordinate representation of color #F71969: hue angle of 338.38º 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 #F71969 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 25 | 105 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.03 |
| HSL | 338.38º | 0.93% | 0.53% | - |
| HSV(B) | 338.38º | 0.9% | 0.97% | - |
| XYZ | 41.26 | 21.49 | 15.34 | - |
| YUV | 100.5 | 130.55 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 25 | 105 | 0 | 0.90 | 0.57 | 0.03 | 338.38 | 0.93 | 0.53 |
| Hex | F7 | 19 | 69 | 0 | 5A | 39 | 3 | 152 | 5D | 35 |
| Octal | 367 | 31 | 151 | 0 | 132 | 71 | 3 | 522 | 135 | 65 |
| Binary | 11110111 | 11001 | 1101001 | 0 | 1011010 | 111001 | 11 | 101010010 | 1011101 | 110101 |
Color Harmonies of #F71969
Complementary color
Monochromatic Colors of #F71969
Black with #F71969
Text Example
Text Example
White with #F71969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71969; }
p { color: rgb(247,25,105); }
H1.HeaderClassName
{
color: #F71969;
}
.AnyTagClassName
{
color: #F71969;
}
</style>
background-color css
<style>
a { background-color: #F71969; }
a { background-color: rgb(247,25,105); }
div.DivClassName
{
background-color: #F71969;
}
.BgClassName
{
background-color: #F71969;
}
</style>
border-color css
<style>
span { border-color: #F71969; }
span { border-color: rgb(247,25,105); }
td.TdClassName
{
border-color: #F71969;
}
.TagClassName
{
border-color: #F71969;
}
</style>