Shades of Ruby #FB136D
Tints of Ruby #FB136D
RGB
CMYK
RGB Variations
Color information
#FB136D (or 0xFB136D) is known color: Ruby. HEX triplet: FB, 13 and 6D. RGB value is (251,19,109). Sum of RGB (Red+Green+Blue) = 251+19+109=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB136D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB136D is #04EC92. Grayscale: #626262. Windows color (decimal): -322707 or 7148539. OLE color: 7148539.
HSL color Cylindrical-coordinate representation of color #FB136D: hue angle of 336.72º 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 #FB136D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 109 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.02 |
| HSL | 336.72º | 0.97% | 0.53% | - |
| HSV(B) | 336.72º | 0.92% | 0.98% | - |
| XYZ | 42.78 | 22.08 | 16.48 | - |
| YUV | 98.63 | 133.86 | 236.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 109 | 0 | 0.92 | 0.57 | 0.02 | 336.72 | 0.97 | 0.53 |
| Hex | FB | 13 | 6D | 0 | 5C | 39 | 2 | 151 | 61 | 35 |
| Octal | 373 | 23 | 155 | 0 | 134 | 71 | 2 | 521 | 141 | 65 |
| Binary | 11111011 | 10011 | 1101101 | 0 | 1011100 | 111001 | 10 | 101010001 | 1100001 | 110101 |
Color Harmonies of #FB136D
Complementary color
Monochromatic Colors of #FB136D
Black with #FB136D
Text Example
Text Example
White with #FB136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB136D; }
p { color: rgb(251,19,109); }
H1.HeaderClassName
{
color: #FB136D;
}
.AnyTagClassName
{
color: #FB136D;
}
</style>
background-color css
<style>
a { background-color: #FB136D; }
a { background-color: rgb(251,19,109); }
div.DivClassName
{
background-color: #FB136D;
}
.BgClassName
{
background-color: #FB136D;
}
</style>
border-color css
<style>
span { border-color: #FB136D; }
span { border-color: rgb(251,19,109); }
td.TdClassName
{
border-color: #FB136D;
}
.TagClassName
{
border-color: #FB136D;
}
</style>