Shades of Ruby #F71A69
Tints of Ruby #F71A69
RGB
CMYK
RGB Variations
Color information
#F71A69 (or 0xF71A69) is known color: Ruby. HEX triplet: F7, 1A and 69. RGB value is (247,26,105). Sum of RGB (Red+Green+Blue) = 247+26+105=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71A69 is #08E596. Grayscale: #646464. Windows color (decimal): -583063 or 6888183. OLE color: 6888183.
HSL color Cylindrical-coordinate representation of color #F71A69: hue angle of 338.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71A69 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 105 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.03 |
| HSL | 338.55º | 0.93% | 0.54% | - |
| HSV(B) | 338.55º | 0.89% | 0.97% | - |
| XYZ | 41.28 | 21.53 | 15.35 | - |
| YUV | 101.09 | 130.22 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 105 | 0 | 0.89 | 0.57 | 0.03 | 338.55 | 0.93 | 0.54 |
| Hex | F7 | 1A | 69 | 0 | 59 | 39 | 3 | 153 | 5D | 36 |
| Octal | 367 | 32 | 151 | 0 | 131 | 71 | 3 | 523 | 135 | 66 |
| Binary | 11110111 | 11010 | 1101001 | 0 | 1011001 | 111001 | 11 | 101010011 | 1011101 | 110110 |
Color Harmonies of #F71A69
Complementary color
Monochromatic Colors of #F71A69
Black with #F71A69
Text Example
Text Example
White with #F71A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A69; }
p { color: rgb(247,26,105); }
H1.HeaderClassName
{
color: #F71A69;
}
.AnyTagClassName
{
color: #F71A69;
}
</style>
background-color css
<style>
a { background-color: #F71A69; }
a { background-color: rgb(247,26,105); }
div.DivClassName
{
background-color: #F71A69;
}
.BgClassName
{
background-color: #F71A69;
}
</style>
border-color css
<style>
span { border-color: #F71A69; }
span { border-color: rgb(247,26,105); }
td.TdClassName
{
border-color: #F71A69;
}
.TagClassName
{
border-color: #F71A69;
}
</style>