Shades of Ruby #FA166B
Tints of Ruby #FA166B
RGB
CMYK
RGB Variations
Color information
#FA166B (or 0xFA166B) is known color: Ruby. HEX triplet: FA, 16 and 6B. RGB value is (250,22,107). Sum of RGB (Red+Green+Blue) = 250+22+107=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA166B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA166B is #05E994. Grayscale: #636363. Windows color (decimal): -387477 or 7018234. OLE color: 7018234.
HSL color Cylindrical-coordinate representation of color #FA166B: hue angle of 337.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA166B is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 107 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.02 |
| HSL | 337.63º | 0.96% | 0.53% | - |
| HSV(B) | 337.63º | 0.91% | 0.98% | - |
| XYZ | 42.37 | 21.96 | 15.92 | - |
| YUV | 99.86 | 132.04 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 107 | 0 | 0.91 | 0.57 | 0.02 | 337.63 | 0.96 | 0.53 |
| Hex | FA | 16 | 6B | 0 | 5B | 39 | 2 | 152 | 60 | 35 |
| Octal | 372 | 26 | 153 | 0 | 133 | 71 | 2 | 522 | 140 | 65 |
| Binary | 11111010 | 10110 | 1101011 | 0 | 1011011 | 111001 | 10 | 101010010 | 1100000 | 110101 |
Color Harmonies of #FA166B
Complementary color
Monochromatic Colors of #FA166B
Black with #FA166B
Text Example
Text Example
White with #FA166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA166B; }
p { color: rgb(250,22,107); }
H1.HeaderClassName
{
color: #FA166B;
}
.AnyTagClassName
{
color: #FA166B;
}
</style>
background-color css
<style>
a { background-color: #FA166B; }
a { background-color: rgb(250,22,107); }
div.DivClassName
{
background-color: #FA166B;
}
.BgClassName
{
background-color: #FA166B;
}
</style>
border-color css
<style>
span { border-color: #FA166B; }
span { border-color: rgb(250,22,107); }
td.TdClassName
{
border-color: #FA166B;
}
.TagClassName
{
border-color: #FA166B;
}
</style>