Shades of Ruby #FB1965
Tints of Ruby #FB1965
RGB
CMYK
RGB Variations
Color information
#FB1965 (or 0xFB1965) is known color: Ruby. HEX triplet: FB, 19 and 65. RGB value is (251,25,101). Sum of RGB (Red+Green+Blue) = 251+25+101=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1965 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1965 is #04E69A. Grayscale: #656565. Windows color (decimal): -321179 or 6625787. OLE color: 6625787.
HSL color Cylindrical-coordinate representation of color #FB1965: hue angle of 339.82º 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 #FB1965 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 25 | 101 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.02 |
| HSL | 339.82º | 0.97% | 0.54% | - |
| HSV(B) | 339.82º | 0.9% | 0.98% | - |
| XYZ | 42.48 | 22.14 | 14.35 | - |
| YUV | 101.24 | 127.87 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 25 | 101 | 0 | 0.90 | 0.60 | 0.02 | 339.82 | 0.97 | 0.54 |
| Hex | FB | 19 | 65 | 0 | 5A | 3C | 2 | 154 | 61 | 36 |
| Octal | 373 | 31 | 145 | 0 | 132 | 74 | 2 | 524 | 141 | 66 |
| Binary | 11111011 | 11001 | 1100101 | 0 | 1011010 | 111100 | 10 | 101010100 | 1100001 | 110110 |
Color Harmonies of #FB1965
Complementary color
Monochromatic Colors of #FB1965
Black with #FB1965
Text Example
Text Example
White with #FB1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1965; }
p { color: rgb(251,25,101); }
H1.HeaderClassName
{
color: #FB1965;
}
.AnyTagClassName
{
color: #FB1965;
}
</style>
background-color css
<style>
a { background-color: #FB1965; }
a { background-color: rgb(251,25,101); }
div.DivClassName
{
background-color: #FB1965;
}
.BgClassName
{
background-color: #FB1965;
}
</style>
border-color css
<style>
span { border-color: #FB1965; }
span { border-color: rgb(251,25,101); }
td.TdClassName
{
border-color: #FB1965;
}
.TagClassName
{
border-color: #FB1965;
}
</style>