Shades of Ruby #FB1A6B
Tints of Ruby #FB1A6B
RGB
CMYK
RGB Variations
Color information
#FB1A6B (or 0xFB1A6B) is known color: Ruby. HEX triplet: FB, 1A and 6B. RGB value is (251,26,107). Sum of RGB (Red+Green+Blue) = 251+26+107=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1A6B is #04E594. Grayscale: #666666. Windows color (decimal): -320917 or 7019259. OLE color: 7019259.
HSL color Cylindrical-coordinate representation of color #FB1A6B: hue angle of 338.4º 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 #FB1A6B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 107 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.02 |
| HSL | 338.4º | 0.97% | 0.54% | - |
| HSV(B) | 338.4º | 0.9% | 0.98% | - |
| XYZ | 42.81 | 22.31 | 15.96 | - |
| YUV | 102.51 | 130.54 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 107 | 0 | 0.90 | 0.57 | 0.02 | 338.4 | 0.97 | 0.54 |
| Hex | FB | 1A | 6B | 0 | 5A | 39 | 2 | 152 | 61 | 36 |
| Octal | 373 | 32 | 153 | 0 | 132 | 71 | 2 | 522 | 141 | 66 |
| Binary | 11111011 | 11010 | 1101011 | 0 | 1011010 | 111001 | 10 | 101010010 | 1100001 | 110110 |
Color Harmonies of #FB1A6B
Complementary color
Monochromatic Colors of #FB1A6B
Black with #FB1A6B
Text Example
Text Example
White with #FB1A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1A6B; }
p { color: rgb(251,26,107); }
H1.HeaderClassName
{
color: #FB1A6B;
}
.AnyTagClassName
{
color: #FB1A6B;
}
</style>
background-color css
<style>
a { background-color: #FB1A6B; }
a { background-color: rgb(251,26,107); }
div.DivClassName
{
background-color: #FB1A6B;
}
.BgClassName
{
background-color: #FB1A6B;
}
</style>
border-color css
<style>
span { border-color: #FB1A6B; }
span { border-color: rgb(251,26,107); }
td.TdClassName
{
border-color: #FB1A6B;
}
.TagClassName
{
border-color: #FB1A6B;
}
</style>