Shades of Ruby #FB156B
Tints of Ruby #FB156B
RGB
CMYK
RGB Variations
Color information
#FB156B (or 0xFB156B) is known color: Ruby. HEX triplet: FB, 15 and 6B. RGB value is (251,21,107). Sum of RGB (Red+Green+Blue) = 251+21+107=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB156B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB156B is #04EA94. Grayscale: #636363. Windows color (decimal): -322197 or 7017979. OLE color: 7017979.
HSL color Cylindrical-coordinate representation of color #FB156B: hue angle of 337.57º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB156B is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 107 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 337.57º | 0.97% | 0.53% | - |
| HSV(B) | 337.57º | 0.92% | 0.98% | - |
| XYZ | 42.71 | 22.11 | 15.93 | - |
| YUV | 99.57 | 132.2 | 236.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 107 | 0 | 0.92 | 0.57 | 0.02 | 337.57 | 0.97 | 0.53 |
| Hex | FB | 15 | 6B | 0 | 5C | 39 | 2 | 152 | 61 | 35 |
| Octal | 373 | 25 | 153 | 0 | 134 | 71 | 2 | 522 | 141 | 65 |
| Binary | 11111011 | 10101 | 1101011 | 0 | 1011100 | 111001 | 10 | 101010010 | 1100001 | 110101 |
Color Harmonies of #FB156B
Complementary color
Monochromatic Colors of #FB156B
Black with #FB156B
Text Example
Text Example
White with #FB156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB156B; }
p { color: rgb(251,21,107); }
H1.HeaderClassName
{
color: #FB156B;
}
.AnyTagClassName
{
color: #FB156B;
}
</style>
background-color css
<style>
a { background-color: #FB156B; }
a { background-color: rgb(251,21,107); }
div.DivClassName
{
background-color: #FB156B;
}
.BgClassName
{
background-color: #FB156B;
}
</style>
border-color css
<style>
span { border-color: #FB156B; }
span { border-color: rgb(251,21,107); }
td.TdClassName
{
border-color: #FB156B;
}
.TagClassName
{
border-color: #FB156B;
}
</style>