Shades of Ruby #FB176C
Tints of Ruby #FB176C
RGB
CMYK
RGB Variations
Color information
#FB176C (or 0xFB176C) is known color: Ruby. HEX triplet: FB, 17 and 6C. RGB value is (251,23,108). Sum of RGB (Red+Green+Blue) = 251+23+108=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB176C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB176C is #04E893. Grayscale: #646464. Windows color (decimal): -321684 or 7084027. OLE color: 7084027.
HSL color Cylindrical-coordinate representation of color #FB176C: hue angle of 337.63º 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 #FB176C is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 108 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.02 |
| HSL | 337.63º | 0.97% | 0.54% | - |
| HSV(B) | 337.63º | 0.91% | 0.98% | - |
| XYZ | 42.8 | 22.2 | 16.22 | - |
| YUV | 100.86 | 132.04 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 108 | 0 | 0.91 | 0.57 | 0.02 | 337.63 | 0.97 | 0.54 |
| Hex | FB | 17 | 6C | 0 | 5B | 39 | 2 | 152 | 61 | 36 |
| Octal | 373 | 27 | 154 | 0 | 133 | 71 | 2 | 522 | 141 | 66 |
| Binary | 11111011 | 10111 | 1101100 | 0 | 1011011 | 111001 | 10 | 101010010 | 1100001 | 110110 |
Color Harmonies of #FB176C
Complementary color
Monochromatic Colors of #FB176C
Black with #FB176C
Text Example
Text Example
White with #FB176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB176C; }
p { color: rgb(251,23,108); }
H1.HeaderClassName
{
color: #FB176C;
}
.AnyTagClassName
{
color: #FB176C;
}
</style>
background-color css
<style>
a { background-color: #FB176C; }
a { background-color: rgb(251,23,108); }
div.DivClassName
{
background-color: #FB176C;
}
.BgClassName
{
background-color: #FB176C;
}
</style>
border-color css
<style>
span { border-color: #FB176C; }
span { border-color: rgb(251,23,108); }
td.TdClassName
{
border-color: #FB176C;
}
.TagClassName
{
border-color: #FB176C;
}
</style>