Shades of Ruby #FB136E
Tints of Ruby #FB136E
RGB
CMYK
RGB Variations
Color information
#FB136E (or 0xFB136E) is known color: Ruby. HEX triplet: FB, 13 and 6E. RGB value is (251,19,110). Sum of RGB (Red+Green+Blue) = 251+19+110=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB136E is #04EC91. Grayscale: #626262. Windows color (decimal): -322706 or 7214075. OLE color: 7214075.
HSL color Cylindrical-coordinate representation of color #FB136E: hue angle of 336.47º 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 #FB136E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.02 |
| HSL | 336.47º | 0.97% | 0.53% | - |
| HSV(B) | 336.47º | 0.92% | 0.98% | - |
| XYZ | 42.83 | 22.1 | 16.76 | - |
| YUV | 98.74 | 134.36 | 236.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 110 | 0 | 0.92 | 0.56 | 0.02 | 336.47 | 0.97 | 0.53 |
| Hex | FB | 13 | 6E | 0 | 5C | 38 | 2 | 150 | 61 | 35 |
| Octal | 373 | 23 | 156 | 0 | 134 | 70 | 2 | 520 | 141 | 65 |
| Binary | 11111011 | 10011 | 1101110 | 0 | 1011100 | 111000 | 10 | 101010000 | 1100001 | 110101 |
Color Harmonies of #FB136E
Complementary color
Monochromatic Colors of #FB136E
Black with #FB136E
Text Example
Text Example
White with #FB136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB136E; }
p { color: rgb(251,19,110); }
H1.HeaderClassName
{
color: #FB136E;
}
.AnyTagClassName
{
color: #FB136E;
}
</style>
background-color css
<style>
a { background-color: #FB136E; }
a { background-color: rgb(251,19,110); }
div.DivClassName
{
background-color: #FB136E;
}
.BgClassName
{
background-color: #FB136E;
}
</style>
border-color css
<style>
span { border-color: #FB136E; }
span { border-color: rgb(251,19,110); }
td.TdClassName
{
border-color: #FB136E;
}
.TagClassName
{
border-color: #FB136E;
}
</style>