Shades of Ruby #FB1571
Tints of Ruby #FB1571
RGB
CMYK
RGB Variations
Color information
#FB1571 (or 0xFB1571) is known color: Ruby. HEX triplet: FB, 15 and 71. RGB value is (251,21,113). Sum of RGB (Red+Green+Blue) = 251+21+113=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1571 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1571 is #04EA8E. Grayscale: #646464. Windows color (decimal): -322191 or 7411195. OLE color: 7411195.
HSL color Cylindrical-coordinate representation of color #FB1571: hue angle of 336º 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 #FB1571 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 113 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.02 |
| HSL | 336º | 0.97% | 0.53% | - |
| HSV(B) | 336º | 0.92% | 0.98% | - |
| XYZ | 43.03 | 22.24 | 17.65 | - |
| YUV | 100.26 | 135.2 | 235.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 113 | 0 | 0.92 | 0.55 | 0.02 | 336 | 0.97 | 0.53 |
| Hex | FB | 15 | 71 | 0 | 5C | 37 | 2 | 150 | 61 | 35 |
| Octal | 373 | 25 | 161 | 0 | 134 | 67 | 2 | 520 | 141 | 65 |
| Binary | 11111011 | 10101 | 1110001 | 0 | 1011100 | 110111 | 10 | 101010000 | 1100001 | 110101 |
Color Harmonies of #FB1571
Complementary color
Monochromatic Colors of #FB1571
Black with #FB1571
Text Example
Text Example
White with #FB1571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1571; }
p { color: rgb(251,21,113); }
H1.HeaderClassName
{
color: #FB1571;
}
.AnyTagClassName
{
color: #FB1571;
}
</style>
background-color css
<style>
a { background-color: #FB1571; }
a { background-color: rgb(251,21,113); }
div.DivClassName
{
background-color: #FB1571;
}
.BgClassName
{
background-color: #FB1571;
}
</style>
border-color css
<style>
span { border-color: #FB1571; }
span { border-color: rgb(251,21,113); }
td.TdClassName
{
border-color: #FB1571;
}
.TagClassName
{
border-color: #FB1571;
}
</style>