Shades of Ruby #FB1864
Tints of Ruby #FB1864
RGB
CMYK
RGB Variations
Color information
#FB1864 (or 0xFB1864) is known color: Ruby. HEX triplet: FB, 18 and 64. RGB value is (251,24,100). Sum of RGB (Red+Green+Blue) = 251+24+100=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1864 is #04E79B. Grayscale: #646464. Windows color (decimal): -321436 or 6559995. OLE color: 6559995.
HSL color Cylindrical-coordinate representation of color #FB1864: hue angle of 339.91º 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 #FB1864 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 100 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.02 |
| HSL | 339.91º | 0.97% | 0.54% | - |
| HSV(B) | 339.91º | 0.9% | 0.98% | - |
| XYZ | 42.41 | 22.08 | 14.08 | - |
| YUV | 100.54 | 127.71 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 100 | 0 | 0.90 | 0.60 | 0.02 | 339.91 | 0.97 | 0.54 |
| Hex | FB | 18 | 64 | 0 | 5A | 3C | 2 | 154 | 61 | 36 |
| Octal | 373 | 30 | 144 | 0 | 132 | 74 | 2 | 524 | 141 | 66 |
| Binary | 11111011 | 11000 | 1100100 | 0 | 1011010 | 111100 | 10 | 101010100 | 1100001 | 110110 |
Color Harmonies of #FB1864
Complementary color
Monochromatic Colors of #FB1864
Black with #FB1864
Text Example
Text Example
White with #FB1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1864; }
p { color: rgb(251,24,100); }
H1.HeaderClassName
{
color: #FB1864;
}
.AnyTagClassName
{
color: #FB1864;
}
</style>
background-color css
<style>
a { background-color: #FB1864; }
a { background-color: rgb(251,24,100); }
div.DivClassName
{
background-color: #FB1864;
}
.BgClassName
{
background-color: #FB1864;
}
</style>
border-color css
<style>
span { border-color: #FB1864; }
span { border-color: rgb(251,24,100); }
td.TdClassName
{
border-color: #FB1864;
}
.TagClassName
{
border-color: #FB1864;
}
</style>