Shades of Ruby #FB1962
Tints of Ruby #FB1962
RGB
CMYK
RGB Variations
Color information
#FB1962 (or 0xFB1962) is known color: Ruby. HEX triplet: FB, 19 and 62. RGB value is (251,25,98). Sum of RGB (Red+Green+Blue) = 251+25+98=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1962 is #04E69D. Grayscale: #646464. Windows color (decimal): -321182 or 6429179. OLE color: 6429179.
HSL color Cylindrical-coordinate representation of color #FB1962: hue angle of 340.62º 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 #FB1962 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 98 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.02 |
| HSL | 340.62º | 0.97% | 0.54% | - |
| HSV(B) | 340.62º | 0.9% | 0.98% | - |
| XYZ | 42.34 | 22.09 | 13.59 | - |
| YUV | 100.9 | 126.37 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 98 | 0 | 0.90 | 0.61 | 0.02 | 340.62 | 0.97 | 0.54 |
| Hex | FB | 19 | 62 | 0 | 5A | 3D | 2 | 155 | 61 | 36 |
| Octal | 373 | 31 | 142 | 0 | 132 | 75 | 2 | 525 | 141 | 66 |
| Binary | 11111011 | 11001 | 1100010 | 0 | 1011010 | 111101 | 10 | 101010101 | 1100001 | 110110 |
Color Harmonies of #FB1962
Complementary color
Monochromatic Colors of #FB1962
Black with #FB1962
Text Example
Text Example
White with #FB1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1962; }
p { color: rgb(251,25,98); }
H1.HeaderClassName
{
color: #FB1962;
}
.AnyTagClassName
{
color: #FB1962;
}
</style>
background-color css
<style>
a { background-color: #FB1962; }
a { background-color: rgb(251,25,98); }
div.DivClassName
{
background-color: #FB1962;
}
.BgClassName
{
background-color: #FB1962;
}
</style>
border-color css
<style>
span { border-color: #FB1962; }
span { border-color: rgb(251,25,98); }
td.TdClassName
{
border-color: #FB1962;
}
.TagClassName
{
border-color: #FB1962;
}
</style>