Shades of Ruby #F71A6A
Tints of Ruby #F71A6A
RGB
CMYK
RGB Variations
Color information
#F71A6A (or 0xF71A6A) is known color: Ruby. HEX triplet: F7, 1A and 6A. RGB value is (247,26,106). Sum of RGB (Red+Green+Blue) = 247+26+106=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F71A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71A6A is #08E595. Grayscale: #656565. Windows color (decimal): -583062 or 6953719. OLE color: 6953719.
HSL color Cylindrical-coordinate representation of color #F71A6A: hue angle of 338.28º 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 #F71A6A is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 106 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.03 |
| HSL | 338.28º | 0.93% | 0.54% | - |
| HSV(B) | 338.28º | 0.89% | 0.97% | - |
| XYZ | 41.33 | 21.55 | 15.62 | - |
| YUV | 101.2 | 130.72 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 106 | 0 | 0.89 | 0.57 | 0.03 | 338.28 | 0.93 | 0.54 |
| Hex | F7 | 1A | 6A | 0 | 59 | 39 | 3 | 152 | 5D | 36 |
| Octal | 367 | 32 | 152 | 0 | 131 | 71 | 3 | 522 | 135 | 66 |
| Binary | 11110111 | 11010 | 1101010 | 0 | 1011001 | 111001 | 11 | 101010010 | 1011101 | 110110 |
Color Harmonies of #F71A6A
Complementary color
Monochromatic Colors of #F71A6A
Black with #F71A6A
Text Example
Text Example
White with #F71A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71A6A; }
p { color: rgb(247,26,106); }
H1.HeaderClassName
{
color: #F71A6A;
}
.AnyTagClassName
{
color: #F71A6A;
}
</style>
background-color css
<style>
a { background-color: #F71A6A; }
a { background-color: rgb(247,26,106); }
div.DivClassName
{
background-color: #F71A6A;
}
.BgClassName
{
background-color: #F71A6A;
}
</style>
border-color css
<style>
span { border-color: #F71A6A; }
span { border-color: rgb(247,26,106); }
td.TdClassName
{
border-color: #F71A6A;
}
.TagClassName
{
border-color: #F71A6A;
}
</style>