Shades of Ruby #FB1871
Tints of Ruby #FB1871
RGB
CMYK
RGB Variations
Color information
#FB1871 (or 0xFB1871) is known color: Ruby. HEX triplet: FB, 18 and 71. RGB value is (251,24,113). Sum of RGB (Red+Green+Blue) = 251+24+113=388 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.69% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1871 is #04E78E. Grayscale: #656565. Windows color (decimal): -321423 or 7411963. OLE color: 7411963.
HSL color Cylindrical-coordinate representation of color #FB1871: hue angle of 336.48º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1871 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 113 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.02 |
| HSL | 336.48º | 0.97% | 0.54% | - |
| HSV(B) | 336.48º | 0.9% | 0.98% | - |
| XYZ | 43.09 | 22.35 | 17.67 | - |
| YUV | 102.02 | 134.21 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 113 | 0 | 0.90 | 0.55 | 0.02 | 336.48 | 0.97 | 0.54 |
| Hex | FB | 18 | 71 | 0 | 5A | 37 | 2 | 150 | 61 | 36 |
| Octal | 373 | 30 | 161 | 0 | 132 | 67 | 2 | 520 | 141 | 66 |
| Binary | 11111011 | 11000 | 1110001 | 0 | 1011010 | 110111 | 10 | 101010000 | 1100001 | 110110 |
Color Harmonies of #FB1871
Complementary color
Monochromatic Colors of #FB1871
Black with #FB1871
Text Example
Text Example
White with #FB1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1871; }
p { color: rgb(251,24,113); }
H1.HeaderClassName
{
color: #FB1871;
}
.AnyTagClassName
{
color: #FB1871;
}
</style>
background-color css
<style>
a { background-color: #FB1871; }
a { background-color: rgb(251,24,113); }
div.DivClassName
{
background-color: #FB1871;
}
.BgClassName
{
background-color: #FB1871;
}
</style>
border-color css
<style>
span { border-color: #FB1871; }
span { border-color: rgb(251,24,113); }
td.TdClassName
{
border-color: #FB1871;
}
.TagClassName
{
border-color: #FB1871;
}
</style>