Shades of Ruby #FB176F
Tints of Ruby #FB176F
RGB
CMYK
RGB Variations
Color information
#FB176F (or 0xFB176F) is known color: Ruby. HEX triplet: FB, 17 and 6F. RGB value is (251,23,111). Sum of RGB (Red+Green+Blue) = 251+23+111=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB176F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB176F is #04E890. Grayscale: #656565. Windows color (decimal): -321681 or 7280635. OLE color: 7280635.
HSL color Cylindrical-coordinate representation of color #FB176F: hue angle of 336.84º 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 #FB176F is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 23 | 111 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.02 |
| HSL | 336.84º | 0.97% | 0.54% | - |
| HSV(B) | 336.84º | 0.91% | 0.98% | - |
| XYZ | 42.96 | 22.27 | 17.07 | - |
| YUV | 101.2 | 133.54 | 234.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 23 | 111 | 0 | 0.91 | 0.56 | 0.02 | 336.84 | 0.97 | 0.54 |
| Hex | FB | 17 | 6F | 0 | 5B | 38 | 2 | 151 | 61 | 36 |
| Octal | 373 | 27 | 157 | 0 | 133 | 70 | 2 | 521 | 141 | 66 |
| Binary | 11111011 | 10111 | 1101111 | 0 | 1011011 | 111000 | 10 | 101010001 | 1100001 | 110110 |
Color Harmonies of #FB176F
Complementary color
Monochromatic Colors of #FB176F
Black with #FB176F
Text Example
Text Example
White with #FB176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB176F; }
p { color: rgb(251,23,111); }
H1.HeaderClassName
{
color: #FB176F;
}
.AnyTagClassName
{
color: #FB176F;
}
</style>
background-color css
<style>
a { background-color: #FB176F; }
a { background-color: rgb(251,23,111); }
div.DivClassName
{
background-color: #FB176F;
}
.BgClassName
{
background-color: #FB176F;
}
</style>
border-color css
<style>
span { border-color: #FB176F; }
span { border-color: rgb(251,23,111); }
td.TdClassName
{
border-color: #FB176F;
}
.TagClassName
{
border-color: #FB176F;
}
</style>