Shades of Ruby #FB1B71
Tints of Ruby #FB1B71
RGB
CMYK
RGB Variations
Color information
#FB1B71 (or 0xFB1B71) is known color: Ruby. HEX triplet: FB, 1B and 71. RGB value is (251,27,113). Sum of RGB (Red+Green+Blue) = 251+27+113=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1B71 is #04E48E. Grayscale: #676767. Windows color (decimal): -320655 or 7412731. OLE color: 7412731.
HSL color Cylindrical-coordinate representation of color #FB1B71: hue angle of 336.96º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1B71 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 113 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.02 |
| HSL | 336.96º | 0.97% | 0.55% | - |
| HSV(B) | 336.96º | 0.89% | 0.98% | - |
| XYZ | 43.16 | 22.49 | 17.69 | - |
| YUV | 103.78 | 133.21 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 113 | 0 | 0.89 | 0.55 | 0.02 | 336.96 | 0.97 | 0.55 |
| Hex | FB | 1B | 71 | 0 | 59 | 37 | 2 | 151 | 61 | 37 |
| Octal | 373 | 33 | 161 | 0 | 131 | 67 | 2 | 521 | 141 | 67 |
| Binary | 11111011 | 11011 | 1110001 | 0 | 1011001 | 110111 | 10 | 101010001 | 1100001 | 110111 |
Color Harmonies of #FB1B71
Complementary color
Monochromatic Colors of #FB1B71
Black with #FB1B71
Text Example
Text Example
White with #FB1B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B71; }
p { color: rgb(251,27,113); }
H1.HeaderClassName
{
color: #FB1B71;
}
.AnyTagClassName
{
color: #FB1B71;
}
</style>
background-color css
<style>
a { background-color: #FB1B71; }
a { background-color: rgb(251,27,113); }
div.DivClassName
{
background-color: #FB1B71;
}
.BgClassName
{
background-color: #FB1B71;
}
</style>
border-color css
<style>
span { border-color: #FB1B71; }
span { border-color: rgb(251,27,113); }
td.TdClassName
{
border-color: #FB1B71;
}
.TagClassName
{
border-color: #FB1B71;
}
</style>