Shades of Ruby #FA1171
Tints of Ruby #FA1171
RGB
CMYK
RGB Variations
Color information
#FA1171 (or 0xFA1171) is known color: Ruby. HEX triplet: FA, 11 and 71. RGB value is (250,17,113). Sum of RGB (Red+Green+Blue) = 250+17+113=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1171 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1171 is #05EE8E. Grayscale: #616161. Windows color (decimal): -388751 or 7410170. OLE color: 7410170.
HSL color Cylindrical-coordinate representation of color #FA1171: hue angle of 335.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1171 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 113 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.02 |
| HSL | 335.28º | 0.96% | 0.52% | - |
| HSV(B) | 335.28º | 0.93% | 0.98% | - |
| XYZ | 42.61 | 21.92 | 17.61 | - |
| YUV | 97.61 | 136.69 | 236.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 113 | 0 | 0.93 | 0.55 | 0.02 | 335.28 | 0.96 | 0.52 |
| Hex | FA | 11 | 71 | 0 | 5D | 37 | 2 | 14F | 60 | 34 |
| Octal | 372 | 21 | 161 | 0 | 135 | 67 | 2 | 517 | 140 | 64 |
| Binary | 11111010 | 10001 | 1110001 | 0 | 1011101 | 110111 | 10 | 101001111 | 1100000 | 110100 |
Color Harmonies of #FA1171
Complementary color
Monochromatic Colors of #FA1171
Black with #FA1171
Text Example
Text Example
White with #FA1171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1171; }
p { color: rgb(250,17,113); }
H1.HeaderClassName
{
color: #FA1171;
}
.AnyTagClassName
{
color: #FA1171;
}
</style>
background-color css
<style>
a { background-color: #FA1171; }
a { background-color: rgb(250,17,113); }
div.DivClassName
{
background-color: #FA1171;
}
.BgClassName
{
background-color: #FA1171;
}
</style>
border-color css
<style>
span { border-color: #FA1171; }
span { border-color: rgb(250,17,113); }
td.TdClassName
{
border-color: #FA1171;
}
.TagClassName
{
border-color: #FA1171;
}
</style>