Shades of Ruby #FB166A
Tints of Ruby #FB166A
RGB
CMYK
RGB Variations
Color information
#FB166A (or 0xFB166A) is known color: Ruby. HEX triplet: FB, 16 and 6A. RGB value is (251,22,106). Sum of RGB (Red+Green+Blue) = 251+22+106=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB166A is #04E995. Grayscale: #636363. Windows color (decimal): -321942 or 6952699. OLE color: 6952699.
HSL color Cylindrical-coordinate representation of color #FB166A: hue angle of 337.99º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB166A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 106 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.02 |
| HSL | 337.99º | 0.97% | 0.54% | - |
| HSV(B) | 337.99º | 0.91% | 0.98% | - |
| XYZ | 42.67 | 22.12 | 15.66 | - |
| YUV | 100.05 | 131.37 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 106 | 0 | 0.91 | 0.58 | 0.02 | 337.99 | 0.97 | 0.54 |
| Hex | FB | 16 | 6A | 0 | 5B | 3A | 2 | 152 | 61 | 36 |
| Octal | 373 | 26 | 152 | 0 | 133 | 72 | 2 | 522 | 141 | 66 |
| Binary | 11111011 | 10110 | 1101010 | 0 | 1011011 | 111010 | 10 | 101010010 | 1100001 | 110110 |
Color Harmonies of #FB166A
Complementary color
Monochromatic Colors of #FB166A
Black with #FB166A
Text Example
Text Example
White with #FB166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB166A; }
p { color: rgb(251,22,106); }
H1.HeaderClassName
{
color: #FB166A;
}
.AnyTagClassName
{
color: #FB166A;
}
</style>
background-color css
<style>
a { background-color: #FB166A; }
a { background-color: rgb(251,22,106); }
div.DivClassName
{
background-color: #FB166A;
}
.BgClassName
{
background-color: #FB166A;
}
</style>
border-color css
<style>
span { border-color: #FB166A; }
span { border-color: rgb(251,22,106); }
td.TdClassName
{
border-color: #FB166A;
}
.TagClassName
{
border-color: #FB166A;
}
</style>