Shades of Ruby #FB186D
Tints of Ruby #FB186D
RGB
CMYK
RGB Variations
Color information
#FB186D (or 0xFB186D) is known color: Ruby. HEX triplet: FB, 18 and 6D. RGB value is (251,24,109). Sum of RGB (Red+Green+Blue) = 251+24+109=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB186D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB186D is #04E792. Grayscale: #656565. Windows color (decimal): -321427 or 7149819. OLE color: 7149819.
HSL color Cylindrical-coordinate representation of color #FB186D: hue angle of 337.53º 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 #FB186D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 109 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.02 |
| HSL | 337.53º | 0.97% | 0.54% | - |
| HSV(B) | 337.53º | 0.9% | 0.98% | - |
| XYZ | 42.87 | 22.27 | 16.51 | - |
| YUV | 101.56 | 132.21 | 234.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 109 | 0 | 0.90 | 0.57 | 0.02 | 337.53 | 0.97 | 0.54 |
| Hex | FB | 18 | 6D | 0 | 5A | 39 | 2 | 152 | 61 | 36 |
| Octal | 373 | 30 | 155 | 0 | 132 | 71 | 2 | 522 | 141 | 66 |
| Binary | 11111011 | 11000 | 1101101 | 0 | 1011010 | 111001 | 10 | 101010010 | 1100001 | 110110 |
Color Harmonies of #FB186D
Complementary color
Monochromatic Colors of #FB186D
Black with #FB186D
Text Example
Text Example
White with #FB186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB186D; }
p { color: rgb(251,24,109); }
H1.HeaderClassName
{
color: #FB186D;
}
.AnyTagClassName
{
color: #FB186D;
}
</style>
background-color css
<style>
a { background-color: #FB186D; }
a { background-color: rgb(251,24,109); }
div.DivClassName
{
background-color: #FB186D;
}
.BgClassName
{
background-color: #FB186D;
}
</style>
border-color css
<style>
span { border-color: #FB186D; }
span { border-color: rgb(251,24,109); }
td.TdClassName
{
border-color: #FB186D;
}
.TagClassName
{
border-color: #FB186D;
}
</style>